feat(map): right-click place dossier (Nominatim + nearby overlays) #37
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "osint-dashboard/t_715a3b7e-osint-map-right-click-place-dossier"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right-click (long-press on touch) the Leaflet map to open a What's here? HUD panel.
GET /api/place?lat=&lon=— Nominatim reverse via backend (honestOSINT_USER_AGENT, 1 req/s, 60s TTL cache, 500 keys). Browser CORS/UA cannot talk to Nominatim directly./api/infrastructureskipped (endpoint does not exist yet).Verified:
pytestplace API + HUD contract tests; Playwright 1280 and 390×844 screenshots of the open panel.