2019-09-07 03:39:49 +02:00
|
|
|
---
|
2021-02-26 05:28:19 +01:00
|
|
|
Name: webapp-api-map
|
2019-09-07 03:39:49 +02:00
|
|
|
After:
|
|
|
|
- 'silverstripe-mapboxfield'
|
|
|
|
- 'addressable'
|
|
|
|
---
|
|
|
|
SilverStripe\Core\Injector\Injector:
|
|
|
|
A2nt\SilverStripeMapboxField\MarkerExtension:
|
|
|
|
properties:
|
2020-12-28 00:29:43 +01:00
|
|
|
geocoder: '%$Symbiote\Addressable\MapboxGeocodeService'
|
2019-09-07 03:39:49 +02:00
|
|
|
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
|
|
|
|
2021-08-02 22:17:27 +02:00
|
|
|
A2nt\ElementalBasics\Elements\MapElement:
|
2019-12-11 03:30:39 +01:00
|
|
|
map_type: 'google-maps'
|
|
|
|
|
|
|
|
BetterBrief\GoogleMapField:
|
|
|
|
default_options:
|
|
|
|
api_key: ''
|
|
|
|
|
|
|
|
Symbiote\Addressable\MapboxGeocodeService:
|
|
|
|
mapbox_api_key: ''
|
2022-06-24 00:08:30 +02:00
|
|
|
|
|
|
|
SilverStripe\SiteConfig\SiteConfig:
|
|
|
|
map_type: "google-maps"
|
|
|
|
|