From 796bfe4e1b3059640c3bb408beee3154d38cee17 Mon Sep 17 00:00:00 2001 From: Wouter Date: Tue, 22 Aug 2023 15:13:06 +0200 Subject: [PATCH] fix: more markdown :grey_exclamation: & :x: --- KP-API-geospatial.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/KP-API-geospatial.md b/KP-API-geospatial.md index fcbe972..1eefab6 100644 --- a/KP-API-geospatial.md +++ b/KP-API-geospatial.md @@ -21,12 +21,12 @@ | /geo/geojson-response | :grey_exclamation: | nonapplicable | | /geo/embed-geojson-geometry-response | :grey_exclamation: | nonapplicable | | /geo/crs-list | :x: | **Needs to be implemented** | -| /geo/storage-crs | grey_exclamation: | nonapplicable, we don't store data | -| /geo/default-crs | grey_exclamation: | nonapplicable, the service is build around RDNAPTRANS(r), so the default is EPSG:7415 not CRS84 | +| /geo/storage-crs | :grey_exclamation: | nonapplicable, we don't store data | +| /geo/default-crs | :grey_exclamation: | nonapplicable, the service is build around RDNAPTRANS(r), so the default is EPSG:7415 not CRS84 | | /geo/preferred-crs | :heavy_check_mark: | We return data in RD and ETRS89 | | /geo/ensemble-member-crs | :grey_exclamation: | nonapplicable | | /geo/bbox-crs-query-parameter | :grey_exclamation: | nonapplicable | | /geo/filter-crs-query-parameter | :grey_exclamation: | nonapplicable | -| /geo/content-crs-request-header | :X: | Content CRS is now negotiated through query parameters and the feature it self. Adding a third option would bloat the API. | -| /geo/crs-query-paramete | :X: | We don't use the CRS query parameter because we need 2 CRS for our API. Using a named one like source-crs and target-crs makes it clear what the purpose is | +| /geo/content-crs-request-header | :x: | Content CRS is now negotiated through query parameters and the feature it self. Adding a third option would bloat the API. | +| /geo/crs-query-paramete | :x: | We don't use the CRS query parameter because we need 2 CRS for our API. Using a named one like source-crs and target-crs makes it clear what the purpose is | | /geo/content-crs-response-header | :grey_exclamation: | nonapplicable, response crs is know through the requested target-crs |