forked from MapComplete/MapComplete
Chore: rm obsolete log
This commit is contained in:
parent
ac19702189
commit
fb4fbe2be3
1 changed files with 0 additions and 1 deletions
|
@ -611,7 +611,6 @@ export class MapLibreAdaptor implements MapProperties, ExportableMap {
|
||||||
if (!map) {
|
if (!map) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
console.log("Bounds are", bbox?.asGeometry())
|
|
||||||
if (bbox) {
|
if (bbox) {
|
||||||
if (GeoOperations.surfaceAreaInSqMeters(bbox.asGeojsonCached()) > 1) {
|
if (GeoOperations.surfaceAreaInSqMeters(bbox.asGeojsonCached()) > 1) {
|
||||||
map?.setMaxBounds(bbox.toLngLat())
|
map?.setMaxBounds(bbox.toLngLat())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue