Closed cportele closed 2 months ago
For cases, where the native and the requested CRS use a different unit, zoom-level and maxAllowableOffset are not applied correctly.
zoom-level
maxAllowableOffset
Example: the native CRS is metric and requested CRS is CRS84. A sample request is https://demo.ldproxy.net/strassen/collections/abschnitteaeste/items/3712041O3713038A?maxAllowableOffset=1, where the value should be treated as 1°, but 1m is applied.
Closed by https://github.com/interactive-instruments/xtraplatform-spatial/pull/283
For cases, where the native and the requested CRS use a different unit,
zoom-level
andmaxAllowableOffset
are not applied correctly.Example: the native CRS is metric and requested CRS is CRS84. A sample request is https://demo.ldproxy.net/strassen/collections/abschnitteaeste/items/3712041O3713038A?maxAllowableOffset=1, where the value should be treated as 1°, but 1m is applied.