postgis or postgres?

so your data is in lat/lng WGS84 format?

http://cse-mjmcl.cse.bris.ac.uk/blog/2006/05/27/1148737394599.html

map example pulling data out of postgis and displaying it using Google
Maps API
http://cse-mjmcl.cse.bris.ac.uk/static.html
view source

hint
          var bounds = map.getBounds();
          var sw = bounds.getSouthWest();
          var ne = bounds.getNorthEast();
          var longitude_west = sw.lng();
          var latitude_south = sw.lat();
          var longitude_east = ne.lng();
          var latitude_north = ne.lat();


Credit to Mark McLaren

Mapperz
http://mapperz.blogspot.com/

On Oct 28, 3:47 pm, alvysinger <[EMAIL PROTECTED]> wrote:
> hi, would anyone be able to tell me what i need to do now, when i
> installed postgis and have my point coordinates in google's format? i
> need to know how to query points in certain rectangles...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to