Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
geira committed Jan 24, 2025
1 parent 8d4874a commit 0a257e3
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions doc/MapClients.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 |
Expand Down

0 comments on commit 0a257e3

Please sign in to comment.