Konstantin Pastbin

Results 333 comments of Konstantin Pastbin

There are ~8k such POIs https://wiki.openstreetmap.org/wiki/Tag:post_office=post_partner

I think its related also to - https://github.com/organicmaps/organicmaps/issues/2355

Yeap it comes from a bicycle relation ``` if (route == "bicycle") Base::AddCustomTag({"bicycle", "yes"}); ``` and https://github.com/organicmaps/organicmaps/pull/8026 makes it insensitive to bicycle=yes so the display issue will be fixed in...

But the routing handles this case very bad ATM. It treats `highway=footway bicycle=yes` as very fast for cycling (almost as a dedicated cycleway), though in this case its explicit `bicycle=dismount`...

Probably a rather easy solution would be to not add `bicycle=yes` from a relation if there is a `bicycle=*` tag already.

Also dockerisation will allow for reproducible builds, right?

> As people travel and use OM a lot, an automated cleanup can be implemented. Maybe make it in a friendly way: when bookmarks dialog is opened, a confirmation asks...

Overall I think its important to design this feature in a way so that it could support undo deletion of individual bookmarks in the future. - #4547

> Thinking about bookmarks and tracks, can we move them (instead of deleting them) to some pre-defined lists like "Deleted Bookmarks" and "Deleted Tracks"? Its an option, but it'd be...

> What if the original list has been deleted/renamed? Then the restored bookmark will be the only one in that list.