You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the CSS styling of the app to match the old version. This should hopefully be easy; each Svelte component gets its own style section that's scoped just there
Clean up the old debugClockwiseOrderingGeojson call in favor of the per-intersection one
Changing the test / imported area should discard all lane edits
The download button shouldn't just name things osm.xml
Use index.js or similar in osm2streets-svelte, so we can import many components from "one" place
Fix the popstate hack. URL handling logic is currently split between 2 components.
After recalculating in the lane editor, keep the focus on the same way
Add back the debug layers feature
The text was updated successfully, but these errors were encountered:
debugClockwiseOrderingGeojson
call in favor of the per-intersection oneosm.xml
index.js
or similar inosm2streets-svelte
, so we can import many components from "one" placepopstate
hack. URL handling logic is currently split between 2 components.The text was updated successfully, but these errors were encountered: