Hopefully fixed #82: Shadow in front of icons
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sat, 23 Feb 2013 13:30:18 +0000 (13:30 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sat, 23 Feb 2013 13:30:18 +0000 (13:30 +0000)
There has been a typo: The correct name is backgroundGraphicZIndex instead of backgroundZIndex.

git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/mediawiki_extensions/wrmap/trunk@1284 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wrmap.js

index d8a0c6574a91a7bd0334eb2ef792a8234c4a16dd..7d279523a832114dbb0baa9110f6d20d0c94fd7b 100644 (file)
--- a/wrmap.js
+++ b/wrmap.js
@@ -40,13 +40,13 @@ function init_wrmap(i, jq_map) {
                                graphicHeight: 17,
                                graphicXOffset: -8,
                                graphicYOffset: -8,
                                graphicHeight: 17,
                                graphicXOffset: -8,
                                graphicYOffset: -8,
-                               graphicZIndex: 11,
+                               graphicZIndex: 12,
                                backgroundGraphic: "/vorlagen/gmap_rodelbahn_c_s.png",
                                backgroundWidth: 23,
                                backgroundHeight: 23,
                                backgroundXOffset: -8,
                                backgroundYOffset: -8,
                                backgroundGraphic: "/vorlagen/gmap_rodelbahn_c_s.png",
                                backgroundWidth: 23,
                                backgroundHeight: 23,
                                backgroundXOffset: -8,
                                backgroundYOffset: -8,
-                               backgroundZIndex: 12,
+                               backgroundGraphicZIndex: 11,
                                title: "${label}"
                        }),
                        "highlight": new OpenLayers.Style({
                                title: "${label}"
                        }),
                        "highlight": new OpenLayers.Style({