Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
changes to the osm-website code:
This version of iD introduces a new hash parameter to enable to notes layer on startup. For a seamless integration into the website, I have added a check if the notes layer is currently active, and pass it forward to the iD iframe. The implementation is currently referring to the
_osm_location
cookie for this. Let me know if this should be done in a different way instead.//edit: This should also address some of the "confusing" behavior when switching between osm.org map with notes enabled and the iD editor, see #1212
Upstream Changelog
✨ Usability & Accessibility
✂️ Operations
✅ Validation
🐛 Bugfixes
opening_hours
when matching a NSI preset (#10564)layer
tag is a decimal number (#9933)🌏 Localization
lld
) as an available option for multilingual nameslang
uage attributes to input fields for multilingual names, as well as wikidata and wikipedia fields (#10716)🎓 Walkthrough / Help
🚀 Presets
cycleway
&sidewalk
fields to recognise the:both
suffix, for examplecycleway:both
(#9587)🔨 Development