Remove popup on track (which didn't work)
This commit is contained in:
parent
30b163de7e
commit
6099269de2
5
map.html
5
map.html
|
@ -54,10 +54,7 @@
|
|||
const plats = await plats_req.json();
|
||||
const data = await data_req.json();
|
||||
|
||||
L.geoJSON(track, {
|
||||
}).bindPopup(function (layer) {
|
||||
return layer.feature.properties.description;
|
||||
}).addTo(map);
|
||||
L.geoJSON(track).addTo(map);
|
||||
|
||||
L.geoJSON(plats, {
|
||||
filter: feature => !feature.properties.TAO_NAME.toLowerCase().includes("lawrence deer club"),
|
||||
|
|
Loading…
Reference in a new issue