Fix error about redundant service area
This commit is contained in:
parent
c039c70e3e
commit
5fa4dd2884
1 changed files with 0 additions and 9 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue