Places Utilities

by bobstanton
5
4
3
2
1
Score: 50/100

Description

Reviews

No reviews yet.

Stats

0
stars
11
downloads
0
forks
6
days
7
days
7
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
1
commits

Latest Version

7 days ago

Changelog

Initial commit

README file from

Github

Places 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