Can anyone please help me to generate "SHAPEFILES " from co-ordinates using PHP AND MYSQL?
I have the latitude and longitude of points in my database. So I have to generate one shapefile for the same [dimension]. i.e. separate shape files for points, lines and polygons.
Can anyone please guide me how to generate the shapefiles. The shape file i used to create the layer in the ARCGIS. These points are saved from my android mobile application.
Please take a look on this link, Bytefall Shapefile PHP Library. It's PHP library to write shapefile. Hope it will be help you.