aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/map-OpenLayers.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/map-OpenLayers.js')
-rw-r--r--www/js/map-OpenLayers.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/js/map-OpenLayers.js b/www/js/map-OpenLayers.js
index 9a0bf67..cc14f99 100644
--- a/www/js/map-OpenLayers.js
+++ b/www/js/map-OpenLayers.js
@@ -89,6 +89,18 @@ function fixmystreet_onload() {
backgroundHeight: 40,
backgroundXOffset: -10,
backgroundYOffset: -35
+ },
+ 'location': {
+ externalGraphic: "i/pin.svg",
+ graphicWidth: 70,
+ graphicHeight: 110,
+ graphicXOffset: -35,
+ graphicYOffset: -110,
+ backgroundGraphic: "i/pin_shadow.svg",
+ backgroundWidth: 186,
+ backgroundHeight: 110,
+ backgroundXOffset: -93,
+ backgroundYOffset: -110
}
});
var pin_layer_options = {