No description
  • JavaScript 96.9%
  • CSS 2.9%
  • HTML 0.2%
Find a file
Matt 27766ec449 fix: Skip reverse geocode for basemap label clicks
When clicking a basemap label (city, town, POI), we already know the
entity from the label properties (name, kind, wikidata). Running
fetchReverse at those coordinates would return the nearest POI which
could be a different entity (e.g., clicking Portland returns Stumptown
Coffee), corrupting the place identity.

Now skips reverse geocode when source=basemap_label and raw.kind exists.
The wikidata lookup path still handles fetching boundaries and OSM data.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-02 04:49:51 +00:00
frontend fix: Skip reverse geocode for basemap label clicks 2026-05-02 04:49:51 +00:00