omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
723 stars 158 forks source link

writer: Transform way id on insertion only #206

Closed amatissart closed 2 years ago

amatissart commented 5 years ago

When using singleIdSpace, negative way ids should only be used for insertion in db, and not as a reference in diffCache.

This should fix #173

amatissart commented 5 years ago

Anything I can do to help get this fix merged ?

olt commented 2 years ago

Sorry for the long delay. singleIdSpace is an undocumented feature, so the priority was low.