README file from
GithubPlaces Utilities
Provider for Places, with track classification and naming, track building, and route playback.
Network requests
| Area | Request |
|---|---|
| Track classification | Reads named OpenStreetMap features along and around a track |
| Track naming (way names) | Identifies the named ways a track follows |
Overpass requests go to https://overpass-api.de/api/interpreter, falling back to
https://overpass.kumi.systems/api/interpreter. Track matching uses whichever provider the block
selects, so its own requests are described by that provider's plugin.
Background tasks
None.
Dependencies
| Library | Purpose |
|---|---|
| maplibre-gl | GL map engine for the track-building tool |
| @types/geojson | GeoJSON type definitions |
| places-shared | Shared map, overlay, routing, and utility code |