Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Jul 29, 2024
1 parent 8301c0e commit 24b13b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79905,7 +79905,6 @@
// remove old LeafLet layers
for (var [layer_name, layer_obj] of Object.entries(geojson_layers)) {
layers.removeLayer(layer_obj);
layer_obj.remove();
}
geojson_layers = [];
var arr = JSON.parse(get_ebenen_darstellung(JSON.stringify(window.configuration)));
Expand Down
1 change: 0 additions & 1 deletion skeleton.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,6 @@
// remove old LeafLet layers
for (var [layer_name, layer_obj] of Object.entries(geojson_layers)) {
layers.removeLayer(layer_obj);
layer_obj.remove();
}
geojson_layers = [];
var arr = JSON.parse(get_ebenen_darstellung(JSON.stringify(window.configuration)));
Expand Down

0 comments on commit 24b13b1

Please sign in to comment.