This commit is contained in:
Gwendolyn 2024-09-05 21:54:57 +02:00
parent afaf6e0085
commit 4490e39392

View file

@ -99,7 +99,6 @@ editor = {
const sources = sourceGroups[key];
for (var i = 0; i < sources.length; i++) {
const source = sources[i];
editor.sources[source.id] = source;
const bounds = L.GeoJSON.coordsToLatLngs(source.bounds);
options = {opacity: 0.3};
source.layer = L.imageOverlay('/editor/sourceimage/' + source.name, bounds, options);