remove layer control from map

This commit is contained in:
Jan-Piet Mens
2024-01-27 13:01:51 +01:00
parent f634060a88
commit ac0a2c7c8c
+1 -1
View File
@@ -29,7 +29,7 @@
const baseMaps = { "OpenStreetMap": osm_layer };
L.control.layers(baseMaps).addTo(map);
L.control.layers(baseMaps); // .addTo(map);
const empty_geojson = {
type: "FeatureCollection",