Open kfarr opened 2 months ago
Some code references:
await init()
once somewhere for setup, after import init from "osm2streets-js";
JsStreetNetwork
object, you can call a bunch of render methods on it and get back a GeoJSON string. To see the contents of each one, go to https://a-b-street.github.io/osm2streets/?test=tempe_light_rail#17.97/33.414785/-111.909145 and use the Download buttons on the layers
As a user who has specified a location for my 3DStreet scene, I'd like to be able to automatically generate street layers from OSM data. For a first implementation this could be an experimental layer manually spawned from the Add Layer Panel.
Steps:
Example of implementation:
(cc @dabreegster followup issue from our call)