<div dir="ltr">Hi,<br><br>Demo: <a href="http://abstreet.s3-website.us-east-2.amazonaws.com/osm_demo/">http://abstreet.s3-website.us-east-2.amazonaws.com/osm_demo/</a><br>Connect 2020 talk: <a href="https://www.youtube.com/watch?v=JUN5GWfb4Qo">https://www.youtube.com/watch?v=JUN5GWfb4Qo</a><br><br>I've been working on <a href="https://abstreet.org">https://abstreet.org</a>, a traffic simulation game built from OSM data, designed for cycling and public transit advocacy. A/B Street renders individual lanes, infers geometry for intersections, models turn lanes and restrictions, and infers lots of detail for traffic signal timing and parking lot capacity. Recently I split out an OSM viewer just to show off these details, letting you do quick visual Q/A on things like lane tagging. The viewer runs on web (via WebAssembly and WebGL) and natively (Mac, Windows, and Linux via OpenGL). As a disclaimer, changing maps is much clunkier on the web than native, but I'm working on it.<br><br>One key difference from most slippy maps is that this viewer downloads a single file per region (scoped right now to the core of a city, but the boundary is configurable). You can't pan over to anywhere in the world, but once you've loaded a map, everything should be extremely fast -- moving around, zooming, querying tags on objects. I've imported a few places from bbike, and I can add or adjust the boundary of anywhere you like. See <a href="https://dabreegster.github.io/abstreet/howto/new_city.html">https://dabreegster.github.io/abstreet/howto/new_city.html</a> or reply here with a link to a <a href="http://geojson.io">geojson.io</a> file.<br><br>I have a few asks of y'all:<br><br>1) What should this viewer do to add value to the community? I'm not looking into making a general purpose renderer, more like an array of small renderers specialized for purposes like Q/A on lanes, exploring POIs, etc.<br>2) Do you have any other use cases or ideas how to use things like the road geometry?<br>3) Are you interested in developing anything from this? If so, I'd like to work with you to design an appropriate API for consuming the internal map format.<br>4) If you're interested in the core mission of A/B Street, I'd love collaborators for things like <a href="https://github.com/dabreegster/abstreet/issues/372">https://github.com/dabreegster/abstreet/issues/372</a> (modeling public transit better).<br><br>Thanks!<br>-Dustin</div>