Merge pull request #6074 from tchandelle/example-modify

Fix typo on style name on Modify Features Test example
This commit is contained in:
Bart van den Eijnden
2016-11-04 09:39:12 +01:00
committed by GitHub
+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