Merge pull request #6074 from tchandelle/example-modify
Fix typo on style name on Modify Features Test example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user