Tagged Questions
1
vote
1answer
34 views
How to get polygons from PostGIS table to PHP array best?
Currently I fetch polygons from a database table using ST_AsText(). The results are in text format, like the following.
POLYGON((84 104,212 48,321 122,243 179,275 238,131 240,84 104))
I am not ...
5
votes
2answers
113 views
How to find the nearest land mark from a given longitude and latitude?
I have a table called osm_places with place_name geometry, place_type and many other info related to the city. My database system is PostGIS.
My requirement is:
Given a latitude and longitude ...
0
votes
0answers
617 views
How to populate data from postgresql using dynamic php\html listing
In the form I created, I need two fields to be dynamically populated from the database while the other fields will be manually entered and push to the database. I have written a script that is able ...
