Skip to content

Commit

Permalink
update configuration.sample.yml file with geocoding-provider settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-esokia committed Jun 11, 2018
1 parent feaeae1 commit 75c79da
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions config/configuration.sample.yml
Expand Up @@ -239,9 +239,40 @@ embed_bundle:
player: flexpaper
enable-pdfjs: true
geocoding-providers:
-
name: 'mapBox'
public-key: ''
-
map-provider: mapboxWebGL
enabled: false
public-key: ''
map-layers:
-
name: Light
value: 'mapbox://styles/mapbox/light-v9'
-
name: Streets
value: 'mapbox://styles/mapbox/streets-v9'
-
name: Basic
value: 'mapbox://styles/mapbox/basic-v9'
-
name: Satellite
value: 'mapbox://styles/mapbox/satellite-v9'
-
name: Dark
value: 'mapbox://styles/mapbox/dark-v9'
transition-mapboxgl:
-
animate: true
speed: '2.2'
curve: '1.42'
default-position:
- '48.879162'
- '2.335062'
default-zoom: 5
marker-default-zoom: 9
geonames-field-mapping: true
cityfields: City, Ville
provincefields: Province
countryfields: Country, Pays
workers:
queue:
worker-queue:
Expand Down

0 comments on commit 75c79da

Please sign in to comment.