Skip to content

Commit 30539c1

Browse files
committed
Add Schema alias for GeometryCollection.
1 parent 7af3e79 commit 30539c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/groovy/geoscript/feature/Schema.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ class Schema {
449449
("org.locationtech.jts.geom.Point".toLowerCase()) : "Point",
450450
("org.locationtech.jts.geom.Polygon".toLowerCase()) : "Polygon",
451451
("org.locationtech.jts.geom.Geometry".toLowerCase()) : "Geometry",
452+
("org.locationtech.jts.geom.GeometryCollection".toLowerCase()) : "GeometryCollection",
452453
("org.geotools.geometry.jts.CircularRing".toLowerCase()) : "CircularRing",
453454
("org.geotools.geometry.jts.CircularString".toLowerCase()) : "CircularString",
454455
("org.geotools.geometry.jts.CompoundCurve".toLowerCase()) : "CompoundCurve",

0 commit comments

Comments
 (0)