tumic0 / GPXSee-maps

GPXSee maps
https://maps.gpxsee.org
The Unlicense
33 stars 10 forks source link

Question: convert .kmz or .shp to .xml (map xsd schema) #37

Closed timoteo7 closed 4 years ago

timoteo7 commented 4 years ago

Hello, have some wiki (tutorial), to learn how to convert some files to .xml here (map xsd schema), what software can convert this ?

example of files from Brazil: Some City - .kmz , .shp , .dwg Some state - .shp Organization with some Data - .dgn

tumic0 commented 4 years ago

Try GDAL, it should be able to convert at least some of the data to a map format supported by GPXSee.

tumic0 commented 4 years ago

Just to get sure - you can of course not convert the data to the XML map file as those are definitions for online sources. You have to convert to something like GeoTIFF.

timoteo7 commented 4 years ago

thank you for answer, i am trying this now: https://gis.stackexchange.com/questions/298964/kmz-into-geotiff-gdal-translate

online XML map source can be in format other than: <format>image/jpgpng</format> ???