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
Add --keep-member-nodes option to add-locations-to-ways command. When this is set, all nodes referenced directly from relations are kept in the output. If this is used, the input file is read twice an a bit more memory is needed. Osmium will run around 15% longer than without this option.
Add -S relations=false option to complete_ways extract strategy. If you don't need any relations you can set this when using osmium extract and the extract will be done more quickly.
New --clean option to osmium extract command to clean attributes.
Changed
Switch to C++14 and CMake 3.5.0 as a minimum requirements.