Skip to content
Snippets Groups Projects
Commit f0fd7779 authored by DESPRES Damien's avatar DESPRES Damien
Browse files

fix regression #12651

parent 11d0ee4f
No related branches found
No related tags found
No related merge requests found
...@@ -300,6 +300,9 @@ const mapUtil = { ...@@ -300,6 +300,9 @@ const mapUtil = {
const colorStyle = featureType.colors_style.colors[currentValue]; const colorStyle = featureType.colors_style.colors[currentValue];
return colorStyle ? colorStyle : featureType.color return colorStyle ? colorStyle : featureType.color
} }
else{
return featureType.color;
}
}, },
addVectorTileLayer: function (url, project_slug, featureTypes, form_filters) { addVectorTileLayer: function (url, project_slug, featureTypes, form_filters) {
......
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