add extra configuration for geoProviders - bump Phraseanet-production-client

This commit is contained in:
Florian BLOUET
2016-04-08 13:42:33 +02:00
parent 6f86f3bfb9
commit 4d2ecf6591
2 changed files with 20 additions and 4 deletions

View File

@@ -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

View File

@@ -33,6 +33,6 @@
"postinstall": "./node_modules/.bin/gulp install;"
},
"dependencies": {
"phraseanet-production-client": "~0.14.0"
"phraseanet-production-client": "~0.15.0"
}
}