OneBusAway / wayfinder

Modern web app frontend for OneBusAway built in JavaScript with SvelteKit
GNU Affero General Public License v3.0
4 stars 1 forks source link

Replace raster OSM tiles with vector tiles #53

Closed aaronbrethorst closed 2 days ago

aaronbrethorst commented 1 week ago

There are a couple of seemingly free-to-use project that provides vector tiles based on underlying OSM map data. Vector has the advantage of offering greater styling capabilities and a more pleasant zooming experience, among other benefits. We should replace the existing raster OSM tiles with one of these.

Acceptance Criteria

OpenFreeMap

Project home page: https://openfreemap.org Snippet for usage with Leaflet: https://github.com/hyperknot/openfreemap/issues/26

Tangram + Nextzen

Tangram: https://github.com/tangrams/tangram Nextzen: https://developers.nextzen.org/about.html