MapColonies / MapColonies/microcOSM

[mod-tile] appending bug

Open
#18 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Dockerfile
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the mod_tile appending logic and the osm2pgsql container configuration, then trace where sequenceNumber and lastAppended are read and written. Confirm which key represents the last appended state, and consider the naming note; the issue is done when appending consistently uses the intended key without state inconsistency.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.