diff options
| author | user <user@node5.net> | 2024-04-07 23:23:32 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-04-07 23:23:32 +0200 |
| commit | 4c03c8e4514d40dff2a3736c7f04a89a7e21843a (patch) | |
| tree | 28488c7afd3bf8e5c1ff1b40f42ae3ab4d85dc41 | |
| parent | d09948d8e390da891cd2734a0e85ab9c3544228e (diff) | |
layer indicative names
| -rw-r--r-- | src/static/main.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/main.js b/src/static/main.js index 27fa2eb..a920476 100644 --- a/src/static/main.js +++ b/src/static/main.js @@ -12,9 +12,9 @@ var polygons = L.featureGroup().addTo(map); var heatmap = L.featureGroup().addTo(map); var overlayMaps = { - "Icons": markers, - "Polygons": polygons, - "Heatmap": heatmap + "Supermarket icons": markers, + "Nearest supermarket polygons": polygons, + "Stores heatmap": heatmap }; var layerControl = L.control.layers({},overlayMaps).addTo(map); |
