Tagged Questions
0
votes
0answers
44 views
How a PHP script can perform point, line and polygon operation on Geoserver and PostGIS (+wkt) [duplicate]
I want to show my shape file and LULC map (vector and raster data) on internet explorer (locally). How should I configure PHP and Geoserver so that I can show data on localhost on an IE or browser? It ...
2
votes
1answer
230 views
How to visuilze PostGIS data in GeoJSON format with PHP
I need to visualize PostGIS Geometry column as an overlay of a Leaflet tiled Map. I started a question here ,but didn't get any simple and satisfied answer. So I am starting this question. I got an ...