Skip to content

Commit

Permalink
ogcapi-features CITE tests: set numDecimals to 7 to match CITE test l…
Browse files Browse the repository at this point in the history
…imitations

The ets-ogcapi-features10 test suite will chek the transformed collection items
fall inside the collection's declared spatialExtent (WGS84). In doing so, the test
themselves are limited to 7 decimals for geographic coordinates, and hence will fail
with GeoServer's higher accuracy, despite GeoServer responses being correct.
  • Loading branch information
groldan committed Nov 17, 2024
1 parent 15485c1 commit 564a275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/cite/ogcapi-features10/release/global.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<welcome>Designed for interoperability, GeoServer publishes data from any major spatial data source using open standards.</welcome>
</contact>
<charset>UTF-8</charset>
<numDecimals>8</numDecimals>
<numDecimals>7</numDecimals>
<onlineResource>http://geoserver.org</onlineResource>
<verbose>false</verbose>
<verboseExceptions>false</verboseExceptions>
Expand Down Expand Up @@ -86,4 +86,4 @@
<xmlPostRequestLogBufferSize>1024</xmlPostRequestLogBufferSize>
<xmlExternalEntitiesEnabled>false</xmlExternalEntitiesEnabled>
<webUIMode>DEFAULT</webUIMode>
</global>
</global>

0 comments on commit 564a275

Please sign in to comment.