Pergunta

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.

Foi útil?

Solução

GDAL can do it, using ogr2ogr:

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

See the comments on this question for syntax.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top