java - From OSM data to shape file. Parsing issue -
i'm working @ openstreetmap project android @ moment. want retrieve osm data app(nodes, markers , paths) , convert shape file (.shp, .dbf , .shx). later, i'll load arcgis editor.
i've been investigating it, , have no clear idea if it's possible direct conversion between formats, or have step first on kml file , parse in shape file. don't know how retrieve osm data save osm file being treated. i've been looking library or have no lucky.
can give me helping hand?
thanks in advance!
no, unfortunately there's no converter existing between formats. make kml file have make own kml parser.
Comments
Post a Comment