Fix map display on RMO status-by-id page

This involves rebuilding the "publicreport.report_location" view after
making a bunch of changes to making publicreport.water the consistent
name (over pool) throughout RMA tables.
This commit is contained in:
Eli Ribble 2026-03-11 14:59:04 +00:00
parent a7c34ca3b2
commit 5e7c547670
No known key found for this signature in database
8 changed files with 121 additions and 76 deletions

View file

@ -47,7 +47,6 @@ class MapLocatorReadOnly extends HTMLElement {
})
.setLngLat(marker.coordinates)
.addTo(this._map);
this.dispatchEvent(markerDraggedEvent);
this.dispatchEvent(
new CustomEvent("load", {
bubbles: true,