aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/config.js-example
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/config.js-example')
-rw-r--r--www/js/config.js-example11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/js/config.js-example b/www/js/config.js-example
index aa9296b..2fceda7 100644
--- a/www/js/config.js-example
+++ b/www/js/config.js-example
@@ -34,7 +34,16 @@ var CONFIG = {
DEBUG: 0,
// Bing Maps API key if needed
- BING_MAPS_API_KEY: ''
+ BING_MAPS_API_KEY: '',
+
+ PINS: {
+ location: {
+ image: 'images/pin@x2.png',
+ background: 'images/pin_shadow@x2.png',
+ image_svg: 'images/pin.svg',
+ background_svg: 'images/pin_shadow.svg'
+ }
+ }
};