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
I downloaded this data, then imported it, below was my script: { "tags": { "load_all": true }, "tables": { "boundary_county": { "columns": [ { "type": "id", "name": "osm_id", "key": null }, { "type": "geometry", "name": "geometry", "key": null } ], "type": "polygon", "filters": { "require": { "admin_level": [ "6" ] } }, "mapping": { "boundary": [ "administrative" ] } } } }
One of a record was missing, see osm. I tried to open that pbf file by other applications (QGIS), the record shows correctly.
Expected Behavior
The polygon shape should be imported correctly.
Actual Behavior
The shape is missing.
Possible Fix
This is actually a multipolygon shape, is there something wrong for this shape type ?
Context
I downloaded this data, then imported it, below was my script:
{ "tags": { "load_all": true }, "tables": { "boundary_county": { "columns": [ { "type": "id", "name": "osm_id", "key": null }, { "type": "geometry", "name": "geometry", "key": null } ], "type": "polygon", "filters": { "require": { "admin_level": [ "6" ] } }, "mapping": { "boundary": [ "administrative" ] } } } }
One of a record was missing, see osm. I tried to open that pbf file by other applications (QGIS), the record shows correctly.
Expected Behavior
The polygon shape should be imported correctly.
Actual Behavior
The shape is missing.
Possible Fix
This is actually a multipolygon shape, is there something wrong for this shape type ?
Steps to Reproduce
Context
I tried to import some the US data.
Your Environment
The text was updated successfully, but these errors were encountered: