-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Country border The Netherlands not loaded #266
Comments
https://www.openstreetmap.org/relation/2323309#map=6/51.624/10.449 |
imho: it is expected ; broken border relation in the geofabrik area probably this (~Caribbean ) part is missing And Geofabrik europe-netherland part is this: The https://www.openstreetmap.org/relation/47796 ( admin_level=3 ) has a same problem. proposed solutions: a.)
b.)
c.)
|
Yout can test for the missing ways with the https://docs.osmcode.org/osmium/latest/osmium-check-refs.html - tools.
d.)
|
Context
After downloading the latest pbf file from The Netherlands (http://download.geofabrik.de/europe/netherlands-latest.osm.pbf) and importing it with imposm and the settings below, the country border of The Netherlands is not loaded.
tables:
admin:
columns:
- name: osm_id
type: id
- name: geometry
type: geometry
- key: name
name: name
type: string
- name: type
type: mapping_value
- key: admin_level
name: admin_level
type: integer
mapping:
boundary:
- administrative
type: polygon
Also loaded as linestring, same behaviour
Expected Behavior
Country border loaded
Actual Behavior
The country border (admin_level 2) is loaded for some smaller parts, but the big one around The Netherlands is missing
Possible Fix
Steps to Reproduce
tables:
admin:
columns:
type: id
type: geometry
name: name
type: string
type: mapping_value
name: admin_level
type: integer
mapping:
boundary:
type: polygon
Context
Your Environment
The text was updated successfully, but these errors were encountered: