I used ogr2og to convert from osm data (pbf) to spatialite :
ogr2ogr -progress -f SQLite -dsco spatialite=yes france.simple.spatialite france-latest.osm.pbfthen, a large part of the imported data misses osm_id
spatialite> select count(*) from multipolygons;42287946spatialite> select count(*) from multipolygons where osm_id is null;42153385any ideas why, and how to fix this ?
أكثر...
ogr2ogr -progress -f SQLite -dsco spatialite=yes france.simple.spatialite france-latest.osm.pbfthen, a large part of the imported data misses osm_id
spatialite> select count(*) from multipolygons;42287946spatialite> select count(*) from multipolygons where osm_id is null;42153385any ideas why, and how to fix this ?
أكثر...