diff --git a/src/Point.php b/src/Point.php index 5a3078d..af3f5a9 100644 --- a/src/Point.php +++ b/src/Point.php @@ -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, ]); } }