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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -