Fix error about redundant service area

This commit is contained in:
Eli Ribble 2026-03-19 03:42:14 +00:00
parent c039c70e3e
commit 5fa4dd2884
No known key found for this signature in database

View file

@ -46,15 +46,6 @@ function onLoad() {
'circle-stroke-color': "#7aab5f"
}
});
map.addLayer({
"id": "service-area",
"source": "tegola-nidus",
"source-layer": "service-area-bounds",
"type": "line",
"paint": {
"line-color": "#f00"
}
});
});
const checkboxShowIssuesOnly = document.getElementById("showIssuesOnly");