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
Currently x in tags only checks for presence of a key-value tuple, but not for a key (the default behavior of dict). "highway" in tags should check if tags contains a highway key.