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
Extend RelationsMapIndex to work with 64bit IDs. This should not change anything for typical OSM use (where relation IDs fit in 32bit), but help with users adding their own relations.
Removed deprecated support for regexes from osmium::tags::Filter, use osmium::TagsFilter instead (osmium/tags/regex_filter.hpp removed).
Remove special cases disabling regex support for old C++ libs.