Add stroke to default editing style for geometry collections
This commit is contained in:
@@ -347,6 +347,7 @@ ol.style.createDefaultEditingStyles = function() {
|
|||||||
|
|
||||||
styles[ol.geom.GeometryType.GEOMETRY_COLLECTION] =
|
styles[ol.geom.GeometryType.GEOMETRY_COLLECTION] =
|
||||||
styles[ol.geom.GeometryType.POLYGON].concat(
|
styles[ol.geom.GeometryType.POLYGON].concat(
|
||||||
|
styles[ol.geom.GeometryType.LINE_STRING],
|
||||||
styles[ol.geom.GeometryType.POINT]
|
styles[ol.geom.GeometryType.POINT]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user