mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
add extra configuration for geoProviders - bump Phraseanet-production-client
This commit is contained in:
@@ -212,6 +212,22 @@ embed_bundle:
|
|||||||
player: flexpaper
|
player: flexpaper
|
||||||
enable-pdfjs: true
|
enable-pdfjs: true
|
||||||
geocoding-providers:
|
geocoding-providers:
|
||||||
-
|
-
|
||||||
name: 'mapBox'
|
name: 'mapBox'
|
||||||
public-key: ''
|
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
|
||||||
|
@@ -33,6 +33,6 @@
|
|||||||
"postinstall": "./node_modules/.bin/gulp install;"
|
"postinstall": "./node_modules/.bin/gulp install;"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"phraseanet-production-client": "~0.14.0"
|
"phraseanet-production-client": "~0.15.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user