diff --git a/map.html b/map.html index fdf6781..1059595 100644 --- a/map.html +++ b/map.html @@ -96,7 +96,11 @@ const plats = await plats_req.json(); const data = await data_req.json(); - L.geoJSON(track).addTo(map); + L.geoJSON(track, { + style: { + color: "maroon", + }, + }).addTo(map); L.geoJSON(plats, { filter: feature => !feature.properties.TAO_NAME.toLowerCase().includes("lawrence deer club"),