Update zoom

This commit is contained in:
philipp lang 2024-07-31 13:41:26 +02:00
parent 63b90ef722
commit 339c17d700
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Point extends Data
return '/osm-static-maps/?' . http_build_query([
'geojson' => json_encode(['type' => 'Point', 'coordinates' => [$this->lon, $this->lat]]),
'zoom' => 20,
'maxZoom' => 18,
'maxZoom' => 20,
]);
}
}