fix : remove map boundaries
This commit is contained in:
parent
7373111927
commit
b6f8c8d57c
|
|
@ -88,12 +88,11 @@ class HuntsResource extends Resource
|
||||||
->maxZoom(28)
|
->maxZoom(28)
|
||||||
->tilesUrl('https://tile.openstreetmap.org/{z}/{x}/{y}.png')
|
->tilesUrl('https://tile.openstreetmap.org/{z}/{x}/{y}.png')
|
||||||
->detectRetina(true)
|
->detectRetina(true)
|
||||||
->showFullscreenControl(false)
|
->showFullscreenControl(true)
|
||||||
->showZoomControl(true)
|
->showZoomControl(true)
|
||||||
|
|
||||||
// Location Features
|
// Location Features
|
||||||
->showMyLocationButton(true)
|
->showMyLocationButton(true)
|
||||||
->boundaries(true, 49.5, -11, 61, 2)
|
|
||||||
->rangeSelectField('start_radius_m')
|
->rangeSelectField('start_radius_m')
|
||||||
|
|
||||||
// Extra Customization
|
// Extra Customization
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue