Commit f894e8b6 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch '28.623_Re-19_CR0491_Correction_of_limitation_of_convex_polygons_for_geographical_area' into 'Integration_Rel19_SA5_158_YAML'

28.623_Re-19_CR0491_Correction_of_limitation_of_convex_polygons_for_geographical_area

See merge request !1523
parents aed7440f 817ccee6
Loading
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -170,17 +170,19 @@ components:
          $ref: '#/components/schemas/Longitude'
        altitude:
          $ref: '#/components/schemas/Float'
    ConvexGeoPolygon:
    GeoPolygon:
      type: array
      uniqueItems: true
      items:
        $ref: '#/components/schemas/GeoCoordinate'
      minItems: 3
      minItems: 1
    GeoArea:
      type: object
      oneOf:
        - type: object
          properties:
        convexGeoPolygon:
          $ref: '#/components/schemas/ConvexGeoPolygon'
            geoPolygon:
              $ref: '#/components/schemas/GeoCoordinate'
              minItems: 1
    GeoAreaToCellMapping:
      type: object
      properties: