Skip to content

Commit

Permalink
fix: revert normalized pixelSize (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
RonitKissis authored Nov 3, 2024
1 parent da77e66 commit 12f296e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ components:
fileFormat:
type: string
pixelSize:
type: number
normalizedPixelSize:
type: number
type: number
extentPolygon:
$ref: '../../geojson.yaml#/components/schemas/Geometry'
fileName:
Expand All @@ -27,12 +25,10 @@ components:
- pixelSize
- extentPolygon
- fileName
- normalizedPixelSize
example:
crs: 4326
fileFormat: gpkg
pixelSize: 0.703125
normalizedPixelSize: 0.703125
extentPolygon:
type: Polygon
coordinates:
Expand Down

0 comments on commit 12f296e

Please sign in to comment.