From 7eb8c71cc15b10ccae2f1d5127d59b73c9b6230b Mon Sep 17 00:00:00 2001 From: philipp Date: Thu, 14 Nov 2013 21:27:10 +0000 Subject: [PATCH] A selected icon has no more an opacity of 0.4. git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/mediawiki_extensions/wrmap/trunk@1802 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- wrmap.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrmap.js b/wrmap.js index 51ea34d..b6aa15f 100644 --- a/wrmap.js +++ b/wrmap.js @@ -174,7 +174,10 @@ function init_wrmap(i, jq_map) { } }) ] - }) + }), + select: new OpenLayers.Style({ + fillOpacity: 1. + }) }), rendererOptions: {yOrdering: true} }); -- 2.39.5