MapColonies / microcOSM

MIT License
0 stars 1 forks source link

[mod-tile] appending bug #18

Open melancholiai opened 3 years ago

melancholiai commented 3 years ago

mod_tile appending relies on the sequenceNumber key saved by the osm2pgsql container instead of the lastAppended key. this can lead to inconsistency. p.s. new key names will be more than welcome.

CptSchnitz commented 3 years ago

The changes made in #19 changed it so osm2pgsql saves its current state into sequence number, so now it should be fixed, but still need to be tested from mod_tile perspective.