Hello,
I'm cross-posting to the Geoserver and OpenLayers lists with this question.
I'm using Geoserver 1.6.0 RC2 and OpenLayers 2.5 with Firefox 2.0.0.11. I'm
trying to display a WMS layer overtop of Google background data using the
OpenLayers javascript client. The Google data shows up fi
Hi,
Sorry to jump late in this one, but did you hear of the Encoded Polyline
Algorithm Format from the Google Maps API? it transform a polyline into
a, usually shorter, ascii string.
http://code.google.com/apis/maps/documentation/polylinealgorithm.html
I don't know if there's a licencing restri
Thanks Mike, good to know, although it's not intuitive as is. I appreciate the
help.
Steve
>>> Mike Adair <[EMAIL PROTECTED]> 01/02/08 8:48 AM >>>
Steve,
There is currently a bit of hack in proj4js to prevent a point from
being transformed a second time (to prevent re-transforming the last
po
Steve,
There is currently a bit of hack in proj4js to prevent a point from
being transformed a second time (to prevent re-transforming the last
point of polygons which in OL is a copy of the first point). That's
probably not the best place for that check, but if you comment out the
return sta