fiboa / schema

The schema language for fiboa
Apache License 2.0
0 stars 1 forks source link

type: geometry - Provide allowed geometry type #4

Closed m-mohr closed 4 months ago

m-mohr commented 5 months ago

A flag to indicate the allowed geometry types would be useful for datatype geometry.

Example:

geometry:
  type: geometry
  geometryTypes:
    - Polygon
    - MultiPolygon