diff --git a/lib/conf.d/configuration.yml b/lib/conf.d/configuration.yml index ccaac7bf20..732e55a795 100644 --- a/lib/conf.d/configuration.yml +++ b/lib/conf.d/configuration.yml @@ -212,6 +212,22 @@ embed_bundle: player: flexpaper enable-pdfjs: true geocoding-providers: - - - name: 'mapBox' - public-key: '' + - + name: 'mapBox' + enabled: true + public-key: '' + default-position: + - 2.335062 + - 48.879162 + default-zoom: 2 + marker-default-zoom: 11 + position-fields: + - + name: GpsCompositePosition + type: latlng + # - + # name: Longitude + # type: lng + # - + # name: Latitude + # type: lat diff --git a/package.json b/package.json index 24e63dec9c..f50537df2b 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "postinstall": "./node_modules/.bin/gulp install;" }, "dependencies": { - "phraseanet-production-client": "~0.14.0" + "phraseanet-production-client": "~0.15.0" } }