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:
parent
14a2bd82fc
commit
f414c97887
4 changed files with 55 additions and 9 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue