summaryrefslogtreecommitdiffstats
path: root/kostely.js
diff options
context:
space:
mode:
Diffstat (limited to 'kostely.js')
-rw-r--r--kostely.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/kostely.js b/kostely.js
index 5af10ec..5443ac9 100644
--- a/kostely.js
+++ b/kostely.js
@@ -6,9 +6,9 @@ var vectorLayer = new ol.layer.Vector({
}),
style: function(feat, res) {
var icon = feat.get('icon');
- var img_src = "img/Ol_icon_red.png";
- if (icon == 'rotunda') {
- img_src = "img/Ol_icon_blue.png";
+ var img_src = "img/Ol_icon_blue.png";
+ if (icon == 'zboreny') {
+ img_src = "img/Ol_icon_red.png";
}
else if (icon == 'question') {
img_src = "img/Ol_question_green.png";