Closed (fixed)
Project:
Openlayers
Version:
6.x-2.x-dev
Component:
Layers
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 May 2010 at 12:26 UTC
Updated:
11 Jun 2010 at 13:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
tmcw commentedThis has some console logs in it, and could you specify the radix (add a second parameter of 10) to the parseInt function?
Comment #2
strk commentedIn the new patch firebug calls removed and radix added
Comment #3
tmcw commentedCommitted in http://drupal.org/cvs?commit=372484
Thanks for all of the work with WMS layers!
Comment #4
strk commentedNot sure which commit broke it (if this or singleTile one) but anyway current branch misses a comma by the end of line 77 of wms.inc
Comment #5
tmcw commentedGood catch, fixed. I basically applied the patches in opposite order to how you wrote them, I'd guess, so this one went above when it would have gone below and wouldn't have needed a comma? Maybe? Anyway, just committed a comma.
Comment #6
strk commentedYes, indeed git found the code in HEAD with those behaviours order swapped