2019-09-07 03:39:49 +02:00
|
|
|
---
|
|
|
|
Name: 'webapp-map'
|
|
|
|
After:
|
|
|
|
- 'silverstripe-mapboxfield'
|
|
|
|
- 'addressable'
|
|
|
|
---
|
|
|
|
SilverStripe\Core\Injector\Injector:
|
|
|
|
A2nt\SilverStripeMapboxField\MarkerExtension:
|
|
|
|
properties:
|
|
|
|
geocoder: %$Symbiote\Addressable\MapboxGeocodeService
|
|
|
|
Symbiote\Addressable\GeocodeServiceInterface:
|
|
|
|
class: Symbiote\Addressable\MapboxGeocodeService
|
|
|
|
|
|
|
|
A2nt\SilverStripeMapboxField\MapboxField:
|
|
|
|
map_style: 'mapbox://styles/mapbox/streets-v9' #'mapbox://styles/mapbox/light-v10'
|
2019-12-11 03:30:39 +01:00
|
|
|
|
|
|
|
Site\Elements\MapElement:
|
|
|
|
map_type: 'google-maps'
|
|
|
|
|
|
|
|
BetterBrief\GoogleMapField:
|
|
|
|
default_options:
|
|
|
|
api_key: ''
|
|
|
|
|
|
|
|
Symbiote\Addressable\MapboxGeocodeService:
|
|
|
|
mapbox_api_key: ''
|