Typo for MultiLineString style

This commit is contained in:
Thomas Chandelle
2016-10-13 16:58:41 +02:00
parent 74450f40be
commit 32f112659f
+1 -1
View File
@@ -29,7 +29,7 @@ var styleFunction = (function() {
color: 'rgba(0, 0, 255, 0.1)' color: 'rgba(0, 0, 255, 0.1)'
}) })
}); });
styles['MultiLinestring'] = new ol.style.Style({ styles['MultiLineString'] = new ol.style.Style({
stroke: new ol.style.Stroke({ stroke: new ol.style.Stroke({
color: 'green', color: 'green',
width: 3 width: 3