I'm wanting to put polygons into a MySQL database and then with PHP be able to query if a latitude/longitiude point is inside the polygon.
Any pointers here. Never done anything like this yet.
I'm wanting to put polygons into a MySQL database and then with PHP be able to query if a latitude/longitiude point is inside the polygon.
Any pointers here. Never done anything like this yet.
MySQL supports Spacial columns and functions using an extension which is quite often installed by default.