-
Notifications
You must be signed in to change notification settings - Fork 4
Endpoint Migration Guide
RudiThoeni edited this page Oct 18, 2021
·
21 revisions
ODHActivityPoi contains all data from the Endponits Activity, Poi and Gastronomy. Also it contains more data from different data Providers (Siag, IDM, Suedtirol Wine, Redactional Content, Link to Outdooractive etc...).
We strongly recommend to use the new Endpoint the old Endpoints are legacy and will no longer be supported in the near future
The new Endpoint is compatible with the old Endpoints, all filtering possibilities are recreated, all properties of the data structure are still there. However there are some small differences we try to describe in this guide
- GpsInfo
Gastronomy
"Gpstype": "GPSCenter",
"Altitude": 948,
"Latitude": 46.8979,
"Longitude": 11.4314,
`
ODHActivityPoi --> GpsPoints
```json
"GpsInfo": [
{
"Gpstype": "position",
"Altitude": 948,
"Latitude": 46.8979,
"Longitude": 11.4314,
"AltitudeUnitofMeasure": "m"
}
],
`
## Filtering compatibility
### ODHActivityPoi - Activity
### ODHActivityPoi - Poi
### ODHActivityPoi - Gastronomy
This wiki contains additional information about the Open Data Hub alongside the Open Data Hub - Official Documentation 🔗 .