Add stroke to default editing style for geometry collections

This commit is contained in:
Pierre GIRAUD
2015-02-12 14:15:29 +01:00
parent e703a58c5d
commit de0266ded7

View File

@@ -347,6 +347,7 @@ ol.style.createDefaultEditingStyles = function() {
styles[ol.geom.GeometryType.GEOMETRY_COLLECTION] =
styles[ol.geom.GeometryType.POLYGON].concat(
styles[ol.geom.GeometryType.LINE_STRING],
styles[ol.geom.GeometryType.POINT]
);