Woazboat
Woazboat
It would be nice to have the extract/insert functions for node based containers to allow no-copy splicing of elements https://en.cppreference.com/w/cpp/container/node_handle https://en.cppreference.com/w/cpp/container/set/extract https://en.cppreference.com/w/cpp/container/set/insert (7-8)
The [Quality Assurance](https://wiki.openstreetmap.org/wiki/Quality_assurance) page on the OSM wiki lists a bunch of tools which should be added to the list.
Pascal Neis created and is hosting a bunch of tools for OpenStreetMap, not all of which have been added to the list. https://resultmaps.neis-one.org/
Add a new mode for quick splitting of ways by selecting split points via mouse click. Ambiguous split actions can be resolved by choosing the correct way in a popup...
Add a new action + button to the relation editor to replace chosen member primitives with objects from selection (while keeping the roles).
https://josm.openstreetmap.de/ticket/21840 * Relation in editor is automatically refreshed when no changes have been made in the editor yet. * Display a warning notification about required conflict resolution otherwise.
Added the `was` keyword to the search function to allow matching objects based on their previous states. I.e. `was ` matches an object if `` matches any previous version of...
Extended the RegularBox generator to be able to use different diameters for the top and bottom polygons. (The side walls have a trapezoid shape in this case.) If the top...
Compiler complains about undefined references to `__atomic_fetch_add_4`, `__atomic_fetch_sub_4` as well as `__sync_synchronize`