SELECT road_id, road_name
FROM roads
WHERE roads_geom && GeomFromText('POLYGON((...))',-1);maybe something like this? On 28 Říj, 18:41, "maps.huge.info [Maps API Guru]" <[EMAIL PROTECTED]> wrote: > I suggest reading the PostGIS documentation. A lot of how you do > something directly relates to what you're trying to do. Since you > really don't give any details, other than "sql query" it's pretty > tough to give you any examples. > > I further suggest reading and following the posting guidelines. > Posting a link to your existing project will certainly go a long way > to explaining what you're trying to do. > > -John Coryat > > http://maps.huge.info > > http://www.usnaviguide.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
