Update zoom
This commit is contained in:
parent
339c17d700
commit
6584953cd8
|
@ -23,8 +23,8 @@ class Point extends Data
|
||||||
{
|
{
|
||||||
return '/osm-static-maps/?' . http_build_query([
|
return '/osm-static-maps/?' . http_build_query([
|
||||||
'geojson' => json_encode(['type' => 'Point', 'coordinates' => [$this->lon, $this->lat]]),
|
'geojson' => json_encode(['type' => 'Point', 'coordinates' => [$this->lon, $this->lat]]),
|
||||||
'zoom' => 20,
|
'zoom' => 15,
|
||||||
'maxZoom' => 20,
|
'maxZoom' => 15,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue