openstreetmap / openstreetmap/mod_tile
render_old ignores per-style timestamp files
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 318
- Forks
- 199
- PR merge metrics
- No merged PRs in 30d
Description
Although store_file.c looks at both per-style timestamp files and a global one, render_old.c only looks at the global one...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the timestamp handling in store_file.c with the corresponding logic in render_old.c. Trace how per-style and global timestamp files are selected, then verify that render_old accounts for both cases and run the relevant existing tests or build checks; done means per-style timestamps affect its behavior as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, cpp
- Domain
- backend, computer-graphics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100