README file from
GithubPlaces - Mapbox
Map provider for Places using Mapbox, with vector maps, POI search, elevation replacement, directions, isochrones, and track snapping.
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 |
| Directions | Builds a route between the waypoints in a block |
| Isochrones | Builds reachability polygons around a center point |
| Track snapping | Aligns a recorded track to the road or path network |
| Elevation | Reads elevation for a coordinate |
| 3D terrain | Loads terrain DEM tiles for 3D relief |
Background tasks
None.
Dependencies
| Library | Purpose |
|---|---|
| mapbox-gl | Renders the map surface |
| @mapbox/search-js-core | POI and address search |
| places-shared | Shared map, overlay, routing, and utility code |
| places-maplibre-base | Shared GL map implementation that mapbox-gl is injected into |