[OpenLayers-Users] WMS overlaid on Google "spherical mercator" in OpenLayers

2008-01-02 Thread Andrew Murdoch
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

Re: [OpenLayers-Users] Does OL have utility function to convert WKB into something usable?

2008-01-02 Thread Julien-Samuel Lacroix
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

Re: [OpenLayers-Users] Any examples using Proj4js and OpenLayers.Projection class?

2008-01-02 Thread Steve Lime
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

Re: [OpenLayers-Users] Any examples using Proj4js and OpenLayers.Projection class?

2008-01-02 Thread Mike Adair
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