opengeospatial / 2D-Tile-Matrix-Set

OGC 2D Tile Matrix Set & TileSet Metadata standard
https://www.ogc.org/standards/tms
Apache License 2.0
8 stars 10 forks source link

Change `geometryType` to `geometryDimension` integer #56

Closed jerstlouis closed 2 years ago

jerstlouis commented 2 years ago

We decided to follow this approach in OGC API - Styles ( https://github.com/opengeospatial/ogcapi-styles/issues/30 ) to avoid confusion with the Simple Features geometry types, which e.g. has single / multi flavors. We should re-synchronize the changes here.

Change geometryType to geometryDimension (integer) with values: 0 (points), 1 (curves), 2 (surfaces), 3 (solids), null/not existent (mixed dimension/unknown)

joanma747 commented 2 years ago

This is an easy change that avoid using confusing names (is a line a multilinestring?)