Pocci,
There is a possible route to do this in MySQL but as John mentions if
you are going to spatial analysis your better off with postgres (it's
faster).

Your MySQL database must be set up correctly - note this is a
development set of functions that has been going on for 2 years.
http://dev.mysql.com/doc/refman/5.0/en/functions-that-test-spatial-relationships-between-geometries.html

This works only on MBR's (Minimum Bounding Rectangles] which you have
described above.
related
http://forge.mysql.com/wiki/GIS_Functions

Mapperz
http://mapperz.blogspot.com/


On Sep 9, 9:53 pm, "maps.huge.info [Maps API Guru]" <[EMAIL PROTECTED]>
wrote:
> There is no function to do point in polygon analysis in MySQL, so
> you'll have to do it outside the database with a script.
>
> You might consider upgrading to PostgreSQL, those functions are
> available in this database.
>
> -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
-~----------~----~----~----~------~----~------~--~---

Reply via email to