I’m working with a shapefile (.shp, .dbf, etc) and would like to convert it to xml. I’m on a mac, and I’m having trouble finding an application that will help me with the conversion. Does anyone know of a method for converting this file format into an xml file?
Share
What dassouki said. Get GDAL from http://www.kyngchaos.com/software:frameworks. Use it to convert a shapefile to GeoJSON like this:
eg