You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to decide what you want to do with the third dimension, the osm file format has no support for this information. The most straightforward solution is to throw away the third dimension, the translation file on the OSM wiki page has been modified to do this.
In trying to reproduce the steps described at this mechanical import proposal page I use this command line, similar to what they reccommend
python ogr2osm.py -v -f 493011_ctr/CTR_493011_pol.shp -e 32633 --no-upload-false
but I get a lot of errors like this
unhandled geometry, type: 3003
and the resulting file is empty
I m on Fedora 27, I installed gdal with dnf and checked out ogr2osm through git
You can gat the shape files I am using here
The text was updated successfully, but these errors were encountered: