diff options
-rw-r--r-- | web/js/map-OpenLayers.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index 1ddad2fbb..5f91f2534 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -72,9 +72,9 @@ function fixmystreet_onload() { backgroundWidth: 50, backgroundHeight: 19, backgroundXOffset: -7, - backgroundYOffset: -19 - //graphicZIndex: 11, - //backgroundGraphicZIndex: 10, + backgroundYOffset: -19, + graphicZIndex: 11, + backgroundGraphicZIndex: 10 }) }) }; |