Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: dem-elevation-service
slug: info
slug: elevation
title: Elevation ⛰️
description: Service to return geographic coordinate [lat, lon] elevation
tags:
Expand Down
10 changes: 10 additions & 0 deletions docs/MapColonies/obligations.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ We also recommend that the layers are loaded in the same order as described in t
### Using Feedback API with Geocoding

While interacting with Geocoding API, for BI purposes and to better understand our users's needs and interests, for each response sent from Geocoding API, we require the users to provide 'feedback' on our response by using Geocoding's [`Feedback API`](/docs/MapColonies/vector/Services/geocoding/feedback).

## DEM

### Displaying Elevation results

If you choose to display [`Elevation`](/docs/MapColonies/DEM/Services/elevation) results in your application UI, you must clearly present the following fields:
- `productType`
- `resolutionMeter`
- `absoluteAccuracyLEP90`
Displaying these fields is critical to ensuring end-users can make informed decisions based on the returned data.
Loading