Skip to content

Commit 95908d6

Browse files
authored
Update id.js.erb
1 parent 1b87317 commit 95908d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/edit/id.js.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $(document).ready(function () {
1616
let zoom, lat, lon;
1717

1818
if (idData.lat && idData.lon) {
19-
({ zoom, lat, lon } = { zoom: 16, ...idData });
19+
({ zoom, lat, lon } = idData);
2020
} else if (!mapParams.object) {
2121
({ zoom, lat, lon } = mapParams);
2222
}

0 commit comments

Comments
 (0)