From 0a257e3d4c8e079e4457383eeea02feb97a4bda5 Mon Sep 17 00:00:00 2001 From: Geir Aalberg Date: Fri, 24 Jan 2025 15:57:49 +0100 Subject: [PATCH] update --- doc/MapClients.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/doc/MapClients.md b/doc/MapClients.md index 8e0f6bc..e27b7e8 100644 --- a/doc/MapClients.md +++ b/doc/MapClients.md @@ -11,28 +11,33 @@ summary: > An overview of map services and how to integrate MET APIs with them --- +{: .note } +This list is seriously out of date and needs updating! ## Map services -### Protocols - -- WMS -- KML - - -### Recommended providers +### Map Client Libraries |Name | License | Protocols | -| OpenStreetMap | Open | WMS | +|-----|---------|-----------| +| MapLibre | Open | MB, WMS | +| MapBox | Closed | MB, WMS | | QGIS | Open | WMS | -| Kartverket | Partly open | WMS | | Google Maps | Closed | KML | | [Apple MapKit](https://developer.apple.com/documentation/mapkit) | Closed | ? | -| MapBox | Closed | WMS | -| ArcGIS | Closed | WMS | +| ArcGIS | Closed | MB, WMS | +### Map data providers +|Name | License | Protocols | +|-----|---------|-----------| +| OpenStreetMap | Open | MB,WMS | +| Kartverket | Partly open | WMS | +| Google Maps | Closed | KML | +| [Apple MapKit](https://developer.apple.com/documentation/mapkit) | Closed | ? | +| MapBox | Closed | MB, WMS | +| MapTiler | Closed | MB, WMS | ## GeoCoding services @@ -45,6 +50,7 @@ map, or position the map. ### Recommended providers |Name | License | +|-----|---------| | [GeoNames](https://www.geonames.org/) | Open | | [Nominatim](https://nominatim.org/) | Open | | [Google Geocoding API](https://developers.google.com/maps/documentation/geocoding/overview) | Closed |