문제

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.

도움이 되었습니까?

해결책

GDAL can do it, using ogr2ogr:

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

See the comments on this question for syntax.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top