Update zoom
This commit is contained in:
parent
63b90ef722
commit
339c17d700
|
@ -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,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue