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 plats = await plats_req.json();
|
||||||
const data = await data_req.json();
|
const data = await data_req.json();
|
||||||
|
|
||||||
L.geoJSON(track, {
|
L.geoJSON(track).addTo(map);
|
||||||
}).bindPopup(function (layer) {
|
|
||||||
return layer.feature.properties.description;
|
|
||||||
}).addTo(map);
|
|
||||||
|
|
||||||
L.geoJSON(plats, {
|
L.geoJSON(plats, {
|
||||||
filter: feature => !feature.properties.TAO_NAME.toLowerCase().includes("lawrence deer club"),
|
filter: feature => !feature.properties.TAO_NAME.toLowerCase().includes("lawrence deer club"),
|
||||||
|
|
Loading…
Reference in a new issue