osmuser63783

Results 26 comments of osmuser63783
trafficstars

A related issue is archipelagos with many small islands. Most OSM-based maps, including Tracestrack's, only show the island names very late, which means that unless you already know where the...

I have not been able to reproduce this recently so I am closing this issue. Sorry for the false positive!

Since all the changes I suggested have been implemented (amazing!) I am closing this issue. Geodesk is great now for creating challenges, maybe that's worth advertising in the docs. Thanks!

In case anyone else stumbles across this feature request in search for a solution, one possible workaround is: `next(f for f in my_features.ways if f.id == 123)` It doesn't use...

Thanks for considering this! It's true that I can use `[ f for f in features if ]` or (lazy version) `filter(, features)`. But these return a list and an...

It would be helpful to show a note in the "Is this still here?" quest, but also the opening_hours, if mapped, or even to only show the quest during opening...