Kyℓe Hensel
Kyℓe Hensel
If you right click a node and choose "Continue" and that node has `fixme=continue`, then `fixme=continue` will be removed. Relates to https://github.com/openstreetmap/id-tagging-schema/issues/558
Closes #8966, Closes #9526 This PR considers other name tags when labelling features in the UI and on the map. These tags are considered: [`alt_name`](https://wiki.osm.org/Key:alt_name), [`official_name`](https://wiki.osm.org/Key:official_name), [`loc_name`](https://wiki.osm.org/Key:loc_name), [`loc_ref`](https://wiki.osm.org/Key:loc_ref), [`unsigned_ref`](https://wiki.osm.org/Key:unsigned_ref), [`seamark:name`](https://wiki.osm.org/Key:seamark:name),...
Closes #9212 and Closes https://github.com/openstreetmap/id-tagging-schema/issues/743 This PR makes the cycle lane input consider `cycleway:both=*` if `cycleway=*` is missing The UI will never set `cycleway:both=*`, it will continue to use `cycleway=*`...
~~Closes~~ Partially addresses #8895. Superseeds #9454
Closes #9455. Currently the 'suspicious names' validator only considers the tag value, so it effectively only works in british english. This PR makes the validator also consider the name of...
Pressing v flips the direction of a node, but does nothing for direction-less nodes. This PR makes the v key add a `direction` tag if you try to flip a...
This PR enables validation warnings for crossing aeroways (runways and taxiways). These are the same validation rules as waterways/highways/railways. For example, - a runway that crosses another runway/taxiway needs to...
Closes #8744, Closes #7327, Closes #3857, Closes #2001, Closes #1760, Closes #1524 When adding or editing addresses, the changeset upload page is not very helpful since all addresses are just...
Closes #8919, Closes #9564, Closes #6806, Closes https://github.com/openstreetmap/openstreetmap-website/issues/2338 The idea is that if you're on [openstreetmap.org](https://openstreetmap.org) with the notes layer enabled, and you click "Edit", then a query parameter of...
It would be very helpful if you could see when a feature was last modified from within the iD editor. I've added a message editor where it says _"View on...