Skip to content
Snippets Groups Projects
Commit 13c73d04 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Umrandung für Gebiete auf Rot geändert

parent da1d5c48
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment