-
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
It does not update the geometry in the db after correcting the shape of an object #250
Comments
imho: if you can add a
then it would be helpful in the debugging and the fixing like the "single_table" test in the /test directory .. or you can use the ./test/expire_tiles_mapping.yml as an example |
File .osm:
file .osc:
mapping.yml:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Updated position of the nodes in a rounded building !!
I discovery some objects with a geometry deformed (circle deformed in a line)
eg: osm_id = 600860114 and 345949779
before the update (from the imposm 3 cache):
in the db:
I updated only the position of every nodes, I don't added or deleted nodes !!
After updated nodes position in OSM:
in the imposm 3 cache:
But in the db the geometry update is not applied !!
Expected Behavior
Update of all elements of the geometry in the db !!
Actual Behavior
Imposm update only the imposm 3 cache but not the db !!
Possible Fix
Temporary for resolve the problem it's possible to add a new tag in the way, eg: name
In the db:
Steps to Reproduce
Other objects have the same problem:
611280979 (way)
621705015 (way)
621705026 (way)
644554965 (way)
644554981 (way)
... and other
Context
Your Environment
imposm 3 v 0.10.0
postgresql: PostgreSQL 11.9 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39), 64-bit
postgis: 2.5 USE_GEOS=1 USE_PROJ=1 USE_STATS=1
VMWare virtual server
Red Hat Enterprise Linux Server release 7.8 (Maipo)
The text was updated successfully, but these errors were encountered: