I am trying to import historical OpenStreetMap data obtained here:http://osm.personalwerk.de/full-history-extracts/2014-11-24/continents/
I downloaded the Australia-Oceania file, I am trying to create a spatialite database for Papua New Guinea, the same way I normally do with current data:
ogr2ogr -f "SQLite" -dsco SPATIALITE=YES -spat 139.73 0.37 157.64 -12.7 png-full-historic.db australia-oceania.osh.pbf Instead of the expected outcome, I get the following error:
Thanks
أكثر...
I downloaded the Australia-Oceania file, I am trying to create a spatialite database for Papua New Guinea, the same way I normally do with current data:
ogr2ogr -f "SQLite" -dsco SPATIALITE=YES -spat 139.73 0.37 157.64 -12.7 png-full-historic.db australia-oceania.osh.pbf Instead of the expected outcome, I get the following error:
Error: unsupported required feature : HistoricalInformation
ERROR 1: An error occured during the parsing of data around byte 158
The same command works perfectly with current OSM data. Can anyone help me to identify what I am doing wrong? What is the mentioned feature "HistoricalInformation"?? ERROR 1: An error occured during the parsing of data around byte 158
Thanks
أكثر...