Dustin Carlino

Results 165 issues of Dustin Carlino

I use something like https://github.com/dabreegster/ltn/blob/main/backend/src/common/mercator.rs in many of my projects that're focused on one roughly city-sized area at a time. Starting from WGS84 coordinates, I find the bounding box, use...

https://docs.rs/lonlat_bng/latest/lonlat_bng/ and crates.io point to 0.3.8, which is ancient! I actually thought this crate was broken (valid inputs to `convert_osgb36_to_ll` all failed), but it's working wonderfully when pinning to git....

Hi @Stunkymonkey, I'm currently using [fast_paths](https://github.com/easbar/fast_paths/) in my [A/B Street project](abstreet.org). I stumbled across your code and out of curiosity, ran a quick benchmark for preparing a contraction hierarchy. I...

https://www.openstreetmap.org/way/997453943 it'd be more reasonable to put 2 lanes in one direction or the other https://www.openstreetmap.org/way/228767989 no `lanes` tagged, but since it doesn't suggest general traffic is restricted, we should...

https://community.openstreetmap.org/t/shoulder-tag-is-confusing/5185/50

`trunk serve` can't be used for local development anymore. I'm getting CORS errors: `Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://unpkg.com/[email protected]/dist/leaflet.js. (Reason: CORS header...

Way 893136312 produces the error `Conversion Error: unsupported: 'lane count mismatch' - 'no tags' - osm2lanes/src/transform/tags_to_lanes/modes/bus/mod.rs:154:28` The way in question has `bus:lanes:forward`, but not `bus:lanes`. We should consider including all...

#71, about cutting A/B Street over to using osm2lanes, kind of died off. I wanted to start fresh here based on new goals and problems. Since the last update there,...

I have now started a very minimal prototype in https://github.com/a-b-street/osm2lanes/tree/web_editor to make a new web app that lets people select an OSM way, see the rendered lanes in a cross-section...

enhancement

osm2lanes is nearly at a point where I'd like to make A/B Street take a dependency on it and remove the original copy of the osm2lanes logic. Just writing down...