Fix status display for RMO
This commit is contained in:
parent
b034fa5cf5
commit
e86cdc6764
2 changed files with 14 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ function onLoad() {
|
|||
'circle-radius': 7,
|
||||
'circle-stroke-width': 2,
|
||||
'circle-stroke-color': "#024AB6",
|
||||
}
|
||||
},
|
||||
'source': 'tegola',
|
||||
'source-layer': 'water_location',
|
||||
'type': 'circle',
|
||||
|
|
|
|||
|
|
@ -99,6 +99,19 @@
|
|||
"source-layer": "parcel",
|
||||
type: "line",
|
||||
});
|
||||
map.addLayer({
|
||||
id: "signal-point",
|
||||
paint: {
|
||||
"circle-color": "#0D6EfD",
|
||||
"circle-radius": 7,
|
||||
"circle-stroke-width": 2,
|
||||
"circle-stroke-color": "#024AB6",
|
||||
},
|
||||
source: "tegola",
|
||||
"source-layer": "signal-point",
|
||||
type: "circle",
|
||||
});
|
||||
console.log("Added parcel and signal layers");
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue