Question

I'm looking for some kind of converter. I need to convert ESRI Shape files (*.shp) to GML (but it's to be in os Vector Map Local format - VML). Does anyone know any?

Thanks in advance.

Was it helpful?

Solution

GDAL can do it, using ogr2ogr:

http://www.gdal.org/ogr2ogr.html

See the comments on this question for syntax.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top