Dustin Carlino
Dustin Carlino
#448 may be related
Out of curiosity, what's the path for rendering text? Does your stack avoid a dependency on harfbuzz / freetype?
I got curious and checked the source; looks like the problem is ``` [target.'cfg(unix)'.dependencies] termion = "1.5.6" ``` and [similar](https://github.com/a-b-street/abstreet/blob/40e60be386ba58e81766d0840550ae778844e36c/abstio/Cargo.toml#L20). I guess dependencies per target complicate things... any way to...
I made some more progress, continuing the strategy of fudging the input and output of osm2lanes to match current behavior a bit better. Some of the changes: - Found a...
I rebased against A/B Street changes and also updated osm2lanes. I left off looking at changes in Bristol particularly, as I have a work project centered there. `./import.sh --raw --map...
Probably road widths. But based on my quick diff yesterday, I bet we could do the cutover soon. I'll try to dedicate a few hours tomorrow to trying it and...
https://www.openstreetmap.org/way/22772836 cycleway=opposite without oneway=yes oneway:bicycle=no This is the most common error affecting a hi-pri map. I'll probably hack around it for the moment...
Ignore above. @droogmic, I think I'm getting close -- I'm checking some last things, then I'll attempt a full reimport. Once I get that to a point where I'm happy,...
> not particularly, unless you either, want me to understand it generally, understand the workarounds you are still doing, or want me to find defects Alright, feel free to ignore...
> I feel for initial exploration & visual demo it's nice to have it minimized. Yeah totally, I think we need this feature, I'm just not sure how it should...