Hi, I like to use the program osm2shp (https://trac.openstreetmap.org/browser/applications/utils/export/osm2shp) Is there somewhere a tutorial how to use it or some kind of instructions. I don't know how to use a makefile nor have I experience in C++ Thanks, Uli asked 30 Oct '12, 16:19 Wasus |
I am not aware of an osm2shp tutorial. You might want to try out If you are more familiar with the OGR world than with C++ and makefiles, you might also want to check out the OGR driver for reading OSM data: http://www.gdal.org/ogr/drv_osm.html - the ogr2ogr utility can trivially be used to make shape files with that. answered 30 Oct '12, 16:52 Frederik Ramm ♦ |