From 13c73d04962511b3f3884a5230cdef916813e9c4 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Wed, 4 Jan 2017 09:40:15 +0100 Subject: [PATCH] =?UTF-8?q?Umrandung=20f=C3=BCr=20Gebiete=20auf=20Rot=20ge?= =?UTF-8?q?=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/searchResults.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/searchResults.blade.php b/resources/views/searchResults.blade.php index 4a72ed2..4a2dc84 100644 --- a/resources/views/searchResults.blade.php +++ b/resources/views/searchResults.blade.php @@ -10,10 +10,10 @@ $("#showResults").click(function() { @endif var featureStyle = new ol.style.Style({ stroke: new ol.style.Stroke({ - color: 'rgb(255,128,0)' + color: 'rgb(255,0,0)' }), fill: new ol.style.Fill({ - color: 'rgba(255,128,0,.03)' + color: 'rgba(255,0,0,.03)' }) }); $.each(searchResults, function(index, value) { -- GitLab