Translating OpenStreetMap data to HTML5 Canvas with Rust and WebAssembly | Programming | mary.codes
Using the Overpass API to read OSM data, parsing the data with Rust, and then drawing the map onto HTML5 canvas.I'm working on a revamp of an old project of mine called Line Buddy (github). It used a now-deprecated API library called themeparks (github) and A-Frame to visually represent the wait times in the Disney World theme parks in 3D.
The original project used OpenStreetMap screenshots as the base, with columns representing the wait times. (They're all zero now since this version of the API...
Read more at mary.codes