Update specs with POI-waypoint integration, resilience, z-index

Proposal: Added POI→waypoint, POI snapping, and metadata storage.
Design: Added D10 (POI-waypoint integration), D11 (Overpass fallback),
D12 (z-index layering). Updated risks/trade-offs.
Tasks: Added sections 11 (POI-waypoint, 5 tasks) and 12 (resilience,
5 tasks). Fixed Overpass test to match updated query format.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-11 02:09:44 +02:00
parent 14a2bd82fc
commit f414c97887
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
4 changed files with 55 additions and 9 deletions

View file

@ -11,7 +11,7 @@ describe("buildQuery", () => {
expect(query).toContain("[out:json]");
expect(query).toContain("[bbox:52.5,13.3,52.6,13.5]");
expect(query).toContain('amenity"="drinking_water"');
expect(query).toContain("out center 200");
expect(query).toContain("out center qt 100");
});
it("combines multiple categories into a single union", () => {