-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
Relation 1622434 missing from database.
Context
My database is running updates every 10 minutes since 2019-12-05T00:52:02Z with this config opensnowmap.yml.
A user pointed to me a few forest multi-polygons missing from the rendering.
Expected Behavior
imposm=# select count(*) from osm_landusages where osm_id = -1622434;
should return '1', I get '0'
Possible Fix
Tested locally with imposm-0.11.1-linux-x86-64:
Re-importing the actual relation from an Overpass API extract makes it in the database without trouble.
Re-importing the old version of the relation and references extracted with osmium from the old planet file makes it in the database without trouble. JOSM shows no complaint on this old relation extract.
Your Environment
- Imposm build from just after this commit c3c0305 so, with GEOS 3.7.3
- postgresql-11-postgis-2.5
- Debian Buster
Metadata
Metadata
Assignees
Labels
No labels