I ended up adding the following code to my shapefile reader to encode
the polyline data for the fastest display on Google Maps:
https://gist.github.com/1361880
Then just used the decodePath method to actually render the paths:
https://developers.google.com/maps/documentation/javascript/reference#encoding
> I don't see anyanswer to your questionrespuesta a su preguntahere but it's also something I'm
> interested at.
>
> I'd like to display a lot of polygons (not necessarily zip codes) into) eneither Google Maps or any other Open Source geolocation framework.
>
> Can someone point me in the right direction of geolocation display?
>
>
>
>
>
>
>
> On Sunday, February 12, 2012 2:10:31 PM UTC-5, Jeremy Hageman wrote:
>
> > I have been following the RGeo blog tutorials (
http://www.daniel->
azuma.com/blog/archives/191). I have zipcode data read into my> database and am able to access the region data via RGeo factories.> What is the best way to display the zipcode polygons on a Google Map?>I know ISé quecan probably just iterate through all of the point in the> polygon data to draw the regions, but I'm curiousif there are moresi hay más> efficient ways to load the data into a Google map?