Closed (fixed)
Project:
Openlayers
Version:
7.x-2.x-dev
Component:
OL Behaviors
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2011 at 08:46 UTC
Updated:
23 Feb 2012 at 21:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
nod_Grrrr, can't make a patch at work... crazy.
in
openlayers.jsline163changeto
Might want to change that to
parseInt(a.weight, 10)to be more explicit in the commit.Comment #2
Kaloyan Petrov commentedThanks nod_, changed ln 163
from:
var x = a.weight, y = b.weight;
to:
var x = parseInt(a.weight, 10), y = parseInt(b.weight, 10);
Comment #3
nod_If it works, make a patch please :)
Comment #4
Kaloyan Petrov commentedThere's the patch :)
Comment #5
Kaloyan Petrov commentedComment #6
nod_Works for me too.
Comment #7
nod_et hop :)