README file from
GithubPlaces - MapTiler
Map provider for Places using MapTiler, with vector maps, POI search, and elevation replacement.
Network requests
| Area | Request |
|---|---|
| Map tiles and styles | Loads the selected map style, its glyphs, sprites, and tiles |
| POI search | Resolves a search term to place suggestions and coordinates |
| Elevation | Reads elevation for a coordinate |
| 3D terrain | Loads terrain DEM tiles for 3D relief |
Background tasks
None.
Dependencies
| Library | Purpose |
|---|---|
| @maptiler/sdk | Map styles, geocoding, and the map surface |
| maplibre-gl | GL map engine, aliased to the copy the MapTiler SDK pins |
| places-shared | Shared map, overlay, routing, and utility code |
| places-maplibre-base | Shared GL map implementation |