Cleans up old experiments on the scheme sketch page:
a speed limit layer (map-wide or for a route)
an attempt to render lane-level details using osm2streets along a drawn route
The reasoning:
The functionality has always been experimental / unused
We've done way more work on contextual layers since then for the browse page. If any might be important to use for sketching, we could take advantage of the new work (and improved tech/tricks, like pmtiles covering all of England)
The speed limit data from OSM was always patchy. We have better private data from OS now
The map-matching to show speed or lane rendering along a particular route has always had bugs, and needs tests
Less WASM to build, faster page load. I'd like to reconsider the remaining use of the route_info service for auto-naming the routes. That feature works great and is very handy, but there might be a cheaper way for us to do the same thing.
Cleans up old experiments on the scheme sketch page:
The reasoning:
route_info
service for auto-naming the routes. That feature works great and is very handy, but there might be a cheaper way for us to do the same thing.