387 KiB
What's New
Thanks to all our contributors, users, and the many people that make iD possible! ❤️
The iD map editor is an open source project. You can submit bug reports, help out, or learn more by visiting our project page on GitHub: :octocat: https://github.com/openstreetmap/iD
If you love iD, please star our project on GitHub to show your support! ⭐
Breaking developer changes, which may affect downstream projects or sites that embed iD, are marked with a ⚠️
2.27.0
📣 Release Highlights
- Added the ability to show georeferenced photos on the map and added two new street-level imagery from Mapilio and Norwegian Public Road Administration.
✨ Usability & Accessibility
- Show tag reference information for the currently filled-in tag value in UI fields (if available), instead of only showing the more generic key documentation of the field (#9786)
- Don't suggest discardable (i.e. deprecated and automatically removed tags) in the auto-suggestions of the raw tag editor (#9817, thanks @k-yle)
📷 Street-Level
- Add Mapilio as new street-level imagery provider (#9664, thanks @channel-s)
- Add photos from the Norwegian Public Road Administration as new street-level imagery provider in Norway (#9509, thanks @noenandre)
- Add functionality to display georeferenced photos from local files (#9291, thanks @nontech)
- Gray out street level layers in "Map Data" pane when map is zoomed out too far
🐛 Bugfixes
- Fix broken place search via Nominatim (#9822)
- Validator: Don't falsely flag certain tags as "should be a closed area" if the tag also allows both area and line geometries in two separate presets (e.g.
highway=elevatorin the "Elevator" and "Inclined Lift" presets) - Fix sorting of nearby streets in address field dropdown
- Fix bug where "outlink" buttons would not be disabled on invalid values of
identifierfields - Fix zooming/panning in KartaView photo layer after resizing the panel (#8997)
- Fix clearing of contents of some input field when the respective tag is removed (e.g. when using the trash can icon on the UI field)
- Don't move the cursor to the end of (some) input fields while editing in the middle (#9233)
🔨 Development
- Upgrade osm-auth to v2.2
- Upgrade dependencies, including the following major version upgrades:
markedto v7,esbuildto v0.18
2.26.2
2023-Jul-13
2.26.1
2023-Jul-12
- Fix crash when rendering an
emailUI field (#9752)
2.26.0
2023-Jul-12
🎉 New Features
- Combo fields for tags with
yes/novalues now also display thenostate and allow to toggle between the two states (#7427)
📰 News
- Remove nonfunctional Maxar Premium imagery layer from background selection list (#9710)
✨ Usability & Accessibility
- Make it easier to search for OSM objects by id (#9520, thanks @k-yle)
- Localize numbers in numeric fields (#8769, thanks @1ec5)
- The Address field now supports the
addr:placetag (as an alternative toaddr:street), this functionality is activated in selected countries (#9603) - Clean up background imagery list by discarding layers which are not helpful for mapping
✅ Validation
- Offer to connect sidewalk to service road without tagging the connection as a crossing (#9650, thanks @1ec5)
🐛 Bugfixes
- Fix
multi/many/semiCombooptions for not being selectable immediately after removing them for fields with predefined options - Fix a bug where the Add input element on comboboxes with a fixed set of allowed options is still hidden after an option of a previously "fully saturated" field is removed
- Fix wrongly flagged "incorrect geometry type" warnings for features with lifecycle-prefixed tags (#9483, thanks @biswajit-k)
- Fix corruption of tag values of fields with referenced strings, but restricted
options, when an unavailable option is entered manually into the field. - Properly handle case sensitive tag values in taginfo suggestions in raw tag editor (#9640)
- Fix broken autocomplete of wikidata fields for some languages with country-codes (#9638)
- Prevent certain tag values from corrupting css classes when they contain whitespaces (#9637, thanks @k-yle)
- Fix crash when using certain locales (e.g.
fr-FR) (#9737, thanks @k-yle)
🌏 Localization
- Send
Accept-Languageheader on Nominatim API calls (#9501, thanks @k-yle) - Add Address and Phone format for India (#9482, thanks @biswajit-k)
- Add Address format for the Philippines (#9482, thanks @bryceco)
- Add Address format for Latvia (#9667, thanks @soshial)
- Add Phone format for Hungary (#9673, thanks @Yogurt4)
- Add Phone format for Bulgaria (#8775, thanks @Dimitar5555)
🚀 Presets
- Render "oneway" arrows for features with
waterway=pressurized,waterway=spillway,seamark:type=two-way_routeorseamark:type=recommended_traffic_lane(#9492, thanks @k-yle) - Render "right-side" arrows for features with lifecycle prefixes (#9493, thanks @k-yle)
- Take regional variants of parent presets into account when resolving preset fields (#9524)
- Render "right-side" arrows for
man_made=quayfeatures - Support icons also in
multiComboandsemiCombofields (#9433) - Support input fields with multiple tag keys: one main key and an optional list of alternative keys, e.g.
email/contact:email(schema-builder#98)
🔨 Development
- Bundle
package-lock.jsonfile in repository for fasternpm clean-installbuilds - Upgrade OSM data dependencies:
id-tagging-schemato v6.3,osm-community-indexto 5.5.3 - Upgrade icon sets:
fortawesometo v6.4,temakito v5.4 - Upgrade
osm-authto v2.1, - Upgrade dev dependencies, including the following major version upgrades:
globto v10,markedto v5,cldr-coreandcldr-localenames-fullto v43,esbuildto v0.18 - Build icons from configured presets source and also process field value
iconsinnpm run build:data
2.25.2
2023-Apr-26
- Rotate Maxar Premium imagery access token
2.25.1
2023-Mar-03
- Fix accidentally committed dev settings in production build
2.25.0
2023-Mar-03
📣 Release Highlights
- Upgrade to tagging schema v6 (#9477):
- Add new
datefield for tags likecheck_date - Add Röntgen icon set
- Combo fields can now specify arbitrary icons for individual tag values
- Add new
🐛 Bugfixes
- Fix context "edit" menu on touchscreens: render labels properly and always open the touch-specific edit menu (#9425)
🔨 Development
npm startruns in watch (i.e.npm run start:watch) mode by default (to start the dev server in single build mode one can now usenpm run start:single-build)- CDNs for resources (id-tagging-schema, osm-community-index, name-suggestion-index and others) are now configurable via environment variables (or a dotenv file)
- API connections (main OSM API, taginfo, nominatim) are now configurable via environment variables (or a dotenv file)
2.24.2
2023-Feb-09
- Rotate Maxar Premium imagery access token
2.24.1
2023-Jan-25
- Rotate Mapbox Satellite imagery access token
2.24.0
2023-Jan-19
🎉 New Features
- Show a remaining input length indicator and a warning if the maximum for OSM tags (typically, 255 characters) is exceeded (#9390, #9392 thanks @alanb43, #7943, #9374)
✅ Validation
- Add support value
uncontrolledwhen using connect features validation fix on crossings withcrossing=uncontrolled(#9443, thanks @arch0345)
🐛 Bugfixes
- Fix bug which made it impossible to change an object's preset from a sub-preset to the respective parents preset (e.g. from Driveway to Service Road) (#9372)
- Fix corruption of (directional)
cyclewaytags when editing a multi-selection (#9423) - Fix unintended splitting of tag values in
semiCombofields into two values when the description contains a comma (#9471) - Fix rendering of imagery tile vintage when it is unknown (#9458, thanks @furkanmutlu-tomtom)
⌛ Performance
🚀 Presets
- Clamp degree values in
directionfields between 0 and 359 degrees (#9386) - Disable increment/decrement buttons on number fields if the input value is not numeric or when there is a multi-selection with conflicting values
- Filter out misspelled taginfo suggestions in combo field (#9397)
- Add
highway=buswayto 'Traffic Roads' group of map features (#9413, thanks @Rewinteer) - Rename
cyclewayfield type todirectionalComboand make it reusable for arbitrary directional tags (#9423)
🌏 Localization
- Specify address format for Bulgaria (#9446, thanks @Dimitar5555)
🔨 Development
- Upgrade to Transifex API v3 (#9375)
- Upgrade dependencies:
d3to v7.8,@ideditor/country-coderto v5.1,@ideditor/location-conflationto v1.1,esbuildto v0.17,osm-community-indextov5.5
2.23.2
2022-Nov-12
🐛 Bugfixes
- Fix crash when performing a multiselection of objects with differing tags values in a combo field (#9369)
2.23.1
2022-Nov-10
🐛 Bugfixes
- Fix missing imagery data update in 2.23.0 release bundle
2.23.0
2022-Nov-10
📣 Release Highlights
- Significantly quicker startup due to faster loading of presets (#9347, thanks @bhousel)!
- Add support for updated tagging presets schema version 5 (#9320)
✨ Usability & Accessibility
- Trigger context menu by long-presses of non-mouse inputs (touch or stylus) (#8105)
- Improve comboboxes (#9344):
- (raw) tag values can be also entered (and are autocompleted) when localized strings are available for the respective options
- autocomplete now also works when taginfo service is slow or unavailable
🐛 Bugfixes
- Fix selection of best background source when starting on a zoomed-out view (#9325)
- Fix leaking of localized strings in combo fields when taginfo service is unavailable (#9342)
- Keep tags when changing presets if the new preset has a field for it (#9341, #9104)
- Skip unsupported or invalid turn restriction relations instead of assuming they are a
no_*restriction (#9337) - Fix crash when conflict resolver is opened (#9345)
- Fix phone number placeholder text now always using the correct localization (#8380, thanks @k-yle)
- Don't don't suggest to "connect the ends" if a feature with area tags also matches a line preset (#6525)
⌛ Performance
🚀 Presets
- Support tagging schema v5 (#9320):
- Add new field type
colour(schema-builder#38, #8782) - Add ability to reference strings of other presets/fields
- Add new field type
- Render
natural=straitfeatures in blue color (#9294) - Show icons depicting the different values of the
crossing:markingsfield
🔨 Development
- Synchronize fetching of released presets files
- Make settings like CDN and API urls configurable in a central config file (
/config/is.js) - Upgrade dependencies:
temakito v5.2,markedto v4.2
2.22.0
2022-Sep-27
🎉 New Features
- Consider lifecycle prefixes when deciding whether features should be rendered as a line or an area (#8881, thanks @k-yle)
- Render side-markers on all coastlines (new: also coastlines of small islands mapped as an area) (#9293)
✅ Validation
✨ Usability & Accessibility
- Always render
reftag as label (#9054, thanks @k-yle) - Remember last map location when no location is externally specified (#7790, thanks @bvercelli99)
- Add a
crossing=traffic_signalstag to the intersection node when using connect features of a crossing with pedestrian signals way in the validator (#9176, thanks @faebebin) - Don't auto-suggest tag values which have fewer than 100 uses (#9227)
🐛 Bugfixes
- When typing an invalid unit into the Speed Limit or Max Height field, revert to the previous unit (#9110, thanks @1ec5)
- Fix wikidata field displaying
[object Object]instead of item labels after wikibase API change (#9067) - Don't truncate background imagery names (#8975, thanks @furkanmutlu)
- Fix alignment of "notes" icon in sidebar (#9018, thanks @JackNUMBER)
- Fix comments in notes overflowing when hovering (#9074, thanks @aaditya0000)
- Don't render
railway=platform_edgelike train tracks (#9142, thanks @k-yle) - Fix leaking of localized tag values into raw tags by multiCombo fields (#9164, thanks @1ec5)
- Fix localizable labels in multiCombo fields ("chips") being rendered multiple times (#9169)
- Fix missing styling when rendering of proposed footway/cycleway/path bridges (#9172, thanks @k-yle)
- Fix some boundary lines (and preset) not hidden by the map features filter (#9171, thanks @k-yle)
- Fix iD using invalid user selected imagery (#8732, thanks @renancleyson-dev)
- Make osmose QA service work again by upgrading API calls to the newest API version (#9208)
🌏 Localization
- Add native labels for various South Asian languages (#9241, thanks @bgo-eiu)
- Correct and add country-specific languages for Pakistan (#9242, thanks @bgo-eiu)
- Add Ladin as a country-specific language used in Italy
🚀 Presets
- Disable taginfo suggestions for the
viafield (#9140, thanks @k-yle) - Treat
surface=chipsealas a paved surface (#9139, thanks @k-yle) - Better fallback icons for untagged points, vertices, lines and areas (#9157)
- Add fallback values for access field for barrier presets
- Support incrementing cardinal directions with the up/down buttons (#9141, thanks @k-yle)
- Don't suggest (newly) hidden presets in preset selection list
- Always include the current matching preset of the selected object in the preset selection list (#9298)
🔨 Development
- Reduce uses of unsafe html injecting code
- Upgrade dependencies: maki to
v8.0,osm-community-indextov5.2,d3tov7.6,togeojsontov5.2,mochatov10
2.21.1
2022-Jun-16
🐛 Bugfixes
- Fix compatibility with older versions of browsers (Firefox ≤ v77, Chrome ≤ v61, Safari ≤ v11) (#9163, thanks @1ec5)
2.21.0
2022-Jun-03
📰 News
- Drop legacy support for Internet Explorer 11 (#8811)
- Use OAuth2 for authentication with OSM API (#9134, thanks @bhousel and @dakotabenjamin)
✅ Validation
- Handle indoor features like buildings when checking for crossing ways (#8944)
🐛 Bugfixes
- Fix rendering of KeepRight issues (#8963)
- Fix KeepRight warnings showing up as "Unknown" issues (#8925)
- Fix ⌥W keyboard shortcut not working on MacOS in certain system languages / keyboard layouts (e.g. Spanish) (#8905)
- Render closed ways tagged as
public_transport=platform,waterway=damorhighway=elevatoras areas (#8985) - Fix a bug which caused validations to not take effect in certain situations (#9021, thanks @mbrzakovic)
- Properly escape currently logged-in user's user name (#9097, thanks @jleedev)
🚀 Presets
- Optimize order of values in dropdowns of
accessfields (#8945) - Use value of
vehicletag as placeholder value ofaccessfields formotor_vehicleandbicycle - Render
golffeaturestee,fairway,roughandgreenin green color and using a grass pattern (#8927) - Tweak preset-matching to penalize non-searchable presets when matching OSM objects to presets
- Do not overwrite existing
*=notags by a preset'saddTags - Imply
access=noin access field ofhighway=constructionobjects (#9102) - Don't show non-language tag-suffixes in multilingual name field (#9124, thanks @wcedmisten)
- Render horse riding centers like farmyards (#9118)
- Support searching presets by their
aliases(#6139) - Allow searching presets by their tag (
key=value) (#8869)
Other
- Redact more API tokens from custom imagery sources in changeset metadata tags (#8976, thanks @k-yle)
- New Bing imagery API key and limit tiles vintage API requests (#9133, thanks @mbrzakovic)
🔨 Development
- Switch build system to esbuild for much faster builds (#8774, thanks @mbrzakovic and @bhousel)
- Upgrade dependencies: maki to
v7.1,fontawesometov6.1,d3tov7.4,node-difftov3.1,mochatov9.2,svg-spritetov1.5.4,markedtov4.0,temakitov5.1,mapillary-jstov4.1
2.20.4
2022-Feb-03
🐛 Bugfixes
- Fix rendering of HTML content in
KeepRight andImproveOSM issues (#8928) - Fix "local storage is exceeded" error message showing up multiple times (#8930)
2.20.3
2022-Jan-31
📰 News
- We maintain a running changelog now! Upcoming changes will be added to the Unreleased section of this changelog as soon as they are ready in the development version of the iD editor. (#8805)
- This version will be the last version which will run on Internet Explorer 11
🛡️ Security
- Fix missing escaping of external texts and content such as OSM user names, OSM tags, etc. which had opened a way to inject arbitrary HTML into the iD editor, potentially making XSS attacks possible. (#8813)
✨ Usability & Accessibility
- Add a preview to colour fields, showing a native colour picker dialog on click (#8782, thanks @k-yle)
- Tag keys of a multi-selection can now also be changed in the tags editor when the tag values differ in the selected features. (#8836)
- Improve screen reader accessibility (#8835, thanks @mbrzakovic)
- Render footways, cycleways, bridleways, paths and steps which are under construction (or proposed) thinner than generic roads under construction (#8743, thanks @k-yle)
- Only show accepted file types in custom data file chooser (#8676, thanks @jtracey)
✂️ Operations
- Split operation now indicates more clearly when multiple ways will be affected and gives a hint how to restrict the operation to a single line (#8818)
- Many operations now better preserve OSM object history (#8839, thanks @tpetillon)
📷 Street-Level
- Rename OpenStreetCam overlay to KartaView (#8807)
✅ Validation
- Allow disconnecting members of certain "grouping" types of relation (#8771)
- Clarify description of "disconnected way" validation rule (#8800)
- Fix data
sources incorrectly flagged as proprietary data:esri/Google_Africa_building(#8844, thanks @Bonkles) and*amap(#8889, thanks @cicku)
🐛 Bugfixes
- Fix hidden tooltips on map control toolbar (#8781)
- Fix glitching out turn restriction minimap on narrow sidebars (#8792)
- Fix non-string properties of GeoJSON custom map data not being displayed correctly (#8825, thanks @k-yle)
- Fix a bug which made it impossible to switch to a custom TMS imagery layer after using a custom WMS source and vice versa (#8057)
- Fix a bug where the validator might show wrong tagging suggestions for a preset if another preset has a partial match (#8828, thanks @bhousel)
- Show correct vintage and other metadata for "Esri World Imagery"'s higher zoom levels
- Fix wrong order of route relation members after a split operation (#8519, thanks @tpetillon)
- Do not open disabled localized combobox when clicking on it (#8871, thanks @hodigabi)
🌏 Localization
- Deprecate
for providing localized texts, which is replaced by the new methodt.htmlt.appendwhich directly and safely appends the localized strings to the DOM (#8817)
⌛ Performance
🎓 Walkthrough / Help
- Show privacy settings in splash screen (i.e. the "Welcome to iD" message) (#8831)
- Fix broken labels in part of the walkthrough (#8906, thanks @hodigabi)
🚀 Presets
- Radio-button based presets fields can be in an non-unique state (e.g. a tunnel which is also a ford) – this is now rendered like a multi selection with conflicting states (#8796)
- Add colours for preset categories (#8799)
- Activate new access values (
customersandunknown) introduced inid-tagging-schemav3.2 (#8876) - Handle implied
oneway=yesbyseamark:type=separation_laneandseamark:type=separation_roundabouttags (#8880, thanks @k-yle)
🔨 Development
- Switch test runner to karma (#8764, thanks @wvanderp)
- Switch to
chalkpackage for build scripts - Upgrade to temaki library to v5 (#8434)
2.20.2
2021-Oct-28
✨ Usability & Accessibility
- Decommission Maxar Standard legacy imagery layer (#8647)
- Show an error if localStorage is full (#8727)
- Keep the oldest way when merging (#8708)
- Enable ui map control toolbar scrolling on small devices or high zoom levels (#pr8685)
- Add link button next to website field (#pr8650)
🐛 Bugfixes
- Various fixes for validator involving stale state and detections (#pr8663)
✂️ Operations
- Follow (F) - new method for quick drawing of ways on top of existing ways (#pr8671, #pr8773)
- Disable merge operation when it could damage relations (#pr8675)
✅ Validation
- Add warning for some commercial mapservice in China (#pr8701)
- Add outdated tags validation fix option to tag as 'not' a matched item (#pr8628)
🌏 Localization
- Turn off RTL text patch on Chromium >=96 (#pr8741)
⌛ Performance
- Significantly improved iD performance by speeding up preset matching (#pr8768, #pr8761, #8612)
- Debounce input events in the preset list (#8288)
🔨 Development
2.20.1
2021-Aug-17
✨ Usability & Accessibility
- Splash message now links to changelog instead of inactive ideditor.blog (#8604)
- Maxar Premium imagery - new url (#pr8623)
🐛 Bugfixes
- Fix NSI (name suggestion index) bug where tagging warning recommended removing tags considered as 'primary' (#8615)
- Fix NSI bug where matching was done based on 'old_name' tag (#8617)
- Fix NSI bug where route master was not included in certain validations (#pr8627)
- Fix Validator bug where pre-existing issues were treated as current/edited issues (#8613, #8632)
- Fix Validator bug where 'fix-me' requests were being treated as outstanding issues (#8603)
✅ Validation
🔨 Development
- Switch from @mapbox/togeojson to more maintained @tmcw/togeojson (#pr8636)
2.20.0
2021-Jul-20
📣 Release Highlights
- 💥 Presets got their own repo! Shoutout to @quincylvania for this! (#pr8229)
In iD, this data is being fetched during runtime now, meaning the presets can be updated independently of iD versioning
For any discussions and issues regarding presets please use the above linked repo - 🚦 Mapillary v4 API now enables much faster data load and more objects. Big thanks to @nickplesha! (#pr8372)
Be sure to check it out in MapData -> Photo Overlays -> Mapillary - 🍟 Thanks to great improvements (#pr8305) done by @bhousel, iD now supports newest versions of name suggestion index
Additionally, presets now support location set constraints - 📖 Combo field now supports translatable options. Thanks @quincylvania! (#pr8238)
The text styling indicates which values are raw tags and which are translated labels. It works for semiCombo and multiCombo as well as single-value combos
✨ Usability & Accessibility
- Enabled node dragging at the bottom of the screen (#8233)
- Preset search is now more diacritics friendly (#8242)
- Improve sidebar Fields behavior for multilingual names (#8164)
- Improved distinction between preset categories and presets icons in sidebar (#6085)
- Enhance labels for route relations to include direction and via points (#8276, thanks @1ec5)
✂️ Operations
- New operations: Select parent way operation (Ctrl↑)/ select child nodes operation (Ctrl↓) (#pr8264, #pr8577) Thanks @1ec5
- Move (M) now works for nodes (#8225)
- Move does not exit while moving the map (#8187)
✅ Validation
- Several rules added for the case when tagging is used with wrong geometry (#8231)
- Missing tag validation improvement (#8273)
- Smarter suspicious tag and outdated tag validators (thanks to the new NSI matcher) (#pr8305)
🐛 Bugfixes
- Extract POI node now ends up in expected center (#8246)
- Ensure features relations are always available when selected (#6731)
- Notes processing serialization works correctly now (#pr8310)
- Wms detection axis ordering fix (#pr8322) Thanks to (@rbuffat)
- Ensure consistent behaviour near zooming in/out on cross editable zoom (lod16) (#pr8473)
- Fixed Centroid calculation in measurement panel (#pr8341) Thanks to (@jleedev)
- Disabled edge case no-op move/rotate (move/rotate + Esc) to pop previous edit of history (#pr8442)
⌛ Performance
- Validator now uses work queue and executes rule-jobs during idle cycles (#pr8305)
🎓 Walkthrough / Help
- Tooltip added to 'Review my edits' (#7227)
🚀 Presets
- For preset changes please follow id-tagging-schema repo
🔨 Development
2.19.6
2021-Mar-3
✨ Usability & Accessibility
- Update lists of Backgrounds and Overlays
2.19.5
2020-Nov-9
✨ Usability & Accessibility
- Enable loading iD with a feature selected even when zoomed out (#8122)
🐛 Bugfixes
- Fix an issue where some fields that allow multiple values would not show existing tags (#8155)
- Fix a bug where points could move back unexpectedly when changing their tags after dragging them (#7606)
- Fix rare instances where iD could add an invalid localized name tag (#8165)
🌏 Localization
- Support dozens of additional languages in the Multilingual Name field (#8165)
🚀 Presets
- Indicate the units for the Capacity field on storage tank presets (#8078, #8112, thanks @karmanya007)
2.19.4
2020-Nov-2
🐛 Bugfixes
- Fix an issue with missing data in the Keyboard Shortcuts screen (#8137)
- Fix a bug where deselecting items in the selected features list would instead select them in some browsers (#8151)
- Properly open the Custom Background screen when a custom layer is requested but not set (#8141, thanks @willemarcel)
🚀 Presets
- Add Telephone field to Warehouse preset (#8150)
2.19.3
2020-Oct-29
✨ Usability & Accessibility
- Make the Warnings and Errors lists in the Issues pane navigable with a keyboard
- Add hover and focus styling to the Change Direction button in the One Way field
- Disable keyboard-navigation in the sidebar when it's collapsed and hidden
- Use a more logical keyboard focus order for the "Zoom in to edit" button and the map attribution links
- Improve the alignment of the new version badge during text-only zoom and keep its tooltip from going offscreen
✂️ Operations
- Don't remove
source:dateor othersource:tags when downgrading features to basic buildings or addresses (#8097)
📷 Street-Level
- Apply the date and username filters to the Map Features and Traffic Signs layers as well as photo layers (#8133)
🐛 Bugfixes
- Fix an issue where setting the Wikidata field value wouldn't update the
wikidatatag (#8132) - Fix the functionality where hovering over items in the Relations dropdown highlights those features in the map (#8134)
- Fix a problem where attempting to toggle between metric and imperial units in the Measurement panel wouldn't do anything
- Fix cases where the Centroid value in the Measurement panel could be incorrect
- Fix a bug where a point extracted from an area could be placed very far from away from the expected location
- Avoid a potential error due to resizing the sidebar when iD is embedded in Tasking Manager
2.19.2
2020-Oct-28
🐛 Bugfixes
- Fix an issue where the Lines chapter of the walkthrough could not be completed (#8128, thanks @ricloy)
2.19.1
2020-Oct-27
🐛 Bugfixes
- Fix a critical bug where changing Allowed Access or Bike Lanes fields could add invalid tags (#8126)
- Fix an issue with automatically opening the sidebar after drawing a new feature
- Correct the alignment of the new update badge icon
2.19.0
2020-Oct-27
📣 Release Highlights
- 🚗 Street-level photo filtering now lets you limit photos to a given timeframe or user. Shoutout to @nickplesha for this!
To reveal filters, enable one or more Photo Overlays in the Map Data pane (shortcut F). - 📶 Scaling features is now possible via keyboard shortcuts.
Press Shift+ or Shift– to make the selected features bigger or smaller. - ⌨️ Keyboard navigation has been expanded significantly.
Use Tab and ShiftTab to zip around iD without a mouse. - 🔠 Text-only zoom is now fully supported.
Most browsers let you increase the text size of pages without making everything else bigger. - 📖 If you speak multiple non-English languages, iD will now prefer any of them before defaulting to English.
For best results, make sure that every language you understand is listed in your browser settings.
💥 Breaking Changes
- The modifier key to zoom and move the map or selection by a lot has changed from Cmd / Ctrl to Opt / Alt (#7976)
✨ Usability & Accessibility
- Make the interface (except map elements) navigable using only a keyboard (#7770, #8004)
- Enable the Relations section of the sidebar when multiple features are selected (#7753)
- Support text-only page zoom, a vision accessibility feature in most web browsers (#7965, #7979)
- Support common browser shortcuts for zooming the page size: Cmd+ / Ctrl+ and Cmd– / Ctrl– (#7976)
- Show the distance between any two selected points in the Measurement panel (#7952)
- Style driveways, parking aisles, and emergency access roads uniquely in the map (#7961)
- Make the custom data labels white instead of pink, for better readability (#8055)
- Reduce situations where the Keyboard Shortcuts list becomes one big column (#8021)
- Increase the possible range of background imagery Brightness, Contrast, Saturation, and Sharpness from 25-200% to 0-300%
✂️ Operations
- Improve the Circularize animation (#8083, thanks @teymour-aldridge)
- Add shortcuts for scaling the size of selected features: Shift+ and Shift– (#3372, #8012)
- Rename the Reflect Short and Reflect Long operations to Flip Short and Flip Long (#7824)
- Support splitting lines and areas at multiple selected points at once (#7990)
- Keep the history on the longer segment when splitting a line or area (#7795)
- Distribute the
step_countvalue proportionally when splitting steps (#8069) - Don't disable splitting areas just because there are lines that can't be split (#6047)
- Select the connection point as well as the resultant features after splitting something, to enable quickly disconnecting them (#5174)
- Highlight the affected features when hovering over an operation button in the edit menu (#8034)
- Make Delete and Downgrade separate operations with different shortcuts (#7682)
- Enable the removal of all tags from selected vertices with the Downgrade operation (#6756)
📷 Street-Level
- Add controls to filter photos by capture date and contributor (#4518, #7342, #5307, #7847, #8076, thanks @nickplesha)
- Support linking to iD with a specific photo open and persisting the photo when reloading (#6398, #7885, thanks @nickplesha)
- Fix selection and highlighting issues with Mapillary detections (#7048, #7177, #7885, thanks @nickplesha)
- Load auxiliary photo overlay resources only when needed, not upon startup (#7982, #8061)
- Fix issue where some photo viewer controls could not be clicked (#7974)
- Fix issue where some button icons wouldn't appear in the Mapillary viewer (#7920, #8063)
✅ Validation
- Offer to upgrade
capacitytoseatsonamenity=bench(#8002, #7886, thanks @mikenath223) - Don't offer tag upgrades that would overwrite existing data (#7843)
- Improve feature labels in mismatched geometry warnings (#8018)
- Offer to fix the order of values in
vending=parcel_mail_in;parcel_pickup(#7988) - Offer to upgrade
barrier=chicanetobarrier=cycle_barrier(#8045) - Fix unexpected tag removal when upgrading
type=audioandtype=videoonamenity=studio(#8089) - Don't offer to add
tidal=yeswithwaterway=tidal_channel(#8072) - Don't offer to add
toilets:disposal=chemicalwith Portable Toilet preset (#8044) - Offer to upgrade nonstandard tags
amenity=notice_boardandservice=drive_through
🐛 Bugfixes
- Don't return entity IDs when searching by geographic coordinates (#7995, thanks @kymckay)
- Fix issue where iD could discard the pending line or area when navigating the map while drawing (#7999)
- Properly update validation issues when editing relations in the sidebar (#7962)
- Fix issue where the preset search field might not autofocus after adding a new feature in Safari 14 (#8003)
- Fix issues with using en dashes (
–) in feature names (#7536) - Don't collapse the Tags section while adding tags to a fallback preset for the first time (#1881)
- Fix regression where the imagery layer IDs were used instead of the layer names in the
imagery_usedchangeset tag (#7842) - Fix issue where double-clicking a midpoint might not add a new node (#7972)
🌏 Localization
- If the user's requested language isn't fully translated, fallback to their other preferred languages before English (#7996)
- Support language-dependent plural forms for numeric labels (#597, #7991, #8026)
- Use local number formats in labels (#7993)
- Add
langattribute to labels to help with formatting, transliteration, and text-to-speech (#7963, #7998)
⌛ Performance
- Avoid costly calculation when using iD with the text tag editor open (#7980, thanks @bjornstar)
- Don't load the English locale file if one of the user's preferred languages is fully translated (#7994)
🎓 Walkthrough / Help
- Add Operations section to the Help pane to detail commands from the edit menu (#7803, #7992, #7829, thanks @manfredbrandl)
- Clarify in the Help pane that the Bing aerial imagery may not always be the default (#7840)
🚀 Presets
New Presets
- Add Welcome Sign preset (#7846, #7960, thanks @mikenath223)
- Add Boat Storage preset (#8000, #8031, thanks @animesh-007)
- Add Hot Spring preset (#7914, #8040, thanks @animesh-007)
- Add Lounger preset (#7947, #8039, thanks @animesh-007)
- Add Morgue preset (#7958, #8038, thanks @animesh-007)
- Add Golf Clubhouse preset (#8013, thanks @TheAdventurer64)
- Add Mounted Binoculars preset (#7985)
- Add Windpump preset (#7709)
- Add Tram & Bus Stop preset (#7970)
- Add Cooling Tower preset
- Add unsearchable Disused Amenity preset (#8051)
Changed Presets
- Rename Foot Route preset to Waking Route (#8019, #8023, thanks @irevenko)
- Add search terms to Music Store, Supermarket and Bubble Tea Cafe (#8008, #7986, #7987, thanks @TheAdventurer64)
- Update icons for presets: Agricultural Engines Mechanic, Carpenter, Electronics Repair Shop, Joiner, Roofer, Room, Indoor Area, Surveyor Office, Mooring, Secondhand Clothing Store, Hunting Stand, Hunting Shop, Waste Transfer Station
- Allow Airport Gate features as vertices
New and Changed Fields
- Show Name field by default on Park & Ride Lot (#8093, thanks @evansiroky)
- Add Embedded Ramp field to Steps (#7977)
- Add Level field to Sports Center / Complex and Gym / Fitness Center (#7968)
- Add Vehicles field to public transport presets (#6142)
- Add Inscription field to Bust (#8007)
- Add additional fields to Picnic Table (#8009)
- Add Capacity, Lit, Seasonal, and Heating fields to Outdoor Seating Area
- Add fields to Cairn
- Show Telephone and Website fields by default on more presets (#7877)
- Make the Direction field stepper use 5° increments (#7867)
🔨 Development
- ⚠️ Update to D3 v6 (#8056)
- Switch from buble to babel for richer transpiling of ES6 code for legacy browsers (#8065)
- Switch from to core-js for more comprehensive polyfilling of modern JavaScript features for legacy browsers
- Add URL parameters:
photo,photo_dates,photo_username - Accept multiple comma-separated codes in the
localeURL parameter - Add Codespell integration and fix existing spelling errors (#7752, #8054 thanks @peternewman)
- Add
t.htmlfunction for getting localized text wrapped in an HTML element with the properlangattribute (#7963, #7998) - Add
subtitlefunction to presets to hold supplementary display text, e.g. the base preset name of brand presets (#7536) - Replace the deprecated
requestdependency (#7959) - Drop The Noun Project as an icon source (#8030)
- Add
incrementproperty to numeric field data to set the amount the stepper should add and subtract (#7867) - Add
usageproperty to field data to indicate how iD uses each field - Remove unused
direction_cardinalfield and its translations (#8096) - ⚠️ Rename functions that now accept HTML instead of plaintext:
uiFlash.texttouiFlash.label,uiDisclosure.titletouiDisclosure.label,uiSection.titletouiSection.label,uiPane.titletouiPane.label
2.18.5
2020-Sep-08
📰 News
- The OpenStreetMap Foundation is now directly supporting Quincy Morgan (@quincylvania) as a full-time maintainer of iD
✨ Usability
- Open links from OpenStreetMap Notes in new tabs (#7883, #7893, thanks @JeeZeh)
- Don't say lines and areas aren't visible enough to disconnect when all their connected points are onscreen (#7944)
- Leave behind the area tags when extracting a point from a building part or indoor room (#7862)
- Hide background imagery sources that are blocked by the OpenStreetMap API (#7871, #7905)
✅ Validation
- Properly let tags on multipolygons fix crossing issues (#7935)
- Use tram crossings instead of railway crossings when connecting paths and roads to tram tracks (#7902)
- Deprecate
fast_food=pizzaandfast_food=shawarmatags
🐛 Bugfixes
- Fix problem where nodes could not be dragged after long-clicking if something was previously selected (#7826)
- Fix bug where undoing to the second-to-first node of a way would delete the whole way and exit drawing (#7772)
- Correct problem where selected text could not be copied via the keyboard shortcut while features were selected (#7908)
- Fix issue where adjusting a selected line or area could hide the quick fixes (#7386)
- Fix issue where the Wikipedia field would not default to the user's preferred language (#7890)
- Properly show scroll bars for overflowing text area inputs (#7869)
🎓 Walkthrough / Help
🚀 Presets
New Presets
- Add Wig Shop preset (#7878, #7912, thanks @fakeharahman)
- Add Irish Pub preset (#7852, thanks @rory)
- Add Portable Toilet preset (#7832, #7783, thanks @Nimisha94)
- Add Tram-Road Crossing and Tram-Path Crossing presets (#7902)
- Add Open Road Toll preset (#7408)
- Add Juice Fast Food preset (#7904)
- Add Dovecote preset (#7916)
- Add generic Telecom Feature preset (#7934)
- Add Gymnasium preset (#7818)
- Add Railway-Railway Crossing preset
Changed Presets
- Add "snorkel" as search term of Scuba Shop (#7857, #7874, thanks @fakeharahman)
- Rename Tourist Information Office preset to Visitor Center and add search terms (#7764)
- Add search terms to the Quarry preset (#7730)
- Support Cave Entrance features as nodes that are part of ways (#7945)
- Support Emergency Water Tank features as areas and add more fields (#7915)
- Update icon for Viewpoint (#7851)
- Rename Railway Crossing (Road) preset to Railway-Road Crossing
- Rename Railway Crossing (Path) preset to Railway-Path Crossing
New and Changed Fields
- Add Units field to Apartment Building (#7856, #7896, thanks @ogbeche77)
- Add additional fields to Defibrillator (#7925, thanks @nlehuby)
- Add Type field to Parking Garage Entrance / Exit (#7900, #7909, thanks @brokemyspoke)
- Show Website and Telephone fields by default on office presets (#7865, #7875, thanks @thibaultmol)
- Add more fields to Ferry Route
- Show Diet Types field by default on Restaurant (#7918)
🔨 Development
- Replace unnecessary logic in the raw tag editor (#7932, thanks @til-schneider)
- Fix export of
geoVecLengthSquare(#7894, thanks @til-schneider) - Fix spelling mistakes in markdown files and code comments (#7892, #7897 thanks @peternewman)
- ⚠️
serviceOsm.imageryBlacklistshas been renamed toserviceOsm.imageryBlocklistsand now returns an array ofRegExpobjects rather than strings - Remove redundant
coreContext()call (#7926)
2.18.4
2020-Jul-31
✅ Validation
🐛 Bugfixes
- Fix critical bug where iD would be unusable in some places (#7858)
- Fix issue with background layers using
CRS=EPSG:4326on WMS version 1.3.0 (#7557) - Fix typo in message for multiple features that are too bendy to straighten (#7845, thanks @manfredbrandl)
- Make sure the Add Note label in the Help pane matches the toolbar label (#7841)
2.18.3
2020-Jul-22
🐛 Bugfixes
- Fix issue where selected features would auto-center after deleting or navigating nodes in ways (#7820)
- Fix some non-loading background imagery layers (#7823)
- Properly update the inspector when switching between features with generic presets (#7827)
- Fix broken Browse button for custom map data files (#7828)
2.18.2
2020-Jul-21
🔨 Development
- Fix
coreContext.preauthendpoint
2.18.1
2020-Jul-20
🚀 Presets
- Add search term to Arts & Crafts Store (#7811, thanks @nisargshh)
🔨 Development
- Re-add
coreContext.localeendpoint
2.18.0
2020-Jul-20
📣 Release Highlights
- 🖐️ Touchscreen support! We've finally optimized iD for multi-touch mapping on tablets and 2-in-1 devices.
Long-press on features to open the edit menu. Review the Help pane to see what else you can do. - 🗂️ Multiselection editing has been supercharged, so you can update many features together instead of one at a time.
⇧ Shift + click to select multiple features. On touchscreens, tap-and-hold one feature, then tap others to select them too. - ☑️ Osmose data quality issues can now be browsed and resolved within iD. Thanks, @kymckay, for this integration!
Press F to open the Map Data pane and toggle on Osmose Issues under Data Layers.
🎉 New Features
You can now:
- Open the edit menu on touchscreens by long-pressing on features (#7577)
- Create multiselections on touchscreens by holding one feature while tapping additional features (#7590)
- Add nodes to ways on touchscreens by double-tapping and dragging midpoints (#2677)
- Drag nodes to reposition them on touchscreens (#7415)
- Map with a stylus, including when navigating, selecting, drawing, and dragging (#1981, #7396)
- Navigate the map with multi-touch in Edge and Internet Explorer 11 (#6598)
- Use Space as an alternative to left-click for selecting and deselecting features (#3843)
- Open the edit menu by long-clicking or holding down Space while hovering over features
- Nudge selected features with the arrow keys when holding ⇧ Shift (#7186)
- Copy and paste features via the edit menu, including on touchscreens (#2508)
- Edit the fields and tags of multiple selected features all at once (#1761, #7262, #7306)
- View the issues shared by multiple selected features (#7324)
- Browse and resolve Osmose quality assurance issues (#5682, #7095, thanks @kymckay)
- Add basic WMS endpoints as custom background layers (#4977, #7510, thanks @1ec5)
💥 Breaking Changes
- Pressing Space with features selected no longer opens the edit menu, since the spacebar can now be used to select and deselect things. You can use the menu key instead, or hold down Space with the cursor hovering over a feature
- ⚠️ There are numerous under-the-hood code changes. See the Development section below for details
✨ Usability
Interactions
- Don't show tooltips for non-mouse interactions (#6035)
- Flash feedback when tapping some buttons on touchscreens (#7699)
- Use larger targets for touch and stylus input to make interactions easier (#7643)
- Prevent browser page navigation when swiping with a multi-touch trackpad or mouse in the map (#5552, #7659)
- Don't zoom the entire interface via double-tap or pinch-to-zoom on touchscreens (#6049)
- Disable elastic page bouncing on standalone iD (#7576)
- Make it easier to select features via clicking with a multi-touch mouse
Operations
- Support disconnecting multiple selected features from each other and from all connected features (#7652)
- Support circularizing multiple selected areas and closed lines at once (#7326)
- Make the Extract operation work immediately without an extra step to place the point (#6674)
- Support the Extract operation on lines that could be mapped as points (#7598)
- Support extracting points from multiple selected features at once (#7600)
- Disable the Straighten operation for ways that are already straight (#7658)
Sidebar
- Accept more formats when searching for nodes, ways, and relations by ID (#7627, #7282, #7775, thanks @blackboxlogic)
- Highlight the corresponding feature in the selection list when hovering on a feature in the map (#2949, #7628, thanks @jgscherber)
- Don't discard tags with empty values when toggling from the text to table tag editor (#7297, #7363, thanks @zengchu2)
- Improve sorting of lassoed points in the selected features list (#7729)
- Make the selected features list a labeled, collapsible section of the inspector (#7273)
- Add a label to the "change feature type" button (#6811)
- Wrap long feature type labels to multiple lines (#7722)
- Move the "Zoom to this" button to be with the other zoom buttons on the side of the map (#6601, #7391)
- Change misleading "Translate" tooltip to "Add multilingual name" (#7486)
- Add "key=value" placeholder to the text tag editor
- Focus the relation role input when clicking its label (#7690)
- Autofocus Description field when adding a new OSM note (#7680)
- Prevent browsers from showing their own lists of autocomplete values for fields (#6444)
Map
- Update the Locator Overlay (#7025, thanks @mikelmaron)
- Enable the Mapillary detected Map Features layer everywhere (#7762, thanks @nickplesha)
- Make way midpoint positions account for the taller toolbar (#7640, #7642, thanks @jgscherber)
- Move corridors from the paths layer to the indoor features layer (#7478, #7548, thanks @JamesKingdom)
- Render the focused feature at any zoom level during conflict resolution (#7330)
- Support the
{@2x}and{r}parameters for dynamic retina tiles in custom backgrounds (#7712)
Tools
- Include contextual information in the page title (#6209, #7444, thanks @CarycaKatarzyna)
- Point OSMCha links to the new site (#7555, thanks @willemarcel)
- Add toggle buttons for the History, Measurement, and Location panels (#6397)
- Add L shortcut to toggle the display of the device's current location (#7395)
- Style the "Show My Location" button as enabled while the location is being shown (#7390)
- Flash error feedback when locating the device if the location is unavailable
- Show descriptive tooltips when Zoom In / Out buttons are disabled
- Show more calculations in the Measurement panel when multiple features are selected (#7329)
- Flash error feedback when attempting to draw self-intersecting lines or areas
- Redact API tokens detected in custom background imagery sources (#6801)
✅ Validation
- Improve connection of "Almost Junctions" when the lines are nearly co-linear (#7201, #7309, thanks @kymckay)
- Deprecate various
typetag values related to utilities (#7514, thanks @guylamar2006) - Deprecate
building=pavillionmisspelling (#7749, thanks @peternewman) - Disable copy and paste of features that aren't mostly visible (#7603)
- Disable straightening features that aren't mostly visible (#7675)
- Disable merging lines when it would result in a line exceeding the maximum nodes-per-way of the API (#6030)
- Enforce the maximum Unicode character length for tag keys and values, as well as relation roles (#6817)
- Prevent self-intersection when drawing lines and areas on touch devices (#7423)
- Fix tolerance when flagging very close nodes that are members of multiple ways (#7379)
- Don't flag empty tag values as outdated
- Don't flag Google Drive as an incompatible data source (#7545)
- Deprecate various
parkingtag values (#7578) - Deprecate various
tower:typevalues for newly-approvedline_managementtag (#7726)
🐛 Bugfixes
- Fix issue where panning without zooming could become impossible on touchscreens (#6745)
- Don't persist the hover styling after tapping buttons on touchscreens (#7432)
- Fix issue where vertices may not disappear when deselecting lines and areas (#7419)
- Fix issue where drawing features too quickly on touchscreens could zoom the map (#2128)
- Fix issue where map data may not be selectable with a single tap on touchscreens (#7380)
- Don't grey out the map during conflict resolution (#6547)
- Fix issue with the feature type label not updating properly when combining features (#7349)
- Fix issue where merging a point matching a fallback preset into an area could discard tag values (#7446)
- Fix issue where the edit menu could persist even after deselecting the feature (#7143)
- Fix cases where the Mapillary Image ID link button might appear disabled unexpectedly (#7570)
- Fix cases where merging the endpoint of a looped way with an adjacent point could break the loop (#7553)
- Don't add a value when focusing the Memorial Type field when it's empty (#7569)
- Don't add default field values when upgrading to a replacement preset (#7613)
- Don't autocapitalize custom multilingual name languages (#7156)
- Properly show the delete button for filled multilingual names even if no
nametag is present (#7572) - Fix issue where iD may overflow its container and cause scrollbars to appear while drawing (#7560)
- Fix infinite recursion error when creating cyclical relations (#7691)
- Prevent lasso from selecting hidden points (#7728)
⌛ Performance
- Request JSON responses from the OpenStreetMap API for supported endpoints (#7188, thanks @mmd-osm)
- Improve performance considerably when editing some types of long lines (#7656)
🎓 Walkthrough / Help
- Show touch-specific instructions in the walkthrough when the mapper is using a touchscreen (#7692, #7745)
- Include information about touch interactions in the help docs
- Use mouse/touch icons in the walkthrough and style shortcuts as keyboard keys
- Reference interface labels directly in the help docs to ensure they always correspond to what's onscreen
🚀 Presets
New Presets
- Add Model Shop preset (#7776, #7779, thanks @nisargshh)
- Add Office Building, Pigsty, and Cowshed presets (#7539)
- Add Covered Reservoir preset (#7534)
- Add Shoe Repair Shop preset (#7562)
- Add Orthodontist preset (#7575)
- Add Bubble Tea Cafe preset (#7632)
- Add Collectibles Shop preset (#7588)
- Add Free Box preset (#7574)
- Add Goods Conveyor preset (#7637)
- Add Trophy Shop preset (#7641)
- Add Vacuum Cleaning Station preset (#7483)
- Add Emergency Room Entrance preset (#7725)
- Add Destination Sign relation preset (#6970)
- Add Coffeehouse and Courtyard presets
Changed Presets
- Rename Metal Construction preset to Metalworker (#7549, #7568, thanks @animesh-007)
- Don't add
seamark:type=light_majorto lighthouses by default (#7621, thanks @Eric-Sparks) - Don't support using the Foot & Cycle Path preset in Germany (#7703, thanks @henry4442)
- Limit the Bail Bond Agent preset to the United States and the Philippines
- Rename Summit Cross preset to Cross (#7678)
- Rename Road Closed preset to Closed Road
- Rename Organic Goods Store preset to Organic Supermarket and add Organic Products field (#7714)
- Add "Play" to the names of several playground equipment presets (#7730)
- Support Quarry features as points (#7515)
- Support Marine Fuel Station features as vertices
- Add search terms to Lift Gate, Height Restrictor, and Storage Rental (#7537, #7538, #7681)
New Fields
- Add Support, Color, and Material fields to Post Box (#7738, #7777, thanks @yyazdi13)
- Add Type field to Ruins (#7507, thanks @hikemaniac)
- Add Automated field to Car Wash (#7580, #7584, thanks @animesh-007)
- Add Fee field to Nightclub (#7579, #7585, thanks @animesh-007)
- Add Real Fire field to pub presets in Ireland and the United Kingdom (#7630, thanks @rory)
- Add Image field (#7531)
- Add VHF Channel field to Marina (#7622)
- Add Grades field to school presets (#7571)
- Add Type field to Closed Road (#7519)
- Add Line Management field to High-Voltage Tower and Power Pole (#7726)
- Add Destination field to Waterway relation preset (#7532)
- Add Total Ascent, Total Descent, and Forms Loop fields to route presets (#7671)
- Add Phone and Website fields to commercial building presets (#7541)
- Add Mount and Type fields to Street Lamp
Changed Fields
- Allow custom values in the Public Bath Specialty field (#7481)
- Remove Both/All option from Yield Sign Direction field (#7581)
🔨 Development
- ⚠️ Add dedicated initialization step to
coreContext(#7304) - ⚠️ Remove various convenience functions of
coreContext - ⚠️ Fetch JSON resources asynchronously at runtime using
coreFileFetcherinstead of bundling them (#4994) - ⚠️ Add
coreUploaderto manage programmatic uploading of edits (#7247, #7333) - ⚠️ Wrap localization functionality into global
localizersingleton ofcoreLocalizer - ⚠️ Replace
context.storage()with globalprefssingleton ofcorePreferences - Add optimized
coreTree.waySegmentsendpoint to return edges overlapping an area - Resolve browser cookie warning by using
samesite=strict(#7596) - ⚠️ Remove deprecated radial menu and "tail" behavior
- Add endpoints for setting the changeset parameters programmatically (#7614)
- Add endpoints for customizing the page title behavior (#7503)
- ⚠️ Switch to pointer events on supported browsers, with fallback to mouse events (#5505)
- ⚠️ Namespace iD's
idHTML attributes underideditor-to avoid collisions - Fix cases where iD might miscalculate element positions when embedded (#7551)
- Replace Greenkeeper with Dependabot for keeping dependencies up-to-date (#7430)
2.17.3
2020-Apr-24
📣 Release Highlights
- 😷 You can now specify when places are open during coronavirus lockdowns with the COVID-19 Pandemic Hours field
💥 Breaking Changes
- Rename the default branch, previously
2.x, todevelop - Rename the v3 beta branch, previously
master, tov3-prototype - Update links to iD's documentation on GitHub for the changed branch names (#7453)
- Update iD's privacy policy to reflect the changed branch names
✨ Usability
- Use custom line styling for non-asphalt, non-unpaved surfaces like cobblestone, sett, and metal (#7466)
- Style pedestrian streets as wider and distinct from corridors (#7058)
- Style
plannedbut notdisusedfeatures with a dashed stroke
✅ Validation
- Upgrade
cartomotorcaron vehicle charging stations (#7339, thanks @nlehuby) - Warn about ways crossing highway areas (#7455)
- Don't suggest adding bridges or tunnels to ways crossing highway multipolygons (#7472)
- Don't suggest adding tunnels to highways crossing waterways (#7447)
- Deprecate
bicycle:onewaykey (#7281) - Deprecate
building:heightandbuilding:min_heightkeys (#7285) - Deprecate tags:
bridge=1,building:material=Brick,disabled_spaces,man_made=telephone_exchange,tunnel=1
🐛 Bugfixes
- Fix issue where some labels could not be translated (#7358)
- Don't insert generic values when focusing the Information Board, Bridge Area, or Tunnel Area Type fields (#7265, #7509)
🚀 Presets
- Add Exhibition Center preset (#7268, thanks @hikemaniac)
- Add Spike Strip preset (#7347, #7354, thanks @animesh-007)
- Add Mountain Rescue preset (#7296, #7323, thanks @animesh-007)
- Add Kneipp Water Cure preset (#7313, #7332, thanks @animesh-007)
- Add Historic Pillory preset (#7274, #7310, thanks @animesh-007)
- Correct tags of Community Garden preset and add Garden Allotments preset (#7501, thanks @stragu)
- Add Garden Type field to Garden (#7501, thanks @stragu)
- Add more fields to advertising presets (#7289, thanks @ToastHawaii)
- Add Depth field to Ford (#7400, thanks @hikemaniac)
- Support
internet_access:fee=customerstag (#7442, thanks @Lukas458) - Add more fields to Wayside Cross (#7521, thanks @morray)
- Add more search terms for Research Office (#7284, thanks @ferdinand0101)
- Add a preset and field for accessible parking spaces (#7465)
- Add Disused Shop preset (#7407)
- Add Cycle & Foot Path preset (#7321)
- Add Telecom Exchange preset (#6780)
- Add Shrub preset (#7482)
- Add Boardwalk preset and styling (#7518)
- Add presets: Botanical Garden, Hanging Monorail, Heritage Railway Track, Household Linen Shop, Power Cable, Trampoline Park, Trolleybus Route
- Rename railway track presets to be more precise, e.g. "Subway" to "Subway Track" (#7440)
- Add COVID-19 Pandemic Hours field to points of interest (#7529)
- Add Mimics field to Mobile Phone Mast (#7452)
- Add Tactile Paving field to Bus Stop presets (#7307)
- Add Circumference field to Tree (#7371)
- Add additional fields to Water Park (#7488)
- Add Smoothness field to service road presets (#7477)
- Add Operator Type field to the Kindergarten preset (#7494)
- Add Stop Number field to transit stop presets (#7492)
- Support multiple values in the
beautyfield (#7215) - Show Hours field by default on Recycling Container (#7259)
- Improve placeholders for date fields (#7270)
- Remove Level field from transit stopping location presets (#7499)
- Remove Network Type field from transport route presets (#7493)
- Remove Collection Times field from Letter Box (#7487)
- Remove the Elevation field from arbitrary line, area, and relation features (#7479)
- Don't add
buildingtag to the Monastery Grounds preset by default (#7287) - Add search terms to Retail Building and Farm Building (#7392, #7394)
- Update icons for railway track presets (#7255)
- Update icons for public transit presets
- Update Nail Salon icon (#7476)
- Update Kebab Fast Food icon (#7475)
- Update Power Pole icon (#7516)
- Update icons for presets: Community Garden Plot, Bicycle Lockers, Parking Space, Quaker Meeting House, Police, RV Toilet Disposal, Town Hall, City Hall, Government Office, Bollard, Bollard Row, Border Control, Cycle Barrier, Trench, Hedge, Stile, Carport, Static Mobile Home, Caterer, Floorer, Parquet Layer, Plasterer, Scaffolder, Stonemason, Tiler, Disused Railway Feature, Golf Course, Golf Hole, Miniature Golf, Access Aisle, Motorsport Racetrack, Karting Racetrack, Racetrack (Non-Motorsport), Barracks, Naval Base, Military Obstacle Course, Military Range, Plant Nursery, Quarry, Field Hockey Pitch, Adit, Bunker Silo, Mineshaft, Observatory, Pumping Station, Survey Point, Water Works, Military Checkpoint, Military Trench, Cliff, Heath, Ridge, Saddle, Scrub, Valley, Rail Yard, Curtain Store, Deli, Fireplace Store, Pet Grooming Store, Spice Shop, Tattoo Parlor, Tile Shop, Weapon Shop, Speed Bump, Chicane, Speed Cushion, Speed Dip, Speed Hump, Rumble Strip, Speed Table, Power Feature, Railway Feature, Notice Board, Poster Box, Information Board, Information Terminal, Goods Aerialway, Airport, Apron, Airport Gate, Hangar, Aircraft Holding Position, Aircraft Parking Position, Taxiway, Windsock
🔨 Development
- Define the main package file as
dist/iD.min.js(#7449, thanks @willemarcel) - Scope iD's CSS to its container under the
ideditorclass (#7437) - Make embedded iD's container a local stacking context (#7457)
- Fix combobox suggestion list placement when embedding iD (#7458)
- Persist the changeset comment, hashtags, and sources from the URL through UI reloads (#7504)
2.17.2
2020-Feb-14
🎉 New Features
- Restore Maxar Imagery layers, using masked iD-specific connection keys (#7355)
2.17.1
2020-Jan-16
💥 Breaking Changes
- Remove support for Node 8 (Node 10 or higher is now required)
- ⚠️ If you are building the iD project, you may need to upgrade your node version.
🎉 New Features
✨ Usability
- Don't show very low-usage tag values as field suggestions (#7203)
- Use a lighter font weight for brand subtitles
- Don't autofocus the tag text editor when selecting a feature with the "Add fields" section closed (#6685)
✅ Validation
- Account for the type and angle of crossings when setting the length of bridge and tunnel fixes
- Don't join intersection nodes to bridge and tunnel fixes, where possible (#7202)
- Don't flag blank names as mistaken (#7153)
- Flag crossing and one-way issues for features with
waterway=tidal_channel - Deprecate various
building:levelsmistags (#7212) - Deprecate
clothes=second_hand - Deprecate various entrance, gambling, museum type, gender, operator type, and pump mistags
- Fix upgrade path of
railway=*+disused=yesorabandoned=yes(#7236) - Don't offer to add
train=yesto genericrailway=platformfeatures (#7231) - Offer to add
public_transport=stop_positionandtram=yestorailway=tram_stopfeatures - Make Churchyard preset unsearchable
🐛 Bugfixes
- Fix issue where validation warnings could appear unexpectedly (#7166)
🌏 Localization
- Add Peruvian address and phone number formats (#7159, thanks @sguinetti)
- Add Australian phone number format (#7160, thanks @tastrax)
- Correctly display labels with mixed Arabic and Latin characters (#7104, #7182, thanks @mapmeld)
- Make privacy policy link text translatable (#7171)
- Differentiate the "toggle issues pane" and "toggle preferences pane" hotkeys in the German localization (#7181)
🚀 Presets
- Add Door Shop preset (#7192, thanks @hikemaniac)
- Add Emergency Landing Site preset (#7237, thanks @andrewharvey)
- Add Historic Building preset (#7219)
- Add Swing Gate preset (#7208)
- Add Tidal Channel preset (#7232)
- Add Gambling Hall preset (#7198)
- Add Secondhand Clothing Store preset (#7164)
- Add Public Prosecutor's Office preset (#7225)
- Add Speed Limit Enforcement preset (#7234)
- Add presets: Emergency Exit, Geyser, Used Car Dealership, Wedding Clothes Store, Backcountry Camping Area, Group Camping Area, History Museum, Wind Farm, Solar Farm, Nuclear Power Plant, Hydroelectric Power Station, Coal-Fired Power Plant, Gas-Fired Power Plant
- Rename "Anime Shop" to "Anime / Manga Shop" (#7223)
- Simplify the names of various Piste presets
- Update Arts & Crafts Store icon (#7228)
- Update Dressmaker icon (#7229)
- Update Water Well icon (#7170)
- Update Butcher icon (#7216)
- Update preset icons: Cathedral Building, Church Building, College Building, Hospital Building, Hotel Building, Preschool / Kindergarten Building, Mosque Building, School Building, University Building, Recently Demolished Building, Residential Area, Apartment Complex, Water Tap, Island, Islet, Kiosk, Fireworks Store, Row Houses, Houseboat, Tailor, Sewing Supply Shop, Aerialway Pylon, Mixed Lift, Drag Lift, Platter Lift, J-Bar Lift, T-Bar Lift
- Add Baby Nursing Area field (#7152)
- Add Bicycle-Pedestrian Separation field to Cycle & Foot Path (#7204, thanks @hikemaniac)
- Add Wheelchair Access field to Entrance / Exit (#7214)
- Add Bottle Filling field to Drinking Water
- Add Games field to gambling presets
- Add Hot Water field to Shower
- Add Type field to Museum
- Add Backcountry, Dogs, Groups Only, Hours, Showers, Stars, and Toilets fields to Campground (#7169)
- Add Adjacent Walking Nodes and Adjacent Cycling Nodes fields to Recreational Network Node (#7176)
- Add descriptive options for the Pump field
- Show the Website field by default on Restaurants (#7226)
- Show the Hours field by default on Pharmacy Counters (#7220)
2.17.0
2019-Dec-23
📰 News
- We've launched the iD Blog providing news and insights into the project from its maintainers and contributors (#7045)
📣 Release Highlights
- 🚇 You can now add bridges and tunnels with a single click to fix crossing roads, rails, and waterways. Thanks to @CarycaKatarzyna for working on this!
Find the "Add a bridge" and "Add a tunnel" fixes for each crossing in the Issues inspector. - 🌍 Selected features now stay visible while zoomed out, plus you can zoom to multiple features together.
Select a few large features and press Z to view their full extent, no matter how vast. - 🤝 iD now has its own Privacy Policy.
Press P to view privacy preferences.
💥 Breaking Changes
- Remove Maxar imagery layers due to announced suspension of service
🎉 New Features
- Display selected features at any zoom level (#2962, #5001)
- Add Privacy Policy and ability to opt-out of icons loaded from third-party sites (#7040)
✨ Usability
- Support squaring multiple selected features at the same time (#6565)
- Support zooming to multiple selected features together with the Z shortcut (#6696)
- Highlight the members of selected relations in yellow (#5766)
- Return feature search results from all downloaded data, not just the visible area (#6515)
- Show results for all three OpenStreetMap entity types when searching an ID without a prefix (#7112)
- Style hotkeys in tooltips as keyboard keys (#6574)
- Make the top toolbar horizontally-scrollable at narrow sizes (#6755)
- Always show the Layer subfield of the Structure field when a value is present (#6911)
- Disable the Circularize operation if the selected way is already circular (#6816, #6993, thanks @CarycaKatarzyna)
- Fallback to a preset's vector icon if its image fails to load, e.g. due to content blockers (#7028)
- Convert single-member multipolygons to basic areas when merging member lines (#5085)
- Always show the currently selected background in the sources list (#7061)
- Only show background sources with global coverage at low zooms (#7062)
- Render features with a status-prefix tags with a dashed style, e.g.
demolished:building=yes - Add tooltips to Mapillary Map Features overlay icons (#7079)
- Add button to manually retry connecting to the OpenStreetMap API upon a failure (#6650)
- Clarify the OpenStreetMap API connection failure message (#7021)
- Improve styling of points linked to Wikidata
- Render
landuse=village_greenareas in green (#7011) - Render Putting Greens and similar features in light green (#7101)
✅ Validation
- For crossing ways issues, offer one-click "Add a bridge" and "Add a tunnel" fixes (#6617, #7055, thanks @CarycaKatarzyna)
- For crossing way-building issues, offer one-click fixes that set higher or lower layers (#5924, #6911)
- Flag unclosed multipolgon parts (#2223)
- Flag crossing and one-way issues for features with
waterway=fish_pass - Don't suggest upgrading to brands that don't exist in the feature's country (#6513, #6479)
- Don't flag very close points with differing house or unit numbers (#6998)
- Allow the
not:brand:wikidatatag to silence nonstandard brand warnings (#6577) - Include default field values when upgrading to a preset with a specific replacement (#7033)
- Add tooltips to some disabled fix buttons
- Don't flag
natural=capeoramenity=vending_machineon vertices as mismatched geometry (#6982, #6515) - Don't add
oneway=yestohighway=motorway_linkby default (#7013) - Don't expect an arbitrary
junctiontag to imply a feature should be an area (#6933) - Prefer
aerialway=stationinstead ofaerialway=yesfor aerialway stations (#6994) - Remove deprecation of
crossing=zebra(#6962) - Remove deprecation of
amenity=social_clubandleisure=social_club(#6252) - Deprecate
agrarian=agrcultural_machinrymisspelling (#7053) - Deprecate
company=consulting,office=consultancy,office=consultant,shop=consulting - Deprecate
type=audio,type=video,type=caldera,type=extinct,type=scoria,type=shield,type=strato,type=extinct - Deprecate
amenity=research_institution,barrier=railing,craft=glass,man_made=gas_well,man_made=oil_well,man_made=village_pump,power=marker
🐛 Bugfixes
- Fix issue with rotating multiple points together (#6977, #6979, thanks @hackily)
- Fix various instances where issue fixes might not get properly updated (#6588, #7037)
- Fix unexpected label offsets in Firefox 70 (#7044)
- Don't move
area=yesto nodes when using the Extract operation on areas (#7057) - Fix issue where the fills of unclosed multipolygon parts would not render entirely (#2945)
- Prevent background tiles from appearing larger than expected (#7070)
- Fix issue where additional fields would disappear immediately upon clearing their value (#6580)
- Fix issue where adding a raw tag after deleting several would insert the blank row at the wrong index (#7087)
- Fix issue where OpenStreetMap API error message would persist despite the download of new data (#6650)
- Replace use of unsupported CSS property flagged by the OpenStreetMap website (#7091)
- Fix issue where the selected Mapillary detection outline would not render in some browsers (#6804)
- Fix issue where boundary relation members would not render correctly if they were also multipolygons members (#6787)
- Fix issue where the Administrative Boundary preset was not properly overriding the Boundary preset (#7118)
- Fix regression where the relation suggestion list could overflow the inspector (#7115)
- Fix issue where the Unsquare Corners degree input could be too narrow in some browsers (#7126, thanks @iriman)
- Correct vertical centering of checkmark fields
🌏 Localization
- Differentiate the "wireframe mode" and "highlight changes" hotkeys in the German localization (#6972, thanks @manfredbrandl)
- Improve Chinese address field (#7075, thanks @koaber)
- Add Bolivia-specific address and phone number formats (#7147, thanks @51114u9)
- Add the Occitan language to the Multilingual Name field (#7156)
⌛ Performance
- Determine locations' country codes without calling out to a geocoding server (#6941)
- Reduce rendering lag considerably when many features are selected at once (#3571)
🎓 Walkthrough / Help
- Update links in the README to avoid http-to-https redirects (#6984, thanks @mbrickn)
- Add the I hotkey to the Keyboard Shortcuts list (#6997)
🚀 Presets
- Add Notice Board, Poster Box, and Advertising Totem presets (#6965, thanks @hikemaniac)
- Add Kiddie Ride, Log Flume, and Swing Carousel presets (#7039, thanks @hikemaniac)
- Add Spice Shop preset (#7031, thanks @scaidermern)
- Add Giant Chess Board preset (#7059, thanks @ToastHawaii)
- Add Marker, Utility Marker, and Power Marker presets (#6978)
- Add Access Aisle preset and style (#7083)
- Add Research Institute preset and style (#7078)
- Add Advanced Stop Line preset (#7014)
- Add Lane Connectivity relation preset (#7105)
- Add Water Tap preset (#7066)
- Add Rail Yard preset (#7119)
- Add unsearchable Disused Railway Feature preset (#7119)
- Add Recently Demolished Building preset and render them as areas (#7098)
- Add Recreational Network Node preset for Belgium, Germany, Luxembourg, and The Netherlands (#6992)
- Add presets for new brands: Consultancy Office, Cleaning Service, Camera Equipment Store, Flooring Supply Shop, Pottery Store, Tool Rental
- Add Fish Pass preset
- Append "Area" to the names of linear area presets: Bridge, Tunnel, Road, River, Stream, Canal (#7015)
- Append "Feature" to the names of various generic presets, e.g. "Tourism Feature"
- Append "Ride" to the names of some attraction presets, e.g "Pirate Ship Ride"
- Rename "Wood" preset to "Natural Wood"
- Rename "Car Pooling" and "Car Sharing" presets to "Car Pooling Station" and "Car Sharing Station"
- Rename "Pottery" craft preset to "Pottery Maker"
- Correct "Firepit" preset name to "Fire Pit"
- Correct capitalization of "J-Bar Lift" and "T-Bar Lift" preset names
- Update icons for Mast, Communication Mast, and Communication Tower (#6985)
- Update icons for Gate, Kissing Gate, and Cattle Grid (#6814, #6489)
- Update icon for Park to be different from Tree (#6633)
- Update icons for Bunker and Military Bunker (#7139)
- Update icons for presets: diplomatic offices, marked crossings, transit platforms, buoys, Billboard, Jet Bridge, Scrap Yard, Bicycle Parking Garage, Bicycle Lockers, Bicycle Rental, Bicycle Repair Tool Stand, Boat Rental, Car Pooling Station, Car Sharing Station, Parking Lot, Multilevel Parking Garage, Underground Parking, Park & Ride Lot, Lean-To, Picnic Shelter, Transit Shelter, Block, Chain, Height Restrictor, Turnstile, Barn, Stable, Basket Maker, Boar Builder, Handicraft, Pottery, Indoor Corridor, Cycle & Foot Path, Street Lamp, Commemorative Plaque, Fire Pit, Pier, Floating Pier, Minaret, Tunnel Area, Water Tower, Grassland, Grass, Tree Row, Energy Supplier Office, Insurance Office, Slide, Water Slide, Play Structure, Underground Power Cable, Chocolate Store, Lighting Store, Motorcycle Repair Shop, Storage Rental, Art Installation, Sculpture, Statue, Coastline, Boat Store, Boatyard, Cabin, Holiday Cottage, Alpine Hut, Wilderness Hut, Hostel, Blacksmith
- Add "tree" as a search term for Natural Wood and Managed Forest (#7097)
- Add "packstation" as a search term for package pickup and dropoff lockers (#7052)
- Add "pilates" as a search term for Gym / Fitness Center (#7137)
- Support limiting fields to specific countries (#7085)
- Add GNIS Feature ID field to various preset for the United States (#7086)
- Add VAT ID Number field to business presets for countries where VAT numbers are issued (#6880)
- Add Wikimedia Commons Page field with link to view the page
- Add Mapillary ID field with link to view the image on the Mapillary website (#7064)
- Add Internet Access, SMS, and Video Calls fields to the Telephone preset (#7010)
- Add Tactile Paving field to the Steps preset (#7082, thanks @stragu)
- Add Reference Code field to Vending Machine presets (#7002)
- Add Drinks field to the Drink Vending Machine preset
- Add Drinkable field to various water source presets
- Add Type field to Fountain preset
- Add Pump field to Water Well preset
- Add Utilities field to Utility Pole and Street Cabinet presets
- Add Brand field to more presets that could have brand tags
- Rename "Network Type" field for
networkto "Network Class" - Add Network Type field for
network:typeto Route presets with anetworkvalue - Rename "Suggested Hashtags" changeset field to just "Hashtags"
- Only show the Country field on Flagpole features with
flag:type=national(#7099) - Don't show the Denomination field on features with
religion=none(#7135)
2.16.0
2019-Oct-23
📣 Release Highlights
- 🚦 We've added support for showing objects detected in Mapillary images. Detections include traffic signals, storm drains, trash cans, street lamps, crosswalks, fire hydrants, power poles, and more. Shout out to @kratico for adding this feature!
Open the Map Data pane and enable the Map Features layer to see what has been detected. (shortcut F) - 📑 You can now track changes that you've made while editing. Changed features will be highlighted green for additions, yellow for tag changes, and orange for geometry changes. Thanks @Bonkles for your work on this!
Press G to toggle change highlighting.
🎉 New Features
- Add Map Features layer showing objects detected in Mapillary images (#5845, #6792, thanks @kratico)
- Add the option to highlight edited features directly on the map (#6843, thanks @Bonkles)
- Show the number of resolved and remaining issues in the bottom bar when validating everything (#6935, #6940)
- Allow reversing directional nodes via the Reverse menu item and keyboard shortcut (#6850)
- Add link to the Achavi changeset viewer to the History panel (#6855)
✨ Usability
- Flash the feature type button when a feature's preset changes during editing (#6764)
- Add button to toggle the Background info panel (#6839)
- Support reversing multiple selected features at the same time (#6810)
- Match the cliff directional arrow color to the line color (#6918, #6919, thanks @huonw)
- Render walls as blockier than fences and other barriers (#6865)
- Don't render barriers tagged on waterways (#6887)
- Improve Mapillary traffic sign quality by only showing signs detected in two or more photos (#6921, thanks @cbeddow)
- Prevent zooming past the allowed zoom level range via scrolling or trackpad gestures (#6851)
- Disable the zoom in/out buttons at the maximum/minimum zoom levels (#6847)
- Allow tabbing past the last row in the All Tags table (#4233)
- Replace hardcoded ranking of OpenStreetMap communities with granular upstream ordering (#6752)
- Make the "Report an Imagery Problem" text clearer (#6820)
- Open the Map Data pane when clicking the "hidden features" badge
✅ Validation
- Only show the user issues their edits created, not preexisting issues with features they modified (#6459)
- No longer flag websites missing
http://orhttps://(#6831) - Flag disconnected
highway=elevatoras routing islands (#6812) - Flag points that should be attached or detached from ways (#6319)
- Flag features with names matching a value in their
not:nametag (#6411) - Flag generic multilingual feature names (#6876)
- Rename '"Fix Me" Requests' validation rule to 'Help Requests'
- Issue clearer warning when brand tags are simply incomplete, not strictly "nonstandard" (#6909)
- Add changeset tags for the number and type of issues resolved by the user's edits (#6459)
- Always show the Reset Ignored button when there are ignored issues
- Deprecate
cycleway=trackonhighway=cycleway(#6705) - Deprecate various
direction,embankment,golf, andweighbridgetags - Upgrade outdated golf and jet bridge presets in one step rather than two (#6901, #6912, thanks @guylamar2006)
- Add documentation of all validation issue types, severities, and changeset tags (#6100)
🐛 Bugfixes
- Fix an issue where some Mapillary traffic signs would not appear (#6510, #6921, thanks @cbeddow)
- Don't treat closed
highway=corridorways as areas (#6800) - Fix an issue where operations might not be correctly enabled or disabled while editing a feature
- Properly show uppercase suggestions in the Country, Target, and Draft Beers fields
🌏 Localization
- Add Seychelles and Pitcairn Islands to the list of places that drive on the left (#6827, thanks @leighghunt)
- Show Traditional Chinese language names in the Taiwan localization instead of Simplified Chinese (#6815)
- Sort the "Add field" options in a locale-aware order (#6937)
- Make the Wheelchair Access and Stroller Access field options translatable (#6878)
- Let the @ key on French/AZERTY keyboards also toggle the sidebar (#6864)
- Update language data with Unicode CLDR 36
🎓 Walkthrough / Help
- Update the link to the Mapbox Imagery Request site (#6874, thanks @1ec5)
- Fix issue where walkthrough could not be completed if certain data layers were disabled (#6634)
🚀 Presets
- Add Electrical Equipment Store and Telecom Retail Store presets
- Add Indoor Stairwell and Indoor Elevator Shaft presets (#6863, thanks @danielsjf)
- Add Loading Dock preset (#6849)
- Add Utility Pole preset (#6848)
- Add Karting Racetrack and Motocross Racetrack presets (#6826)
- Add Noise Barrier preset (#6949)
- Add Brewing Supply Store preset (#6866, #6955, thanks @simonbilskyrollins)
- Add presets: Spaceport, Hot Dog Fast Food, Recording Studio, Film Studio, Radio Station, Television Station, Truck Scale, City Hall
- Update icons for presets including money-related presets, construction presets, utility presets, schools, vending machines, parcel pickups and drop-offs, manholes, Sushi Restaurant, Compressed Air, Psychic, Shower, Bumper Cars, Roller Coaster, Bollard, Lift Gate, Street Lamp, Bleachers, Oil Well, and Wastewater Plant
- Add Type and Material fields to the Stile preset (#6857, thanks @ewnh)
- Add Waste field to relevant presets (#6821)
- Add Hours field to the Recycling Container preset (#6861)
- Add Blind Person Access and Lockable fields
- Add Bollard Row preset and a bollard Type field
- Add Informal field and Informal Path preset
- No longer show Level field for every feature, just those that might be indoors
- Add Levels field for features that might cross multiple building floors
- Add Maximum Age field to features like schools and rides
- Add Minimum Age field to features like kindergartens, bars, and clubs
- Add Theme field for Playground and Playground Equipment presets
- Add Type field to the Residential Area preset
- Add Limited option to the Stroller Access field (#6833)
- Add
notCountryCodespreset property for blacklisting presets from being addable in certain places - Don't show the Cycle & Foot Path preset in France, Lithuania, or Poland (#6836, #6882)
- Require only the primary tag for a feature to match a golf preset
- Rename Construction to Construction Area and render it with a yellow icon
- Improve searchability of cycle presets in English (#6825)
2.15.5
2019-Aug-26
💥 Breaking Changes
- Remove support for Node 6 (Node 8 or higher is now required)
- ⚠️ If you are building the iD project, you will need to upgrade your node version.
✨ Usability
- Make the UI more navigable by tabbing (#6701, thanks @Abbe98)
- Render Sidewalks in a different color than Foot Paths (#6522)
- List the user's language and common nearby languages first in the Multilingual Name language list (#6712)
- Add more language options to the Multilingual Name list
- Enable searching fields by tag and keyword (#5763)
- Accept relation IDs in the "Choose a parent relation" dropdown (#3487)
- Highlight relations in the map when hovering over them in the "Choose a parent relation" dropdown (#2946)
- Show addable presets specified by the
presetsURL parameter in the default preset list (#6703) - Interpret the
ºand˚characters as degrees when searching coordinates - Make the post-upload changeset number clickable (#6644)
- Allow selecting and copying tags from Custom Map Data (#6710)
- Select points after dragging them (#5747)
✅ Validation
- Don't flag known brands for having generic names (#6761, #6754, thanks @kymckay)
- Clarify that connecting a waterway crossing a highway will add a ford (#6734)
- Lock the Name field of features with a
name:etymology:wikidatatag (#6683) - Don't offer to add
highway=serviceto demolished roads withservicetags (#6775) - Upgrade
crossing=islandtocrossing:island=yes(#6748) - Upgrade
diapertochanging_table(#6529) - Upgrade
access=publictoaccess=yes(#6716) - Deprecate
tower:type=anchorandtower:type=suspension(#6762) - Deprecate
landuse=garden(#6758) - Deprecate
roof:shape=half_hipped(#6704)
🐛 Bugfixes
- Boost preset matching score if match occurs in addTags (#6802)
- Fix error upon changing the Unsquare Building threshold (#6690)
- Don't hide all multilingual names upon deleting one (#6491)
- Correctly populate the Bike Lanes field with existing values (#6141)
- Show the correct location for coordinates in the
N DD° MM.MMM' W DD° MM.MMM'format without a comma separator (#6582) - Don't treat platforms with a
kerbtag as primarily curbs (#6742) - Remove deleted features from the map immediately when undoing or redoing (#6480)
- Properly resize Mapillary and Bing Streetside photos when resizing the viewer (#6286)
- Fix issue where the Background Offset field could not be focused (#6698)
🌏 Localization
- Display the languages for the Multilingual Name field in the user's language, if available (#2457, #6702)
- Translate language names in the post-upload community list (#4990)
🚀 Presets
- Add Rental Shop preset
- Remove standalone Tactile Paving preset (#6490, #6791)
- Add Bottle Return Machine preset (#6725, thanks @ENT8R)
- Add Letter Box preset with Delivery Address field (#6718)
- Add Post Sorting Office preset (#6773)
- Add E-Waste Container preset (#6777)
- Add Obelisk preset (#6790)
- Add Flowerbed and Green Waste Container presets
- Add Line Attachment field to Power Pole and Power Tower (#6762)
- Add Species Wikidata field to Animal Enclosure and Tree (#6652)
- Add Fee Amount an Toll Amount fields (#6722)
- Add Stroller Access field (#6739)
- Add Refuge Island field to crossings (#6748)
- Add Incorrect Names field for common naming mistakes (#6411)
- Update icons for Power Pole, Power Tower, and Power Line (#6786)
- Update icon for cycle paths, crossings, and tracks
- Only allow
power=transformeron nodes (#6779)
2.15.4
2019-Jul-26
🎉 New Features
- Render side direction arrows on weirs (#6615)
✨ Usability
- Don't reuse the changeset comment, sources, and hashtags by default after uploading or discarding edits (#6642)
✅ Validation
- Don't flag very close points on different layers or levels (#6612)
- Don't flag Google Books as a source (#6556)
- Add
preschool=yeswhen upgradingamenity=preschool(#6636)
🐛 Bugfixes
- Fix issue where the info in the Background panel wouldn't update when switching backgrounds (#6627)
- Fix issue where side direction arrows might not update when switching presets (#6032)
🌏 Localization
- Default speed limit units to miles per hour in Puerto Rico (#6626)
- Fix issue where Arabic numerals would not render correctly on the map (#6679, #6682, thanks @mapmeld)
🚀 Presets
- Add Dressing Room preset (#6643)
- Add Pool Supply Store preset (#6599)
- Add Address Interpolation line preset (#4220)
- Add Printer Ink Store, Park & Ride Lot, Aircraft Holding Position, and Aircraft Parking Position presets
- Add Type and Address fields to Public Bookcase preset (#6564, thanks @ToastHawaii)
- Add Underground Levels field to building presets (#6628)
- Add more fields to the Kindergarten, Ferry Route, Ford, Dam, Weir, and Bridge Support presets
- Fix tag misspelling for the Camp Pitch preset (#6608)
- Update icons for the Cairn, Sandwich Fast Food, Hifi Store, and Party Store presets
2.15.3
2019-Jun-30
🎉 New Features
- Deprecate unsupported DigitalGlobe imagery sources (editor-layer-index/#680)
- Limit addable presets via comma-separated IDs in the
presetsURL parameter (#6553)
✨ Usability
- Add support for fords drawn as lines (#6576)
✅ Validation
- Allow for some tags (
takeaway) to be kept when upgrading tags (#6530, #6581) - Remove existing match keys before upgrading to a name-suggestion-index preset (#6575)
- Deprecate
camp_site=camp_pitch, prefertourism=camp_pitch(#6591)
🐛 Bugfixes
- Fix issue displaying preset name for suggestions with a '/' in name (#6594)
- Fix crash when disabling the OSM layer while drawing (#6584)
🚀 Presets
- Update camera icon on surveillance presets
- Add preset for
shop=hobby - Add Cairn preset (#6587, thanks @kymckay)
- Add field for
operator:typeto various presets (#6566) - Render
waterway=damas lines as grey (#6555) - Add Karaoke Box preset (#6538)
- Add Torii preset (#6537)
- Add more fields to the Helipad preset
- Add Structure field to the Canal preset (#6548)
- Add polling place presets and field (#6542)
2.15.2
2019-Jun-17
✨ Usability
- Prefer a Wikipedia commons logo over social media logo in some situations (#6361)
✅ Validation
- Remove issue "autofix" buttons
- Don't suggest adding
nonsquare=yesto physically unsquare buildings (#6332) - Stop suggesting adding highway=footway to piers, platforms, and tracks (#6229, #6409, #6042)
- Fix some situations where iD should not suggest adding
highway=crossing(#6508) - Avoid stale "connect endpoints" fix for "tags imply area" that could cause invalid areas (#6525)
- Remove
barrier=entrancedeprecation (#6506) - Improve warning message when updating brand tags (#6443)
- Improve checks for valid email and website values (#6494, thanks @kymckay)
- Fix issue where crossings with kerb tags were treated primarily as kerbs (#6440)
- Fix issue where upgrading
office=administrativecould also removebuilding=yes(#6466) - Fix issue where cuisine -> diet upgrades could overwrite existing values (#6462)
🐛 Bugfixes
- Fix issue with deleting a member from a relation with a duplicate entity but different roles (#6504)
- Fix issue where iD could crash upon save if user had edits stored before iD 2.15 (#6496)
🚀 Presets
- Add presets for
craft=signmaker,healthcare=counselling,shop=fashion_accessories - Remove unnecessary
landuse=militaryadded onmilitary=bunker(#6509, #6518, thanks @matkoniecz) - Add Pipeline Valve preset (#6393)
- Add Diameter field to Pipeline and Tree presets
- Add additional terms for Mailbox preset (#6535)
- Improve public bookcase preset (#6503, thanks @ToastHawaii)
- Deprecate
wifi=yesandwifi=free(#6524) - Lower match score for man_made/bridge preset
- Add presets for Christian places of worship that do not use a cross icon or are not called churches (#6512)
- Add preset for
shop=military_surplus(#6470) - Deprecate various maxspeed mistags (#6478)
- Add preset for
office=bail_bond_agentand deprecate various mistags (#6472) - Deprecate "FIXME" -> "fixme", "NOTE" -> "note" (#6477)
- Deprecate some "sustenance" tags
- Change the label "Direction" to "Direction Affected" for vertex fields (#6469, thanks @BjornRasmussen)
- Remove the search term "garage" from parking preset (#6455, thanks @BjornRasmussen)
- Add preset for
military=trench(#6474) - Add preset for
leisure=escape_game(#6447) - Update Hackerspace fields
2.15.1
2019-May-24
🎉 New Features
- Add Maxar-Standard and Maxar-Premium Imagery Layers (editor-layer-index#668)
- Add feature filters for pistes and aerialways
- Add ability to hide indoor areas and building part areas (#6352)
✨ Usability
- Prevent Chrome autofill of recent values in the Allowed Access inputs (#6414)
- Improve visual padding of multiselect fields
- Make unsquare threshold field wider to account for stepper control in Firefox (#6418)
- Add "Disable All" and "Enable All" buttons for the Map Features list (#5234)
✅ Validation
- Swap
wikidata/wikipediaforbrand:tags if possible (#6416) - Suggest adding
indoor=yestohighway=corridorto explicitly specify these as indoor features - Flag detached points that are very close together (#6394)
- Flag almost junctions between highways and themselves (#6373)
- Deprecate various old storage tank tags
- Show better warning message if tags and incomplete rather than deprecated (#6410)
- Don't flag private data only buildings that are also offices (#6404)
- Flag private data on
building=houseboat - Add ability to upgrade a tag value within a semicolon-delimited list
🐛 Bugfixes
- Fix raw tag editor styling for custom data editor (#6427)
- Fix bug centering map when clicking on an issue in the Issues pane (#6384)
- Fix vector tile layers (#6426)
- Fix bug causing new data to be discarded when running fixes to upgrade tags or remove private data (#6407)
- Fix issue causing duplicate expanded community entries to appear (#6422)
- Fix bug where iD could add empty source tag to changesets (#6405)
⌛ Performance
- Prevent iD from loading too many off screen tiles (#6417)
- Switch Bing Imagery Key to avoid overages (#5833)
🚀 Presets
- Update several preset icons (dry cleaning, disc golf, shuffleboard, horseshoes pit)
- Add Disc Golf Course preset
- For ice rinks, prefer the
sportvaluesice_hockey/ice_skatingoverhockey/skating - Add Field Hockey Pitch preset
- Add Indoor and Covered fields to more presets
- Add Allowed Access field to piers, platforms, and tracks
- Add Covered field to Subway preset
- Add Water Tank preset
- Add preset for
landuse=winter_sports(#6403) - Add Type field to Resort preset Add more terms and fields to the Resort preset
- Add layer field to aerialway presets
- Improve search terms to Cycle & Foot Path preset (#6406)
2.15.0
2019-May-21
📣 Release Highlights
- 🔧 We've made a lot of improvements to iD's validator! It's a lot faster than before,
and can now optionally validate everything downloaded OpenStreetMap. We have added rules for validating highway
connectivity, outdated tags, very close nodes, and nonsquare buildings.
Open the Issues pane to see what the new validator can do! (shortcut I) - 📐 Squaring used to be just for closed lines, but now the squaring
tool can be used to square unclosed lines and individual corners. Importantly, we've changed the keyboard shortcut from
S to Q. This is because lines can be both straightened or squared now,
and Q matches the shortcut used by the JOSM editor.
Try squaring some lines, or corner nodes (but remember, the shortcut is now Q❗) - 📏 Straightening used to be just for unclosed lines, but now the straightening
tool can be used on sub-sections of lines, on multiple connected lines, and on individual points.
Try straightening points to make them line up perfectly (keyboard shortcut S) - 👌 The extraction tool got an upgrade as well. Before you could detach points from lines, now
the tool is named "extract" and you can extract points from areas too.
Try extracting features from areas when they are better mapped as points (keyboard shortcut E) - 📝 We've made the raw tag editor even raw-er. You can now toggle between list and text views when editing
tags. The text view is especially useful for copying and pasting tags!
Click the icons above the "All tags" section to toggle between list and text views. - 🍟 The name-suggestion-index project that powers iD's brand search got a big upgrade too! You can now find more brands than before, and brand logos will appear in the preset search results and in the feature editor.
Map all the branded businesses in your town!
💥 Breaking Changes
- Change the Square shortcut from S to Q since lines can now be both straightened and squared
- Merge the generic presets for the
pointandvertexgeometries - Removed
utilIdleWorkerandutilCallWhenIdle(#6299)- ⚠️ Code refactor: use
window.requestIdleCallbackinstead
- ⚠️ Code refactor: use
🎉 New Features
- Add raw text tag editor with copy-and-paste support (#839, #6185, #6302)
- Add drag-and-drop reordering of relation members (#2283)
- Add controls to filter between panoramic vs. flat photos (#5433)
- Include street-level photo sources used during editing in the
sourcechangeset tag (#6279) - Add Downgrade operation that removes all tags except for addresses and building info (#6103)
- Allow extracting points of interest from buildings and other areas (#6203)
- Allow squaring unclosed lines (#5093, #5999)
- Allow squaring individual corners (#2205, #5999)
- Allow straightening multiple connected lines together (#5740, thanks @jguthrie100)
- Allow straightening just selected points within a line (#2058, #5740, thanks @jguthrie100)
- Allow straightening multiple selected points that are independent of lines (#6217)
- Allow disconnecting entire lines or areas at once (#4245)
- Allow disconnecting multiple selected points at once (#6164)
- Allow disconnecting closed lines at their endpoint node (#6149, #6161, thanks @jguthrie100)
- Add YouthMappers chapters to the community entries that appear after saving
✨ Usability
- Improved marker styling and lock icon for protected fields on Wikidata-tagged features (#6389)
- Trim the user's string when preset searching (#6383)
- Don't render deprecated tagged features the same as their modern counterparts
- Add "Reset All" button for Display Options in the Background pane (#5503, #5994, thanks @alphagamer7)
- Add link to the PeWu entity history viewer to the History panel (#6202)
- Persist recent presets across sessions (#6022)
- Add labels beneath buttons in the top toolbar
- Move the loading indicator from the top toolbar to the bottom corner of the map (#5889)
- Move photo overlay controls to their own section within the Map Data pane (#5913)
- Rename "Detach" operation to "Extract"
- Improve results when squaring (#2472, #5999)
- Show better feedback when trying to square something that is already square (#5967, #5999)
- Convert comma-separated values to semicolon-separated when entering a value in a multicombo field (#6013)
- Autocomplete labels when typing in the Wikidata field (#5544)
- Update the Wikipedia field when changing the Wikidata field (#5543)
- Don't remove the
wikidatatag when removing the Wikipedia field value (#4322) - Add a tooltip to the button for adding a feature to a relation (#3812)
- Discard
osmarendertags when saving features (#6091) - Add a keyboard shortcut to toggle the OpenStreetMap data layer (#6104)
- Avoid damaging any relation with
from,via, ortomembers, not just turn restrictions (#6221) - Don't reorder tag rows when editing keys in the raw tag editor (#5927)
- Allow scrolling in textarea fields (#6306)
- Prevent deleting features with
wikidatatags (#5853) - Add
photo_overlayAPI parameter to show default photo overlays and persist them between sessions (#5813)
✅ Validation
- Allow user to change the threshold for nonsquare building detection (#6386)
- Don't consider
highway=racewayas routable (#6385) - Offer tag upgrades to branded features from name-suggestion-index
- Improve validation of disconnected ways to detect routing islands (#6376)
- Add fix to tag real nonsquare buildings with
nonsquare=yestag (#6332) - Remove the "many deletions" validation issue (#6140)
- Add "quick fix" option to several issue fix types (#6140)
- Add option to browse issues with all loaded data, not just edited features (#5906, #6140)
- Add option to filter issues to just the ones nearby (#6140)
- Show info about any hidden issues when all filtered issues are resolved (#6224)
- Add option to manually ignore and hide specific issues (#6242)
- Flag redundant points in lines and areas (#6241, #6326, #6267, thanks @gaoxm)
- Flag features with
fixmetags (#6214) - Flag simple buildings that aren't quite square (#6215, #6234)
- Flag lines with
highway=roadas unclassified (#5998) - Flag phone numbers on residential buildings as potential privacy violations (#5850)
- Flag suspicious data sources like "Google" given in features'
sourcetags (#6135) - Flag unreachable one-way highways and waterways flowing against each other (#6216)
- Flag disconnected area and multipolygon highways (#6075)
- Flag new highways disconnected from the larger road network (#6284, thanks @Bonkles, @gaoxm)
- Don't flag highways connected to ferry routes as disconnected (#6287)
- Flag disconnected ferry routes
- Flag deprecated values among semicolon-delimited tags (#6038)
- Add quick fixes for setting the
layerto resolve certain Crossing Ways issues (#5943) - Rename "Generic Names" validation rule to "Suspicious Names"
- Be more lenient when flagging generic names (#5930)
- Recommend converting combinations like
highway=footwayandfoot=notohighway=path(#6070) - Deprecate
cuisinevalues likeveganin favor ofdiet:*tags likediet:vegan(#5993) - Deprecate
todoin favor offixme(#6214) - Deprecate
barrier=embankmentin favor ofman_made=embankment(#6236) - Apply more checks before letting users delete features via quick-fixes (#6062)
- Don't suggest deprecated tag values when editing fields (#6084)
- Don't flag disconnected highways that overlap unloaded regions (#5938, #6140)
- Don't flag almost junctions between features on different layers or levels (#6355)
- Discard untagged relations that appear to have been created accidentally (#3812)
- Include the number and type of warnings ignored by the user in the changset tags (#6123)
- Recommend adding
highwaytags to piers, racetracks, and transit platforms for routing purposes (#6042) - Indicate iD's tag deprecations on Taginfo (#5995)
- When connecting crossing paths and roads, don't automatically set the
crossingtag of the connection node if it is ambiguous (#6244)
🐛 Bugfixes
- Don't move connected ways when squaring (#1979, #5999)
- Ensure that relation members and child nodes of selected features are displayed even when features of those types are disabled (#6220, #6328)
- Maintain directionality when merging a directional line with a non-directional line (#6033)
- Fix crash when drawing an area in a particular manner (#5996)
- Fix bug where straightening long ways could disconnect junctions (#2248)
- Fix bug where editing a tag in the "All tags" section and then selecting another feature could apply the change to the second features (#6028)
- Unhighlight relations and relation members when removing them (#5612)
- Display the undo and redo buttons as disabled when zoomed out beyond the editable zoom level (#6105)
- Don't overlap the information panels, slideout panes, and photo viewer (#4733, #5212)
- Don't let mobile Safari force rounded corners on all search fields (#6034)
- Pan to location of the undone edit when undoing, not the edit prior to that (#5831)
- Prevent long multicombo field values from overflowing their container (#6201)
- Correctly reverse complex tags with
leftandrightwhen reversing highways (#6235) - Prevent upload error when setting the Wikipedia field to a page with special characters (#6232)
- Remove unused Google Analytics code (#6295)
- Fix issue where some operations could be unexpectedly disallowed (#6296)
- Don't show gaps in the stroke where multipolygon member lines connect (#6336)
- Fix layout issue with the Label field (#6344)
- Fix issue where lines could have unexpected styling when first added to multipolygons (#3613)
🌏 Localization
- Make the place format in the contribution thank-you message localizable (#6269)
- Add Papiamento localization (#6222)
⌛ Performance
- Significantly improve validation performance (#6054, #5901, #6140)
- Improve performance when typing changeset comments (#6249)
- Avoid reloading the inspector sidebar for geometry-only changes (#6086, #6140)
- Reduce circular file dependencies (#6237)
- Update to D3 v5 (#6245)
- Replace the
ecstasticdevelopment dependency withstatic-server(#6342)
🎓 Walkthrough / Help
- Make the keyboard shortcuts viewable on narrow window sizes (#6174)
🚀 Presets
- Add presets for Test Prep School, Financial Advisor
- Add more terms to Transit Shelter preset (#6381)
- Add preset for Online Retailer Outpost
shop=outpost - Support
natural=bayon lines (#6379) - Show the wheelchair and curb fields for all curb presets, improve icons (#6360)
- Add preset for Chain barrier (#6340, thanks @westnordost)
- Add preset for Height Restrictor (#6339, thanks @westnordost)
- Add preset for Emergency Stopping Place (#6337, thanks @westnordost)
- Add presets for common castle types (#6321, thanks @westnordost)
- Add Petting Zoo, Wildlife Park, and Safari Park presets (#6317, thanks @westnordost)
- Add Agricultural Engines Mechanic, Floorer, Joiner, and Parquet Layer presets (#6316, thanks @westnordost)
- Add Ambulatory Care preset (#6315, thanks @westnordost)
- Add Fire Hose preset (#6314, thanks @westnordost)
- Add Wastewater Basin (#6313, thanks @westnordost)
- Add presets for
natural=rock,natural=stone, with boulder icons (#6311, thanks @westnordost) - Display logos of brand presets (#5167)
- Only show brand presets in their relevant countries (#6124)
- Add presets for indoor mapping (#6082)
- Add Building Part preset (#6114)
- Add LGBTQ+ venue presets (#5940, thanks @rory)
- Add more fields to public transport route presets (#6036, thanks @nlehuby)
- Add Self-Service field and Self-Service Laundry preset (#6260, thanks @westnordost)
- Add Bicycle Parking Garage, Bicycle Lockers, and Bicycle Shed presets (#6259, thanks @westnordost)
- Add Bust, Graffiti, and Art Installation presets (#6275, thanks @westnordost)
- Add cycleway crossing presets (#6065)
- Add standalone Tactile Paving presets (#6015)
- Add Toy Library preset (#5390)
- Add Social Center preset (#6077)
- Add Raised Curb and Rolled Curb (#6080)
- Add Cycle & Foot Path preset (#6070)
- Add Railway Under Construction preset (#6151)
- Add Underwear Store preset (#6152)
- Add Cannabis Shop preset (#6301)
- Add Turnstile, Monorail Route, and Stop Area Group presets (#5757)
- Add Shingle preset (#6155)
- Add presets: Zip Line, Jet Bridge, Windsock, Convention Center, Events Venue, Underground Parking, Ambulatory Care, Chain, Height Restrictor, Houseboat, Hangar Building, Fire Hose, Emergency Stopping Bay, Trailhead, Commemorative Plaque, Horseshoes Pit, Shuffleboard Court, Natural Swimming Area, Cycling Track, Beacon, Beehive, Summit Cross, Levee, Mineshaft, Underground Pipeline, Street Cabinet, Tunnel, Cape, Valley, Wastewater Basin, Water Turbine, Boat Store, Tabletop Game Store, General Store, Lighting Store, Data Center, Trail Marker, Information Terminal, Canal Lock, Lock Gate
- Update Embassy and add Consulate, Liaison Office, and Diplomatic Office presets (#6144)
- Update golf path presets to use highway tags (#6165)
- Add Flood Prone field to minor roads (#6117)
- Add Operator field to Car Wash preset (#6233)
- Add Building Height and Building Levels fields to some presets when they are buildings (#6238)
- Display Internet Access Fee field directly after setting Internet Access in more cases (#6265)
- Add Floating field to piers and Floating Pier preset
- Add Fishing field to water presets
- Add Air Conditioning field to some points of interest
- Add Type field to Guest House preset
- Add High-Speed Rail field and preset
- Add Manufacturer field to some infrastructure presets
- Add Max Weight field to roads and paths that are bridges
- Add Microbrewery field and Brewpub preset
- Add Payment Types field to some presets when a fee is specified
- Add generic Playground Equipment and Emergency Feature presets with Type fields
- Add Reservations field to some amenities
- Add Screens field to cinemas
- Add Pit Latrine and Flush Toilet presets
- Add Handwashing and Positions fields to toilet presets
- Add Oneway field to some Aerialway presets
- Add Overhead Trolley Wires field to some highway presets
- Remove Curb field from crossings to encourage mapping curbs as nodes (#6078)
- Use a less-confusing placeholder for the Hours field (#6207)
- Add support for public domain icons from The Noun Project (#5691)
- Improve the icon for Unmaintained Track Road (#6088)
- Return missing icon to the old Train Platform preset (#6020)
- Update icons for various presets such as Childcare, Photo Booth, Shower, Studio, and Garbage Dumpster
- Render route preset icons dynamically, indicating what line types are common members (#5926)
- Change the swimmer icon so its head will not be missing when the icon is displayed on point markers (#6307)
- Add more search terms to the Road Surface preset (#6309)
2.14.3
2019-Feb-26
🎉 New Features
- Add a Rules section to the Issues pane where all validation types are listed and can be toggled on or off (#5979)
✅ Validation
- Flag multipolygon members without roles (#5851)
- Don't flag lines tagged as areas if the tag is also allowed on lines (#5933)
- Don't automatically add "highway=crossing" tag when connecting paths to Unmaintained Track Roads
- Deprecate "amenity=toilet" (#5953), "landuse=conservation" (#5957) and "building:color" (#5956, thanks @matkoniecz)
- Deprecate various "footway" (#5935) and "wood" (#5958) values
- Deprecate "highway=abandoned" (#5968), "natural=waterfall" (#5972), and "postcode" (#5959)
🐛 Bugfixes
- Fix error upon pressing escape when drawing an area with only one point (#5941, #5950, thanks @jguthrie100)
- Fix an issue where vertices would not snap to some nodes that could be vertices (#5942)
- Fix an issue where pressing enter during feature type search would not select the first item (#5921)
- Fix an issue where all feature types would be disabled if Other Features were hidden (#5934)
- Fix an issue where the sidebar UI would flash when adding a node while drawing an area
⌛ Performance
- Add option to turn off specific validation rules if they are slowing down iD (#5979)
🚀 Presets
- Add Bar field to Restaurant, Cafe, and Hotel (#5947, #5970, thanks @alphagamer7)
- Rename Jeweler to Jewelry Store (#5948)
- Add unsearchable generic Boundary preset (#5975)
- Don't render roads with a "footway" tag too thin (#5936)
- Allow Traffic Islands to be drawn as lines (#5945)
2.14.2
2019-Feb-21
✅ Validation
- Don't flag crossing way issues for proposed, razed, or abandoned features (#5922)
- Don't flag lines or areas as untagged while they are being drawn
- Deprecate "amenity=public_building" tag (#5916)
🐛 Bugfixes
- Fix an issue where all map data would be removed upon switching modes while drawing a line or area (#5917)
- Fix an issue where cancelling line or area drawing could leave an extra error (#5918)
- Show all warnings and errors in the save sidebar
⌛ Performance
- Speed up validation, particularly the crossing ways check (#5923)
🚀 Presets
- Rename Excrement Bag Vending Machine to Excrement Bag Dispenser (#5920, thanks @SelfishSeahorse)
- Add Covered field to waterway presets
2.14.1
2019-Feb-20
🐛 Bugfixes
- Fix an issue where ImproveOSM would not load due to non-HTTPS endpoints
2.14.0
2019-Feb-20
📣 Release Highlights
- ❗ iD now validates features while you edit! Select a feature to see its issues and access quick fixes.
Open the new Issues pane (shortcut I) to browse all errors and warnings. - 🕵️ You can now browse missing road data detected by ImproveOSM from Telenav. Shoutout to @kymckay for working on this!
Open the Map Data pane (shortcut F) and select "ImproveOSM Issues" to view detected data.
🎉 New Features
- Upgrade the validation system (#5830, a group effort by @quincylvania, @bhousel, @gaoxm, @wonga00, @chrisklaiber, @abalosc1, @maxgrossman, @brianhatchl)
- Update and show issues live during editing
- Add an Issues pane
- List issues in the feature sidebar
- Recommend fixes
- View more details below in the new ✅ Validation section of this changelog
- Integrate ImproveOSM data detection tools (#5683, #5739, thanks @kymckay)
✨ Usability
- Don't close the open photo when toggling the photo overlay (#5829, #5836, thanks @maxgrossman)
- Allow the up and down buttons to work on empty number fields (#5844, #5852, thanks @AndreasHae)
- Render stroke previews for all line icons and don't show previews when line icons are used for areas (#5839, #5888)
- Open the area feature browser immediately after selecting the multipolygon relation type (#5765)
- Render selected features on the map even if their layer is hidden (#5880)
- When adding a duplicate tag, focus the existing key instead of adding a "_1" suffix (#2896)
- Exclude tags already on object from auto-completion in the All tags list (#3625)
- Allow tag values to be entered before keys (#5872)
- Allow deletetion of tags while one is focused (#5878)
- Make address field suggestions case sensitive (#5887)
- Replace the "Edit or translate documentation" link text with a pencil icon (#5753)
- When upload is disabled, show a tooltip on the button explaining the reason (#5830)
- Don't squish the panes at narrow window widths (#5890)
✅ Validation
- Flag crossing highways, railways, waterways, and buildings (#1669, #5217, #5830, thanks @gaoxm)
- Connect crossing lines with one click (#5830)
- Flag highways that are very close but not connected to other highways (#5830, thanks @gaoxm)
- Connect very close highways with one click (#5830)
- Prevent merging ways if it would cause self-intersection (#5745, thanks @jguthrie100)
- When drawing a way or dragging a vertex, don't snap to points that cannot be vertices (#5811, #5875, thanks @maxgrossman)
- Flag more instances of lines tagged as areas (#5830)
- Connect the endpoints of open areas with one click (#5830)
- Flag more instances of deprecated tags (#5830)
- Upgrade deprecated tags with one click (#4591)
- Flag more instances of generic names (#5830)
- Remove generic names with a single click (#5830)
- Continue disconnected highways from the feature inspector (#5830)
- Move a multipolygon's tags from its outer way to its relation with one click (#5830)
- Flag relations without a "type" tag (#5870, #5830)
- Flag features with only meta tags like "source" or "created_by" (#5830)
- Block the upload of untagged features (#5830)
- Disable adding features of a hidden feature type to avoid redundant mapping (#5876, #5884)
- Don't count vertices when warning about many deletions (#5830)
🐛 Bugfixes
- Fix reversal of turn lanes when reversing a way (#5674, #5826, thanks @kymckay)
- Fix photo overlay selection styling behavior (#5494, #5816, thanks @kymckay)
- Add Junction field to highway presets (#1264)
- Fix transit platforms drawn as areas turning into lines upon completion (#5837)
- Don't replace spaces with underscores in Destinations and Destination Road Numbers fields (#5842)
- Fix error upon deleting all tags and then adding one (#5840)
- Fix issue where relation documentation could not be found (#5860)
- Hide lines that are part of boundary relations when boundaries are hidden (#5601)
- Fix mangling of the undo history when undoing while drawing a way (#5830)
🌏 Localization
- Update the Museum and Planetarium preset icons to not include the letter "M" (#5751)
- Don't capitalize feature names in KeepRight messages in right-to-left layouts (#5877)
- Keep the map still when resizing the sidebar in right-to-left layouts (#5881)
⌛ Performance
- Optimize code tests by not reloading all presets for every test (#5832)
🚀 Presets
- Add Golf Cartpath, Golf Walking Path, and Driving Range presets (#5859, #5862, thanks @chadrockey)
- Add Photo Booth preset (#5892, #5894, thanks @danielwu830)
- Add Mexican Fast Food and Chess Table presets
- Add Climbing Gym, Bell Tower, Minaret, Sundial presets (#5749, #5772, #5817, #5771)
- Add Salt and Tidal fields to water presets (#5822)
- Replace Passenger Information Display field with Departures Board field
- Add specialized rendering of Aerialways and Pistes (#5843)
- Render Dam areas, Groynes, and Breakwaters as grey (#5759)
- Render the borders of Construction areas as yellow
- Render barriers on area features again (#5761)
- Improve Club icons (#5854)
- Rename building=train_station preset to Train Station Building (#5903)
- Make generic Land Use, Leisure, Amenity, Man Made, Natural, and Tourism presets unsearchable
- Add "box office" as a search term for Ticket Shop (#5849)
- Add more search terms to various other Shops
2.13.1
2019-Jan-28
✨ Usability
- Activate combobox if user is switching from a different active combobox (#5752)
- Prevent Chrome and Firefox autofill suggestions from appearing in fields like Address or Email (#5818)
- Restore the pointing hand cursor when hovering over combobox carets (#5769)
🐛 Bugfixes
- Fix a few situations where user can leave a combobox but bad data remains (#5825)
- Don't erase the Name field when tabbing from it (#5760)
- Fix issue where the preset browser would appear after continuing an existing line (#5770)
- Fix issue where optional Cycleway fields would not appear by default when the left and right lane values were equivalent (#5756)
- Fix issue where optional
multiCombofields like Diet Types or Currency Types would not appear by default even if values existed (#5764)
🎓 Walkthrough / Help
- Show the left mouse icon where mentioned in the Background Imagery help
🚀 Presets
- Restore the Basin preset (#5758)
- Add Architect and Roof Color fields to Building presets
- Add Hours field to ATM (#5750)
- Make the Hours field appear by default for Shop presets (#5755)
- Add Hours field to Toilet
- Add Currency Type field to Shop
- Prevent the Name field from appearing by default on generic vertex features (#5812)
- Make the Covered field appear by default for Drive-Through
- Add Covered field to various railway and amenity presets
- Add Building field to Carousel and Dark Ride area presets
- Add Name and Intermittent fields to Water
- Add Inscription field to Bench
- Add "water fountain" and its synonyms as search terms for Drinking Water
- Add "riverbank" as a search term for the River area preset
- Add additional search terms to Managed Forest
2.13.0
2019-Jan-23
📣 Release Highlights
- ⚡ You can now browse and fix KeepRight data quality issues directly within iD. Many thanks to Thomas Hervey (@thomas-hervey) for his work on this!
Open the Map Data pane (shortcut F) and select "KeepRight Issues" to view and fix map issues. - 📐 We've added support for MapRules, an API service and web interface for creating and sharing reusable presets and validation rules.
Check out the maprules repo for more info or watch Clarisse and Max's talk at SOTM-US here - 🔍 You can now quickly center and zoom the map on any feature, note, or data issue!
Click the new "zoom to" link on the sidebar under the preset icon, or press Z keyboard shortcut to focus on the selected feature.
🎉 New Features
- Integrate with Keep Right QA tools (#3452, #5201, thanks @thomas-hervey)
- Show the location when geolocating the user (#5587, #5629, thanks @maxgrossman)
- Add MapRules service and parameters to use it (#5617, thanks @maxgrossman)
- Add button to zoom to the selected feature (#5169)
- Display some preset fields conditionally based on tags (#5581, #5583)
- Add validation check for generic feature names (#5590)
- Support
{wkid},{w},{s},{n}, and{e}tokens in WMS-style background imagery templates (#5738, thanks @1ec5)
✨ Usability
- Open the combobox when clicking anywhere in the text field (#5596, #5636, thanks @maxgrossman)
- Add close button to the save sidebar (#5614, #5622, thanks @maxgrossman)
- Render reservoirs and fountains with the water fill pattern (#5606, thanks @RudyTheDev)
- Render marine barriers with a blue stroke (#5606, thanks @RudyTheDev)
- Press enter to submit values in combo fields without deselecting the feature (#5725)
- Hide combobox caret when there are no suggestions (#5730)
- Show the editor instead of the preset browser when selecting untagged features (#5632)
- Match the widths of the add tag and relation buttons to other controls (#5729)
- Animate simultaneous zooming and positioning of the map in various cases (#3967)
- Enforce stricter rules for line vs. area styles (#5602)
- Don't style the active drawing vertex as a large endpoint when styling lines (#5711)
- Render baseball fields, softball fields, and non-motorsport tracks in yellow
- Style multipolygons as areas instead of lines
- Style the icons of building-like presets like buildings
🐛 Bugfixes
- Remove highlight from relation member after it is deleted from relation (#5612, #5638, thanks @maxgrossman)
- Fix an error where nodes could not be found after a data restore and the save interface would not appear (#4108)
- Fix crash in the relation member editor when tabbing away from the role (#5731)
- Fix an issue where sections of the Map Data and Background panes might not display (#5743)
- Fix a visual glitch where the buttons in the top bar could wrap in an undesirable way (#5746)
🌏 Localization
- Fetch multilingual tag descriptions and images from the OSM Wikibase (#5647, thanks @nyurik)
- Set the localization via a URL parameter (#5644, #5650, thanks @tordans)
- Fix misaligned labels in the right-to-left layout (#5687, #5692, #5699, #5705, thanks @iriman)
- Press ² to toggle the sidebar on AZERTY keboards (#5663)
- Press ? to toggle the help pane regardless of the localization (#5663)
- Display translated names and descriptions of more background sources (#5737)
⌛ Performance
- Don't update closed sections of the Map Data and Background panes
🚀 Presets
- Add Frozen Food preset for
shop=frozen_food - Add Fuel, Fireplace, Fishing, Hunting, and Drinking Water Shop presets (#5651, #5653, thanks @hikemaniac)
- Add Racetrack (Horse Racing) preset (#5620)
- Add Enforcement relation preset (#5610)
- Add Netball Court and Australian Football Field presets (#5604, #5605)
- Add RV Dealership preset for
shop=caravan - Change tags of Reservoir, replace Riverbank with River area preset, and add Canal and Stream area presets (#5591)
- Add Destinations, Destination Road Numbers, Junction Number, and Destination Symbols fields to Link highways (#4178)
- Add Diet Types field to Restaurant, Cafe, Fast Food, and Supermarket (#5580)
- Add Minimum Speed Limit field to Motorway and Trunk Road
- Add Dogs field to Foot Path, Park, and more to specify if dogs are allowed
- Add One Way (Bicycle) field to roads to specify if bikes are exempt from one way restrictions
- Add Incline and Smoothness fields to Foot Path, Cycle Path, and more
- Embed name of religion in all Place of Worship labels (#5611)
- Rename Forest to Managed Forest (#5709)
- Update icons for Chair Lift, Plumber, Car Wash, Real Estate Agent, and more (via
scottdejonge/map-icons, thanks @scottdejonge) - Add "real estate" as a search term for Estate Agent (#5724, thanks @CloCkWeRX)
- Let presets inherit fields from other presets (#5710, #5712)
- Reduce the use of universal fields (#5719)
- Add more fields to the
Add field:dropdown of various presets
2.12.2
2018-Dec-13
🎉 New Features
- Add
"moreFields"property so a preset can control the fields shown in the "Add field" dropdown (#4871, #5582, thanks @quincylvania)
✨ Usability
- Improve mousewheel scrolling speed on Windows/Linux Firefox (#5512)
- Render grass surface on traffic calming areas (#5584, thanks @RudyTheDev)
- Always show save count 0. Makes responsivness easier (#5576)
- Make sure sidebar is expanded before entering walkthrough or saving (#5574)
- Disable autocomplete on the brand suggestion combo (#5558)
- Don't automatically pop up the combobox when the field receives focus (User can click carat, press down arrow, or start typing to make it appear)
- Make sure combobox can always receive arrow and esc keyboard events
🐛 Bugfixes
- Fix broken member role dropdown for members that are not downloaded (#5592)
- Fix relation member role value not persisting in some situations (#4900, #5449)
- Fix rendering of raw membership editor new row (#5589)
- Avoid leaving relations modified when modifications to them are undone (#5458)
- Fix handling of semicolon delimited values in numeric field e.g. multiple
direction(#5438) - If imagery becomes invalid, remove it from imagery_used (#4827)
- Don't add "None" to
imagery_usedtag when other imagery was used (#5565) - Make sure dropdowns don't remain visible (#5575)
- Make sure delete button can always delete all the brand suggestion tags (#5573)
- Fix rendering of combobox near bottom of sidebar when using up/down arrows
(Before,
scrollIntoViewwould move the entire map container)
🌏 Localization
- Use user's locale for fetching wikidata label/description (#5563)
⌛ Performance
- Don't create hidden/universal fields until they are actually needed
- Don't render contents of collapsed sections (e.g. hidden raw tag editor)
- Don't recreate as many comboboxes on every render (#5568)
- ⚠️ Code refactor - Move lib/d3.combobox.js -> ui/combobox.js
🚀 Presets
- Make separate presets for "Apartment Building" and "Apartment Complex" (#5594, thanks @kreed)
- Allow some kinds of traffic calmings to be mapped as areas (#5562)
- Add
basin=*Type andintermittentfields to Basin preset (#5497) - Add an icon for Grit Bin preset
- Lowered the match score for the Wi-Fi Hotspot preset (#5560, #5561, @quincylvania)
2.12.1
2018-Dec-05
🐛 Bugfixes
- Fix bug preventing walkthrough from starting (#5553, #5555, thanks @quincylvania)
- Fix bug causing tooltips on background pane not to disappear (#5551)
2.12.0
2018-Dec-03
📣 Release Highlights
- ✌️ Mac users can now use 2 finger trackpad gestures to pan and zoom the map.
Try swiping with 2 fingers to pan, or pinching out/in to zoom and unzoom. You'll be less likely to accidentally drag nodes! - 🔻 iD now draws triangular markers on the "down" side of ways where the direction matters. Thanks, Huon Wilson @huonw for this feature!
Ways with a direction include cliffs, coastlines, retaining walls, kerbs, guard rails, embankments. - ↔️ You can now resize the sidebar, or hide it completely. Shout out to Quincy Morgan @quincylvania for his work on this!
Try dragging the sidebar to resize it, or click the hide button in the top toolbar. The top bar buttons can also shrink on narrower screens. - 🍔 We've released a huge upgrade to the brand name suggestions in iD. Thank you to everyone who volunteered to match brand names to their proper OpenStreetMap tags.
Try adding some branded businesses to the map -brand,brand:wikidata, and other tags will be set for you. - 📎 More Wikidata integration! iD now displays linked data if a feature has a
wikidatatag, and will protect fields likenameandbrandfrom direct editing.
Make sure prominent features have a Wikidata tag, for added protection against accidental changes. - 🔆 More features for working with relations. Hovering over a relation or member in the sidebar will highlight it on the map. You can also download incomplete sections, and zoom to inspect relation children. Thanks, Quincy Morgan @quincylvania!
Check out the "All Relations" and "All Members" sections of the sidebar to try out the new relation editing tools. - :octocat: Hacktoberfest happened! We merged 40 pull requests during the month of October. Thank you to all of our new contributors!
🎉 New Features
- Make
name,brandfields readonly when there is awikidataorbrand:wikidatatag (#5515) (Users may still delete the name field or edit the tags manually) - Add a Wikidata field (#4382, #5500, thanks @quincylvania)
- Display triangular markers along ways with a "lower" direction (e.g.
natural=cliff). (#1475, #5529, thanks @huonw) - Upgrade the brand name presets from new name-suggestion-index:
- Display name suggestion presets on 2 lines (#5514)
- Offer up to 10 brand name suggestions in the name field, show preset type alongside brand name
- ⚠️ Code refactor - remove
dataSuggestionsandutilSuggestNamesfunctions
- Add
context.keybindingfor keybindings that don't change (#5487)- ⚠️ Code refactor - Move
lib/d3.keybinding.js->util/keybinding.js
- ⚠️ Code refactor - Move
- The sidebar can be now be resized by dragging the divider (#3447, #5443, thanks @quincylvania)
- There is also a new button in the top tool bar, and keyboard shortcut to toggle the sidebar
- Add hover-highlighting to the selected features list (#5404, thanks @quincylvania)
- Add hover-highlighting for relations in the raw membership list (#2946, #5402, #5429, thanks @quincylvania)
- Add a button to zoom to a relation child (#5405, thanks @quincylvania)
- Add a button to download an undownloaded relation child (#2284, #5396, thanks @quincylvania)
- Display type (node, way, or relation) in the name of undownloaded relation children (#5399, thanks @quincylvania)
✨ Usability
- Redraw restrictions editor when resizing sidebar (#5474, #5502, thanks @jguthrie100)
- Add support for 2-finger pan and zoom gestures on Mac computers (#5492)
- Improve rendering for more leisure objects (
track,golf_course,garden) (#5526, thanks @hikemaniac) - Improve rendering for
attraction=water_slide(#5522, thanks @hikemaniac) - Use green stroke to render
barrier=hedge(#5459, thanks @quincylvania) - More responsive sidebar and toolbar (#4356, #5455)
- Adjusts save count padding slightly (#5509,thanks @quincylvania)
- Display icons only (no labels) on very narrow width toolbar
- Better management of button widths in the sidebar (#5467, thanks @quincylvania)
- Adds more fill patterns to areas (#5489, #5499, thanks @RudyTheDev)
- Update Icons (Maki upgraded to v5, FontAwesome upgraded to v5.5)
- Preserve extra space at bottom of inspector to allow for dropdown options (#5280)
- Better undo tooltips when connecting points (#1252, #5468, thanks @quincylvania)
- Display ways with
location=underwatersame aslocation=underground(#5442, thanks @quincylvania) - Improve rendering of
man_made=pipeline(#5392, thanks @quincylvania) - Improve rendering of ferry routes (#5414, #5416, thanks @quincylvania)
- Improve keyboard navigation of the preset selection menu (#5304, thanks @quincylvania)
- Make "search worldwide" button look like a button (#5386, thanks @jguthrie100)
- Make OpenTopoMap imagery layer available (#5277)
🐛 Bugfixes
- Prevent Mapillary signs and markers from flickering as the user pans the map (#4297)
- Don't snap notes to OSM elements (#5191)
- Avoid requesting imagery and data from wrapped world past antimeridian (#5485)
- Adjust layer ordering to draw touch targets above data layers (#5257, #5479)
- Fix background imagery with multiple outer rings (#5264, #5250, #5272)
- Use new Mapillary API calls for features and signs (#5374, #5395, thanks @cbeddow)
- Exclude non-searchable presets from the preset recently-used list (#5450)
- Don't give boost to autocompleted tag values because they have a wiki page (#5460, #5461, thanks @matkoniecz)
- Adding a new point on a way now adds a vertex, not a standalone point (#5409, #5413, thanks @quincylvania)
- Treat multicombo values other than 'no' and '' as if they are set (#5291)
- Fix bug preventing use of gpx files with an uppercase file extension (#5266, thanks @JamesKingdom)
🌏 Localization
- Localize combo box tooltip descriptions (#5523, #5524, thanks @jguthrie100)
- Switch parking icons from "P" to car icon (#5341)
⌛ Performance
- Avoid reflow caused by restriction editor checking its dimensions
- Memoize
preset.match- this slightly speeds up some things, including label rendering - Don't lookup or autocomplete
postal_codevalues from taginfo
🎓 Walkthrough / Help
- Setup data layers and sidebar before starting the walkthrough (#5136)
- When switching chapters in Help, return to the top (#5439, #5441, thanks @n42k)
- Fix crash if user cancels drawing of Tulip Road in walkthrough (#5295)
🚀 Presets
- Add Flush Curb preset (#5534, thanks @quincylvania)
- Add Railing preset for
barrier=fence; fence_type=railing(#5532, thanks @RudyTheDev) - Add Guard Rail preset for
barrier=guard_rail(#5527, #5528, thanks @RudyTheDev) - Update the Slipway preset with Name and Fee fields, allow vertex geometry, (thanks @quincylvania)
- Add terms for the Parking Lot preset (#5519, thanks @quincylvania)
- Add missing presets for items in name-suggestion-index v1 (#5510, #5518, thanks @quincylvania)
amenity=money_transferamenity=payment_centreamenity=payment_terminalshop=catalogueshop=country_storeshop=hairdresser_supplyshop=party
- Add Communication, Mobile Phone, Television, and Radio Mast, Communication Tower presets (#5486, thanks @quincylvania)
- Add
office=religionpreset (#5483, thanks @Raubraupe) - Add presets for common cuisines for
amenity=fast_foodandamenity=restaurant(thanks @quincylvania) - Add
leisure=fishingpreset (#5469, #5476, thanks @xmile1) - Switch embankment preset from
embankment=yestoman_made=embankment(#5344) - Add
amenity=vehicle_inspectionpreset (#5453, thanks @hikemaniac) - Add
amenity=dive_centrepreset (#5451, thanks @hikemaniac) - Add paved/unpaved surface style for
aeroway=taxiway(#5419, #5422, thanks @thefifthisa) - Add preset and rendering for
attraction=summer_toboggan(#5447, thanks @hikemaniac) - Add
place=city_blockpreset (#5425, #5432, thanks @wvanderp) - Add fields for To and From and add fields to all route presets (#5408, #5410, thanks @castriganoj)
- Add
maxspeedfield to Speed Camera preset (#5417, #5421, thanks @FrikanRw) - Add takeaway field to cafe preset (#5403, #5418, thanks @thefifthisa)
- Add "Garage" to the "Building Features" category (#5375)
- Switch the generator/output/electricity field from text to typeCombo (#5384, thanks @quincylvania)
- Add Utility Infrastructure Category (#5381, #5382, thanks @quincylvania)
- Add Underground Power Cable Preset (#5380, #5382, thanks @quincylvania)
- Add Solar Panel Preset (#5371, #5372, thanks @quincylvania)
- Add
backrestmaterialseatscolourfields to Bench preset (#5367, #5387, thanks @simonbilskyrollins) - Adjust fields shown on piste presets, different types for "downhill" and "nordic" (#5268, #5368, #5397, thanks @yvecai)
- Add generic "Recycling" preset and field
recycling_type=container/center(#5363) - Switch
crossingpresets to usemarked/unmarked, retainzebraas unsearchable value - Add escalator and moving walkway presets (#5350, #5365 thanks @mchlp)
- Add Bridge Pier, Bridge Support presets (#5337, #5360, thanks @nadyafebi)
- Add Amphitheatre preset (#5349, #5359, thanks @enighter)
- Add Softball Field preset (#5346, #5357, thanks @s-Hale)
- Rename Baseball Diamond to Baseball Field (#5345, #5357, thanks @s-Hale)
- Add
designfield and improve search terms forpower=towerpreset (#5334, #5356, thanks @hchho) - Add Picnic Shelter preset (#5347, #5355, thanks @programistka)
- Add Carport preset (#5339, #5353, thanks @Stormheg)
- Add Multilevel Car Parking preset (#5338, #5352, thanks @programistka)
- Add Transit Shelter preset (#5348, #5358, thanks @enighter)
- Add presets for Traffic Sign, Speed Limit Sign, and City Limit Sign (#5331, #5333, thanks @quincylvania)
- Add Lowered Curb preset (#5327, #5328, thanks @quincylvania)
- Change "Pavilion" preset from an
amenity=shelterto abuilding=pavilion(#5292, #5325) - Add Operator, Country, Lit, Height, and Type fields to Flagpole preset (#5315, #5316, thanks @quincylvania)
- Add Sculpture, Statue, and Mural presets, Material field (#5309, #5310, thanks @quincylvania)
- Add Shipwreck preset for
historic=wreck, also related fields (#5302, #5303, thanks @quincylvania) - Add Location, Length, Type fields to the Swimming Pool preset (#5300, #5301, thanks @quincylvania)
- Add preset for Parcel Pickup Locker (#5260)
- Add Lean-To and Gazebo presets, Fireplace checkbox field (#5292, #5293, thanks @quincylvania)
- Add basic seamark presets and fields (#5286, #5297, thanks @quincylvania)
- Presets: Channel Buoy, Green Buoy, Red Buoy, Channel Beacon, Danger Beacon, Mooring
- Fields: Category, Colour, Shape, and System, also universal Seamark field
- Add preset for
leisure=bandstand(#5259, #5262, thanks @AndreasHae) - Add preset for
amenity=language_school(#5245, #5261, thanks @AndreasHae) - Add preset for
shop=sewing(#5244, #5267, thanks @kymckay) - Add presets for
highway=milestoneandwaterway=milestone(#5284) - Add the Lit field to the Swimming Pool preset (#5287, #5288, thanks @quincylvania)
- Add Advertising Column preset (#5270, thanks @tordans)
- Add WiFi Hotspot preset (#5239, #5251, thanks @simonbilskyrollins)
- Add name, bridge type, layer and maxweight fields to Bridge preset (#5269, thanks @LaszloEr)
2.11.1
2018-Aug-29
🐛 Bugfixes
- Fix handling of
.gpxfiles passed in via url (#5253)
2.11.0
2018-Aug-26
📣 Release Highlights
- 🔢 We've rolled out support for vector tiles in iD! This work was done as part of Princi Vershwal's 2018 Google Summer of Code project. Thanks @vershwal!
Open the Map Data pane (shortcut F) and choose "Custom Map Data" to add a vector tile source. - 🏆 To get ready for State of the Map US, let's make Detroit, USA the best mapped city in the world! iD includes 3 vector tile layers of public data, built by @jonahadkins, to support the Detroit Mapping Challenge. More info is available on the osmus/detroid-mapping-challenge repository.
When mapping around Detroit, try out the special Detroit vector tile layers on the Map Data pane (shortcut F)
🎉 New Features
- Add support for vector tile data (#3742, #5072, #5243, thanks @vershwal and @geohacker)
- Replaced the "GPX"/"Local Data" layer with "Custom Map Data" on Map Data pane.
- We've added several vector tile sources to the Map Data pane. They will be available if the user is editing around Detroit. This is a "Beta" feature to demonstrate the technology. (thanks @jonahadkins)
- ⚠️ We refactored
svgGpx->svgDatamodule, which now handles both data files and data from vector tile urls. (Important: the URL parameter for loading gpx files has not changed, and remains compatible with applications like the HOT Task Manager). - Added
serviceVectorTilefor fetching and caching data from vector tile servers, and merging and deduplicating features that cross tile boundaries.
✨ Usability
- Replace "Custom Imagery" alert box with a modal settings screen (#5207, thanks @vershwal)
- Show selected note details on the History Panel (#5158)
- Show location of selected note on the Measurement Panel (#5158)
- Allow submit note comments with shortcut cmd+enter (#5193)
- Disable note and streetview interactivity while the user is drawing (#5202)
🐛 Bugfixes
- Fix dragging of points and notes while a note is selected
- Fix shadow colors on restriction editor help screens (#5248)
- Fix errors when using certain fields after saving to OSM or switching live/dev server (#4898, #5229)
- Fix issue causing uploads to never complete, when reusing an existing open changeset, e.g. conflict resolution (#5228)
- Fix 404 not found error when fetching metadata for Esri background imagery (#5222, thanks @jgravois)
- Prevent users from restoring history and saving duplicate changes after they start uploading a changeset (#5200)
- Disable Add Note '4' shortcut when notes layer is not enabled (#5190)
- Don't reverse cardinal direction roles on relations anymore (#2004-comment)
- Allow float/decimal values for height field (#5184, #5198, thanks @jguthrie100)
🌏 Localization
- Fix note status string to be translateable (#5189)
⌛ Performance
- Speedup imagery index with which-polygon (#5226)
🚀 Presets
- Add "apothecary" as a search term for pharmacies and chemists (#5235)
- Add
listed_statusto whitelist of tags that autocomplete uppercase (#5231) - Use Biergarten as the preset name, and don't add
building=yes(#5232) - Add preset for
sport=badminton(#5233, thanks @rene78) - Add simple
accessfield for several presets (campsite, picnic, bbq) - Support
access=permitinaccessandaccess_simplefields (#5223) - Change
starsfrom integer field to combo, support capital 'S' (#5216) - Support building tags on gasometers and silos
- Add preset for
man_made=bunker_silo(#5157, #5195, thanks @manfredbrandl) - Add
layerfield to a few more presets (#5204, thanks @Lukas458) - Allow
tourism=artworkon line geometry, silencetag_suggests_areawarning (#5206)
2.10.0
2018-Jul-26
📣 Release Highlights
- 📝 You can now create, comment on, and resolve OpenStreetMap notes from within iD! This work was done as part of Thomas Hervey's 2018 Google Summer of Code project. Thanks @thomas-hervey!
Activate the OpenStreetMap notes layer by opening the Map Data pane (shortcut F) - 🔧 We've added a new Detach Node operation to remove a tagged node from a way. Thanks @Psigio!
With a node selected, use the right-click edit menu to find the Detach command (shortcut E) - ↗️ The photo viewer (Mapillary, OpenStreetCam, and Bing Streetside) is now resizable by dragging any of its edges. Thanks @kratico!
Try activating one of the streetlevel photo layers (shortcut F) and resizing the viewer.
🎉 New Features
- Add support for OpenStreetMap notes (#2629, #5107, #5162, thanks @thomas-hervey and @kamicut)
- Add Detach Node operation (#4320, #5127, thanks @Psigio)
- Add support for high resolution image tile sizes
- This improves the appearance of the Mapbox Satellite layer and fixes the display of MTB-Norway layer (#5179)
- ⚠️ We refactored
d3.geo.tile->utilTiler,scaleExtent->zoomExtent(#5104, #5148, thanks @thomas-hervey) - ⚠️
context.loadTilesand a few other functions have changed arity - they no longer require adimensionsargument
- Add ability to resize Mapillary / OpenStreetCam / Bing Streetside photo viewer (#5138, #4930, thanks @kratico)
- Add "View on Bing Maps" link and Forward/Backward controls to Bing Streetside (#5125)
✨ Usability
- Update viewfield to match bearing of Mapillary viewer when viewing panoramic images (#5161, thanks @kratico)
- Increase photo viewer default size for large screens (#5139, thanks @kratico)
- Improve Mapillary viewer attribution display (#5137, thanks @kratico)
- Improve visibility and styling for
footway=crossingand other special paths (#5126)
🐛 Bugfixes
- Make sure railway bridges with a
service=*tag render with dark casing (#5159) - Properly save and restore OSM data caches when entering/leaving the walkthrough
- Avoid errors if Mapillary viewer could not be initialized
- Support reversal of more direction tags (
conveying,priority, etc.) in Reverse action (#5121) - Fix event management of the spinner - it was possible for it to get stuck spinning (#5107-comment)
- Add doublequotes to iD-sprite input file param so builds work on Windows (#5077)
⌛ Performance
- Use XHR instead of JSONP wherever possible (#5123, #5040, thanks @tomhughes)
- Check Esri Tilemaps to avoid extra requests for unavailable imagery (#5116, #5029, thanks @jgravois)
🎓 Walkthrough / Help
- Add section about OpenStreetMap notes to Help pane (#5162, thanks @thomas-hervey)
🚀 Presets
- Add
aeroway=aerodrometo Military Airfield preset, adjust terms (#5164) - Add
passenger_information_displayto Bus, Tram platform presets (#5142, thanks @AndreasHae) - Add
levelsfield toshop=kioskpreset (#5131, #5133, thanks @vershwal) - Add
site_typeto Archaeological Site preset (#5124, thanks @JamesKingdom) - Add
networkfield to ATM preset (#5119, thanks @JamesKingdom) - Add
cash_infield to ATM preset (#5118, thanks @JamesKingdom) - Improve search terms for Entrance preset (#5130, thanks @tohaklim)
- Add
capacityfield toplayground=swingpreset (#5120, thanks @tordans)
2.9.2
2018-Jun-28
✨ Usability
- This release contains a few updates to the background imagery list
2.9.1
2018-Jun-25
✨ Usability
- Improve the resolution of Bing Streetside (#5102, thanks @jharpster, @LorenMueller)
- Adjust viewer parameters to allow users to zoom in more
- Add checkbox to toggle between low resolution (faster) and high resolution (slower)
- Switch low zoom map style based on latitude (improves width of roads closer to equator) (#5101)
- Don't zoom in so far when searching for a point (#5099)
amenity=shelterno longer assumed to be a building for rendering or feature filtering (#5084)
🐛 Bugfixes
- Add
royal_cypherto list of tags that allow capital letters (#5109) - Fix bug that caused '0' to be written into a numeric field when tabbing (#5087)
🎓 Walkthrough / Help
- Use "Esri World Imagery (Clarity)" imagery in the intro walkthrough
🚀 Presets
- Add field
heighttobarrier=retaining_wallpreset (#5113, thanks @tordans) - Add preset for
emergency=lifeguard(#4918) - Add preset for
emergency=fire_alarm_box - Add
height,namefields tonatural=cliffpreset, improve search terms (#5095) - Add booth field to telephone presets (#5088)
- Add "road" and "street" as search terms for all road presets (#5103)
- Add preset for
emergency=siren(#5100) - Add a preset for
emergency=first_aid_kit(#5097) - Add
indoorandreffields toemergency=phonepreset - Add
namefield tohighway=motorway_junctionpreset (#5090, #5092, thanks @vershwal) - Add
buildingandbenchfields toamenity=shelterpreset (#5084)
2.9.0
2018-Jun-14
📣 Release Highlights
- 📷 We've added support for Bing Streetside! This new layer provides 360-degree panoramic imagery across large regions of the United States, United Kingdom, France, and Spain. Thank you, Microsoft!
Activate the Bing Streetside layer by opening the Map Data pane (shortcut F)
🎉 New Features
- Add Bing Streetside data layer and service (#5050, thanks @jharpster, @shawnaparadee, @LorenMueller)
- Changed how icons and other graphics are bundled into iD (#3924)
- Added support for more icon sets (such as FontAwesome) for presets or other iD icons (#3025)
- Extracted many preset icons from the iD sprite into a separate project: bhousel/temaki
- Many presets that previously did not have a suitable icon now have one.
- ⚠️ All icons in iD now use prefixed names. (e.g.
iD-,maki-, etc). See the preset README for more details.
✨ Usability
- When pasting a
key=valuestring into tag editor, putkeyandvalueinto correct fields (#5024, #5070, thanks @AndreasHae) - Replace Mapillary street sign spritesheet
.pngwith.svg(#4145)- Much sharper graphics
- Adds support for many more street signs
- Adds support for the Mapillary street sign layer in all browsers
- Render piers similar to other walkable features (sidewalks, rail platforms) (#5068, thanks @JamesKingdom)
- Support
minValue/maxValueon numeric fields. Avoid negative values for many fields (#5043)
🐛 Bugfixes
- Fix bug causing icons not to update after a node drag (#5045)
- Fix tooltip location for data layers button (#5042, thanks @thomas-hervey)
🌏 Localization
- Add Australian address format (#5039)
🚀 Presets
- Add a window icon, use it for
craft=glazieryand a few other presets (#5018) - Allow
power=polepreset for a standalone point (#5059, #5051) - Add preset for
shop=motorcycle_repair(#5054, thanks @demonshreder) - Add preset for
leisure=bleachers(#5031, thanks @rivermont)
2.8.2
2018-May-14
🎉 New Features
- Allow performing Merge command when several nodes are selected (#3774, #4484, thanks @ferdibiflator)
- Add support for building iD on Node 10 (#5028)
✨ Usability
- Exclude non-administrative boundary from address city suggestions (#5034)
- Replace
suburbwithtownin "Thank you for editing near.." message (#4989) - Rename "Phone" to "Telephone" in Add Field dropdown (so user can type either) (#5019)
🐛 Bugfixes
- Don't write 'undefined' to storage when deleting the changeset source (#5021)
- Make date parsing from community index more consistent (#5011)
- Fix a bug in setting some tags as read-only (#5025, thanks @guyarad)
🚀 Presets
- Add preset for
man_made=clearcut(#5027, thanks @obama) - Add preset for
building=grandstand(#5026, thanks @tyrasd) - Remove trailing space from health food preset (#5022)
- Added dance style field to dance hall preset (#5020, thanks @hikemaniac)
- Add
natural=reefpreset (#5006, thanks @obama)
2.8.1
2018-Apr-24
✨ Usability
- Linkify subreddit in community description (#4997)
🐛 Bugfixes
- Avoid reversing ways when using the join operation (#4872)
- Fix join-line and join-point cursors (#4887)
- Fix tabbing between fields in the tag editor on Firefox (#4991)
- Don't add empty
sourcetag on a changeset (#4993)
🚀 Presets
- Change
amenity=bureau_de_changeto allow tagging as a building/area (#5005) - Remove point as allowable geometry from
barrier=gate(#5004) - Add
brand=*field toshop=carpreset (#4998, #4999, thanks @hikemaniac)
2.8.0
2018-Apr-16
📣 Release Highlights
- 💬 We've changed how things look on the post-upload screen. Now after saving your edits,
you will see a list of OpenStreetMap communities that are active around the area where you are editing.
Reach out to nearby mappers and say hello!
💥 Breaking Changes
- Drop support for node 4 / npm 2 (#4853)
- ⚠️ If you are building the iD project, you will need to upgrade your node version.
🎉 New Features
- Post-upload dialog improvements, and community index integration (#4815)
- Social sharing options are gone (was: share your edit on Facebook, Twitter, Google+)
- Community resources are displayed from most local to global
- Nice icons come from FontAwesome
- Each resource has a name, short description, and extended description (all available for translation)
- Each resource can include a list of which languages are spoken (currently displays language codes)
- Resources can optionally have events. If events exist, the next upcoming 2 will be shown.
- Events can have a name, description, where, when
- Events can optionally be translated (this would be more useful for a big event like a State of the Map)
- Send more information about iD presets to Taginfo service - fields, geometries, icons (#4940, #4937, #3598, thanks @mmd-osm)
- Remember changeset
sourcetag value, make it settable via url param (#4899)
✨ Usability
- Show a message on the History Panel if the selected feature is new (#4975)
- Don't click cycle through
alternatingorreversibleoneway states (#4970) - Fix zoom scaleExtent to allow zoom out to z2 (full world) (#4959)
- Rename "No Turns" to "Only Straight On", add "Only U-turn" preset and icon (#4952)
- Don't autocomplete numeric values in the combobox (#4935)
- Hide Turn Restriction field on trivial junctions (#4934)
- Add 'X' to close side panes (Background, Map Data, Help) (#4913, #4599, thanks @vershwal)
- Add pencil "edit" icon to custom background item (#4908, #4798, thanks @vershwal)
- Add hint alt text for "remove", "undo", "info" buttons (#4904, #4833, #4892 thanks @vershwal)
🐛 Bugfixes
- Prevent node drags from breaking many kinds of relations / turn restrictions (#4921)
- Fix bug preventing adding restrictions when multiple via paths exist (#4968, #4969, thanks @tyrasd)
- Guard code to avoid deleting a turn twice (#4968, #4928)
- When connecting nodes, prefer to keep an existing (not new) node (#4974, #4674)
- When boundaries are shared with roads, consider them as roads for purposes of filtering (#4973)
- Fix bug when deleting a "No U-turn" restriction on a bidirectional road (#4951)
- Prevent clicking in restriction editor from selecting nearby text
- Handle "entry only" and "exit only" variants of 'stop' and 'platform' when identifying PTv2 members (#4946)
- Fix ';'-space delimiting within
conditionalopening hours style files, add tests (#4925)
🚀 Presets
- Add preset for
attraction=maze(#4987, #4986, thanks @sulfo) - Add preset for
healthcare=laboratory(#4982, #4980, thanks @vershwal) - Add name field to several pitch presets (#4976, #4857, thanks @vershwal)
- Add preset for
advertising=column(#4963, #4961, thanks @Xavier-J-Ortiz) - Add
faces=*field to clock preset (#4962, #4961, thanks @Xavier-J-Ortiz) - Add preset for
leisure=beach_resort(#4956, #4955, thanks @Xavier-J-Ortiz) - Add more kinds of vending machines, change vending to multiple select field (#4888)
- Add
usage,voltageandfrequencyfields to several rail presets (#4919) - Add
industrial=*field to landuse industrial preset (#4949, thanks @hikemaniac) - Add preset for
shop=pet_grooming(#4942, #4939, thanks @Xavier-J-Ortiz) - Add preset for Trail Riding Station, add fields to Horseback Riding and Hiking routes (#4912, thanks @NopMap)
- Add preset for
man_made=antenna(#4938, thanks @obama) - Add preset for
amenity=monastary(#4936, #4932, thanks @Xavier-J-Ortiz) - Add
height=*field to many building presets (#4905, #2455, thanks @vershwal) - Add preset for
leisure=outdoor_seating(#4933, #4931, thanks @vershwal) - Add preset for
natural=mud(#4926, #4923, thanks @Xavier-J-Ortiz) - Add preset for
allotments=plot(#4920, #4917, thanks @vershwal) - Add
brand=*field toamenity=fuelpreset (#4906, #2300, thanks @vershwal) - Add preset for
highway=passing_place(#4891, #4883, thanks @Xavier-J-Ortiz) - Add preset for
man_made=observatory(#4889, #4855, thanks @vershwal) - Add field for
maxspeed:advisory=*to presets for link roads (#4870, #4522, thanks @umarpreet1) - Add more search terms for memorial (including "stolperstein")
2.7.1
2018-Mar-11
🎉 New Features
🐛 Bugfixes
- Allow user to press esc to finish drawing in an invalid position (#4845, #4860, thanks @jguthrie100)
- Remove code attempting to extend short leaf ways in turn restriction editor (#4869)
- Properly split ways which are members of a via way turn restriction (#4861)
- Avoid reordering stops and platforms in PTv2 routes (#4864)
only_restrictions should only count if they leave the FROM towards the VIA (#4849)
🌏 Localization
- For Kurdish languages - set
ckbto RTL andkuto LTR (#4783)
🚀 Presets
- Fix duplicate
opening_hoursonshop=beautypreset (#4868, #4867, thanks @hikemaniac) - Add
namefield toleisure=pitchandamenity=parkingpresets (#4865, #4857, thanks @umarpreet1) - Fix subway platform presets to use
subway=yestag (#4862) - Add preset for Dance School -
leisure=dance+dance:teaching=yes(#4846, thanks @hikemaniac)
2.7.0
2018-Mar-02
📣 Release Highlights
-
🗺️ We've added support for more background imagery from WMS servers. Thanks Martin Raifer @tyrasd and Guillaume Rischard @grischard for your work on this!
Press B to see if new imagery is available in your area.
-
↪️ The turn restriction editor just got a big update!
- Include nearby connected roads (with configurable distance)
- Hover over a from way to see which paths are restricted or allowed
- Add restrictions that span one or more via ways (e.g. divided highway u-turns)
- Add
only_turn restrictions (e.g. only straight on) - View popup help for more information about working with turn restrictions
Try selecting a junction node in a complex intersection, editing turn restrictions, and viewing the popup help.
🎉 New Features
- Support background imagery on WMS servers supporting EPSG:3857 (#1141, #4814, thanks @tyrasd and @grischard)
- Add support for complex intersection via way, and
only_restrictions (#2346, #2622, #4768)- ⚠️ code depending on any of these modules will need modification:
actionRestrictTurn,actionUnrestrictTurn,osmIntersection,osmInferRestriction,uiFieldRestrictions
- ⚠️ code depending on any of these modules will need modification:
- Added
uiFieldHelpcomponent for popup field help (currently used only for restrictions field) (#4768)
✨ Usability
- When combobox is attached to textarea, let user up/down arrow (#4750)
- Improve rendering of tree row, use a thicker line (#4825)
- Vertex navigation for home/end should work with way selected (#4841)
- Improve combobox option visibility (#4761)
- Increase max height of combobox, so they can show more items (#4819, #4831, thanks @SteevenBosse)
🐛 Bugfixes
- Fix bug trying to stop Mapillary autoplaying if
_mlyVieweris not initialized (#4804, #4809, thanks @fritruc) - Fix bug trying to show labels when
.geojsonfile hasnullproperties (#4795, #4805, thanks @vershwal) - Query the appropriate metadata for esri clarity background imagery (#4766, #4767, thanks @jgravois)
🌏 Localization
- Do not localize decimalCoordinatePair appearing in info panels (#4765)
- Fix Polish address format to not show place and city together (#4784, thanks @MKuranowski)
⌛ Performance
- Don't draw line and area touch targets for segments outside the viewport
- Improve performance of
coreDifference,actionDiscardTags(slow changeset comment typing) (#2743, #4611)
🚀 Presets
- Rename
building=farmto "Farm House", addbuilding=farm_auxiliaryas "Farm Building" (#4839, #4826, thanks @MaciejWWojcik) - Reduce the search priority for "Boat Builder" below "Building" (#4808, thanks @bencostamagna)
- Add religion and denomination fields to
historic=wayside_shrinepreset (#4785, thanks @hikemaniac) - Add
leisure=amusement_arcadepreset (#4774, #4777, thanks @fritruc) - Change caption on
shop=agrarianpreset to "Farm Supply Shop" (#4775) - Add presets for
shop=wholesaleandshop=health_food(#4754, #4773, thanks @fritruc) - Add
dispensingfield toamenity=pharmacypreset (#4763) - Add
opening_hoursfield toamenity=policepreset (#4753)
2.6.1
2018-Feb-01
🎉 New Features
- Add Esri World Imagery (Clarity) layer (editor-layer-index#391, thanks @jgravois)
- Support multiple semicolon delimited direction values (#4755)
- No longer imply
oneway=yesforhighway=motorway_linkwithout aonewaytag (#4727)
✨ Usability
- Replace help icon (#4650)
- Improve details of delete summary warning (#4666, #4751, thanks @bencostamagna)
- Support fallback mode for Mapillary viewer when WebGL disabled (#3804)
- Hide the active vertex while drawing in wireframe mode (#4739)
- Describe relation in tooltip in add membership list (#4694, thanks @1ec5)
- Persist more user preferences to browser storage (#2864, #4720, #4738, thanks @bagage)
- wireframe area fill
- recently used background imagery
- selected feature filters
- Increase GPX labels readability (#4617, #4678, thanks @nnodot)
- Draw covered/underground lines beneath areas (#4718)
🐛 Bugfixes
- Remove any duplicate vertex created when moving a way (#4433, #3797)
- Fix way shape deformation when moving (#4146)
- Stop sequence from playing when the Mapillary viewer is hidden (#4707)
- Graceful fallback when clicking on a Mapillary marker along a sequence not yet processed (#4536)
- Fix bug making nodes undraggable along a degenerate multipolygon (#4741)
- Fix ⌘S/Ctrl+S keybinding (#4728)
🌏 Localization
- Localize nominatim search results (#4725)
- Localize numbers, units in scale, info panels (#4672, thanks @1ec5)
🚀 Presets
- Remove address field from parking preset (#4748, #4756, thanks @bencostamagna)
- Add preset for
barrier=kerb(#4702, #4715, thanks @jay-manday) - Add preset for
amenity=smoking_area(#4701, #4737, thanks @bencostamagna) - Add preset for
emergency=water_tank(#4736, thanks @bencostamagna) - Add religion, denomination fields to school preset (#4722)
- Add religion, denomination fields to religious landuse preset (#4721)
2.6.0
2018-Jan-21
📣 Release Highlights
-
🎚️ You can now adjust imagery brightness, contrast, saturation, and sharpness. (Not currently available in Internet Explorer or Edge)
Try enhancing the background imagery by opening the Background pane (shortcut B) and adjusting the slider controls. -
🚫 iD will now prevent users from drawing many self-crossing lines and areas. See issue #4646 for examples and more info. You can override these checks by holding down the Alt/Option key while drawing.
-
↕️ Features with a direction-type tag will display view cones indicating the directions they face. This is useful for mapping features like street signs, traffic signals, billboards, security cameras, and more.
-
🚊 Transit-related presets have been updated to support Public Transport v2 tagging schema. Many presets have new icons too, to better match the mode of transport.
Try mapping some transit platforms, stations, stop positions, etc. -
📖 We've completely refreshed the in-app Help content in iD. Huge thanks to Manfred Brandl @manfredbrandl, Minh Nguyễn @1ec5, and our many volunteers on Transifex for their work on this!
Check out the new help texts by opening the Help pane (shortcut H).
🎉 New Features
- Prevent self-intersecting lines and areas without a junction node (#4646, #4013, #4602)
- Add support for
oneway=alternating,oneway=reversible(#4291) - Allow checkbox field to display non-standard values (i.e. not 'yes' or 'no) in the field label
- New Display Controls allow users to enhance background imagery (#2211, #4575)
- Sliders for Brightness, Contrast, Saturation, Sharpness
- Slider controls go from 25% up to 200%
- Not available on Internet Explorer / Edge (these browsers will see only a Brightness slider)
- This replaces the brightness buttons (which many people found confusing)
- Add node count to Measurement info panel (#4644, thanks @willemarcel)
- Draw directional cones on nodes that have a direction (#3815, #4602)
- Add scroll zooming support to the OpenStreetCam viewer (#4561)
✨ Usability
- Make Help pane slightly wider (#4651)
- In combo boxes, don't autocomplete a longer value if the user has typed a shorter value (#4549)
- Move link to imagery faq, reword as "Imagery Info / Report a Problem" (#4546)
- Side panes (Background, Map Data, Help) no longer auto-close, so that users can interact with the map
- Style changeset comment field in red if comment is missing (#4624, #4613, thanks @nnodot)
- Improve label placement around tagged features (#4271, #3636)
- Slight adjustment to improve rendering of icons on vertices
- Display vertices (and points rendered as vertices in wireframe mode) when dragging (#3003)
- Use ⌘F/Ctrl+F to focus the feature search box (#4545)
- Flash message if drag not allowed because of a hidden connection (#4493)
- Larger headings on Help, Map Data and Background panes
- Restyle uiDisclosures, larger text, svg expand/contract icon
- When deleting final nodes from a way, pan to final node's location (#4541)
🐛 Bugfixes
- Fix crash when user tried drawing during map panning to a new location (#4706)
- Allow
Relation.replaceMemberto optionally preserve duplicates (#4696) - Fix joining ways to apply any necessary reversal actions (#4688)
- Fix bugs when editing route relations that double back over themselves (#4589)
- Fix bug causing duplicate uploads if user hits enter (#4641, #4658)
- Fix bug that quit save mode if user zoomed out too far (#4664)
- Fix bug causing open/close of panels to mess up the url (#4570)
- Fix manual entry of offset values in the imagery offset control (#4553)
- Allow self connecting to a way when drawing (#4455)
- Fix bugs on conflict resolution screen (#4351)
- Draw streetview photo viewer close 'X' below keyboard shortcuts screen (#4596, thanks @briandaviddavidson)
- Remove click counter if user skips to another step in walkthrough (#4605, #4630, thanks @ajlomagno)
- When reversing direction of a way, reverse
traffic_signals:directionon children (#4595) - Don't try to override capital letters entered in the
source=*field (#4558)
🌏 Localization
- Remove
addr:unitfrom several local address formats: - Fix key shortcuts on non-Latin keyboard layouts (e.g. Cyrillic) (#4618)
- Improve int'l date/time strings on imagery and history tools (#4594)
⌛ Performance
- Faster uploading - only perform conflict check if the server returns "409 Conflict" (#3056)
- Avoid deferred fetching of OSM tiles at low zooms or with layer disabled (#4572)
- Optimise image files in
dist/(#4573, thanks @grischard)
🎓 Walkthrough / Help
- Fixed typo in add playground walkthrough instruction: extra word "be" (#4620, thanks @SeanBarber)
- Updated all the help content! (#4468, #4018, thanks @manfredbrandl and @1ec5)
🚀 Presets
- Add preset for
highway=bus_guideway(#4638, #4709, thanks @bencostamagna) - Improve search terms for Hindu Temple preset (#4708, thanks @planemad)
- Changed sports_centre preset to not default to
building=yes(#4682, #4705, thanks @bencostamagna) - Rename
landuse=garagepreset (#4697, thanks @JamesKingdom) - Add
nameandelevationfields to Guidepost preset (#4700, thanks @JamesKingdom) - Added a Boathouse preset (#4661, #4699, thanks @bencostamagna)
- Add
ref:isilfield to Library preset (#4684, thanks @ltog) - Add several common building presets (#4505)
- Add Car Pooling preset (#4623)
- Set Payment Type as universal field, add it to many presets (#4437)
- Allow fallback presets (area, line, point) to appear in the recent list (#4612)
- Use "suitcase" icon for most offices/commercial presets
- Remove duplicate Notary Office preset (#4634)
- Add support for
junction=circular(same asjunction=roundabout) (#4637) - Add search terms "kennel" "cattery" "pet" to Animal Boarding preset (#4647)
- Add light bulb icon for
highway=street_lamppreset (#4609) - Add preset for
amenity=love_hotel(#4643, thanks @willemarcel) - Add a field for Draft Beers
brewery=*tag, add to Bar, Biergarten, Pub presets (#4598, thanks @nlehuby) - Add direction-style field to several presets (#3815, #4602):
- Signals: Traffic Signals, Railway Signals
- Info: Billboard, Information, Map, Railway Milestone
- Traffic: Stop Sign, Give Way, Traffic Calmings, Traffic Mirror
- Cameras: Speed Camera, Surveillance
- Natural: Adit, Cave Entrance, Viewpoint
- Others: Street Lamp
- Add preset for
landuse=greenhouse_horticulture(#4571) - Don't show
building=mosquewith a house icon (#4586) - Recycling Center / Recycling Container preset cleanups (#4569)
- Add Retail Building to buildings, switch Commercial icon to suitcase (#4590)
- Change tourist attraction icon from monument to star (#4563, #4584, thanks @lucymk)
- Add preset for
man_made=monitoring_station(#4581, thanks @abdeldjalil09) - Deprecate (i.e. make non-searchable)
office=administrative(#4578) - Update transit-related presets for Public Transport v2 schema (#3041, #3508, #4566, #4585)
- Changed Marketplace preset to not default to
building=yes(#4559, #4568, thanks @tastrax) - Add preset for
railway=miniature(#4555, thanks @tastrax) - Add preset for
route=subwayrelation (#4548) - Add a few icons for route presets, including
route=piste,route=subway(#4355) - Add preset for piste route relation
- Add
route=light_railrelation route preset (#4538) - Rename "News Kiosk" preset to simply "Kiosk" (#4539, thanks @tohaklim)
- Add common fields to Telephone preset (operator, phone, fee, etc) (#4535, thanks @Vonter)
2.5.1
2017-Nov-16
✨ Usability
- Keep the highlighted feature selected when cancelling save mode (#4407)
🐛 Bugfixes
- Fix crash when exiting the walkthrough (#4533)
- Fix crash in Firefox when doing a lot of zoom (e.g. when pressing "Zoom in to edit" button) (#4421)
- Fix garbled label text - vertex labels being drawn over node labels (#4473)
- Don't use real filenames in the imagery_used field (for privacy) (#4530)
- Don't pull stale data from OSM after switching connection between live/dev servers (#4288)
- Switch OpenStreetCam from
httptohttpsto avoid mixed content issues (#4527) - Fix issue where Mapillary sitelink was always linking to first image viewed (#4526)
🚀 Presets
2.5.0
2017-Nov-10
📣 Release Highlights
-
📷 We've added support for OpenStreetCam in the photo viewer! This brings over 100 million user-contributed photos into the iD editor for improving OpenStreetMap.
Check out what streetlevel photo coverage is available by opening the Map Data pane (shortcut F) -
🙏 Special thank you to all of our new and first-time contributors who submitted pull requests for Hacktoberfest!
🎉 New Features
- Add support for OpenStreetCam (#4499, #3795)
- Add support for DigitalGlobe imagery vintage overlays (see editor-layer-index/issues/#371, thanks @marracci)
- Add API parameter to conditionally disable feature types (#4439, #4393, thanks @ferdibiflator)
- Display name of gpx file in
imagery_usedinstead of "Local GPX" (#4440, #4385, thanks @ferdibiflator) - Remove lodash from build scripts (#4447, #4378, @DzikowskiW)
✨ Usability
- Improvements to Mapillary and OpenStreetCam usability (#4512)
- Traces are the only thing drawn at low zoom, circles appear at zoom 16, viewfield cones appear at zoom 18
- Everything is drawn very dim by default
- Hovering a marker will brighten that marker, the parent trace, and other markers along the trace
- The selected marker is drawn bright yellow and scaled up to be extra visible
- Standardize on "username | captured_at | sitelink" for attribution line
- Render panoramic Mapillary viewfields as a sphere instead of cone (#3154)
- Bump default max_zoom from 20 to 22 (this affects custom imagery layers)
- Allow spellcheck in textarea fields (#4471)
- Move "Zoom in to edit" button out of the way, and allow wheel events to pass through to the map (#4482)
- Better capitalization for "Zoom in", "Zoom out", "Edit now", "Zoom in to edit" (#4492, thanks @jaller94)
🐛 Bugfixes
- Add code so
tunnel=building_passagedoesn't default tolayer=-1(#4516) - Clicking on a search result should take you to that location the first time (#4276)
- Fix label placement on areas that don't have an icon (#4479)
- Don't add underscores to
source=*field (#4475, #4474, thanks @octagonal) - Depend on
bhousel/node-diff3which includes fix for conflict resolution node duplication bug (#3544, #3058) - Allow copying text from info panels (#4456, #4406, thanks @ferdibiflator)
- Make sure
imagery_usedfield is updated if a user cancels save and makes more edits (#4445, #4443, thanks @moshen) - Fallback Area preset should preserve the
area=yestag (#4424)
🚀 Presets
- Add
government=*type field to Government Office preset (#4517) - Change
craft=sweep->craft=chimney_sweeper(#4510) - Add
shop=agrarianpreset andagrarian=*field (#4507, thanks @willemarcel) - Change
max_agetomin_ageformin_agefield (#4506, thanks @JamesKingdom) - Rename sculpter to sculptor (#4504, thanks @simonpoole)
- Add preset for music schools (#4500, thanks @tyrasd)
- Add
voltage,operator,reffields to severalpower=*presets. - Add
power=switchpreset (#4441) - Drop
vertexgeometry fromoffice=*presets (i.e. make them likeshop=*presets) - Add preset for "Pedestrian Area" (highway=pedestrian + area=yes) (#4488)
- Rename
tourism=chaletto "Holiday Cottage" and add search terms (#4490) - Remove poi-foot icon from
place=square(#4486) - Add several presets for common
office=*types (#4491, #4489, thanks @Nmargolis) - Add preset for
tourism=wilderness_hut(#4485, #4483, thanks @YuliyaVeklicheva) - Fix reference links for
highway=crossing,footway=crossing(#4480) - Add preset for
landuse=religious(#4478, #4476, thanks @YuliyaVeklicheva) - Add "Climbing hut" search term to alpine hut (#4470, #4469, thanks @JamesKingdom)
- Add presets for many kinds of Fitness Station equipment (#4404, #4373, thanks @JamesKingdom)
- Deprecate
amenity=scrapyardin favor of "approved"industrial=scrap_yard(revert of #3387) - Add
industrial=slaughterhousepreset (#4467, #4466, thanks @JamesKingdom) - Add
power=transformerpreset (#4464, #4442, thanks @ToeBee) - Change drain icon to ditch (#4462, #4460, thanks @AndreasHae)
- Add preset for
place=islet(#4461, #4458, thanks @AndreasHae) - Add
leisure=boulesas "Boules/Bocce Court" (#4451, #4449, thanks @DzikowskiW) - Add
landuse=brownfieldandlanduse=greenfieldpresets (#4448, #4444, thanks @manfredbrandl) - Add
leisure=saunapreset (#4438, #4436, thanks @haroldb) - Add
substance=*field to pipeline preset (#4432, #4430, thanks @xmile1) - Add
place=plotpreset (#4427, #4423, thanks @humanforklift)
2.4.3
2017-Oct-09
🐛 Bugfixes
- Include unicode characters in hashtag matching (#4398, #4419, thanks @mojodna)
- Allow common punctuation to split hashtags (#4412, thanks @mojodna)
🎓 Walkthrough / Help
- Make sure "Add Field" scrolls into view during "Area" chapter of walkthrough (#4417)
🚀 Presets
2.4.2
2017-Oct-08
🎉 New Features
- Upgraded to TIGER 2017 overlay layer (thanks, @iandees)
- Improve tunnel field on waterway presets to include
layer=*subfield (#4384) - Standardize on one "simple" access field (for parking, toilets, swimming pools) that includes "yes" option (#4383)
- Treat OSM data layer like other vector layers and give it a show/hide toggle on the Map Data pane (#2904)
- Add link at bottom of save screen to download your changes as an osmChange file (#4346, #4350)
- Allow universal fields to have default values (related: #4323)
- Display vintage and other metadata in the Background Panel for Esri World Imagery layer (#4335, thanks @jgravois)
✨ Usability
- Change label for hashtag field to "Suggested Hashtags") (#4396 thanks @arka-nitd)
- Match generic Address preset for point, vertex, area, and if any part of the address is present (#4353)
- Hide administrative boundaries by default (#4292)
- Disable Undo/Redo when map is not editable (#4358)
- Use the browser's pointer cursor (before it was a mix of browser pointer and custom cursor)
- Move "zoom to edit" button on top of map, allowing search when zoomed out (#4279, #3679, thanks @leegenes)
- Sort preset with higher priority in preset list when search matches name exactly (#4325)
🐛 Bugfixes
- Fix overlapping in preset list when multiple tag references are expanded (#4023, #4412, thanks @jleh)
- Clicking delete button on the structure field (bridge, tunnel, etc.) should remove
layer=*value also - Disable source switcher during walkthrough, (#4402, thanks @pwelby)
- Prevent topbar buttons from moving in Firefox during save mode when css filter is active (#4348)
- Refresh tag popup documentation when user switches presets (#4209)
- Fix "request review" checkbox and button alignment (#4354)
- Fix multiselect items that span more than one line (#4349)
- Fix labels for detected objects in Mapillary viewer (#4282)
- Ignore URLish fragments when detecting hashtags in changeset comment (#4289)
- Several changes to avoid storing stale hashtags (#4304)
- Match fewer punctuation characters in hashtags (#4303)
- Avoid requesting blank tiles from Esri World Imagery (#4327, thanks @jgravois)
- Fix reflect actions to be invertable (#4300, #4328, thanks @leegenes)
🌏 Localization
- Improve Address format for Poland (#4328, thanks @Teiron)
- Improve Phone formats for Austria, Ivory Coast and Benin (#4314, thanks @manfredbrandl)
- Remove
addr:unitfrom Germany, Austria, Switzerland addresses fields (#4301, thanks @manfredbrandl) - Remove
addr:unitfrom Brazil addresses field (#4284, thanks @willemarcel)
🚀 Presets
- Add Tile Shop and Trade Shop presets (#4410, thanks @TheGreenToaster)
- Allow camera presets to be placed on vertex geometry (e.g. along walls) (#4400, thanks @JamesKingdom)
- Add preset for
man_made=crane(#4374, thanks @willemarcel) - Rename "Confectionery" to "Candy Maker" and add "sweet" as search term (#4388, thanks @JamesKingdom)
- Add "trim trail" as a search term for Fitness Station preset
- Add several presets for common playground equipment (#4352, #4375, thanks @JamesKingdom)
- Add fields for volcano type and status (#4366, #4365 thanks @JamesKingdom)
- Add "trig point" search term to Survey Point preset (#4367, thanks @JamesKingdom)
- Fix misspellings in healthcare preset search terms (#4363, thanks @willemarcel)
- Add memorial type dropdown field (#4357, thanks @boothym)
- Deprecate preset for
shop=furnace(#4347) - Add healthcare presets, and
healthcare=*tags to some existing presets (#4329, #3589, thanks @JamesKingdom) - Add
intermittent=yescheckbox field, and Intermittent Stream preset (#4337) - Add
tourism=attractionas a universal field (#4323) - Add preset for Hackerspace (#4332, thanks @willemarcel)
- Add preset for Feminine Hygiene Vending Machine (#4331, #4275, thanks @willemarcel)
- Don't allow certain presets to be used on areas (#4319, #4330, thanks @willemarcel)
- Improve
traffic_calming=tablepresets (raised pedestrian crossing) (#4309) - Add
maxspeed=*field back to Living Street preset (#4260, thanks @JamesKingdom) - Remove
artwork_type=*field from Art Shop and Art Gallery presets (#4298, thanks @simonpoole) - Add additional fields (operator, duration, access) to Ferry Route preset (#4296, thanks @willemarcel)
- Add Waterway relation preset (#4318, #4299, thanks @JamesKingdom)
- Allow Defibrillator preset to be placed on vertex geometry (e.g. along walls) (#4290, #4287 thanks @JamesKingdom)
- Add name field back to Wood preset (#4200, thanks @JamesKingdom)
2.4.1
2017-Aug-26
🐛 Bugfixes
- Write post-save count, not pre-save count to the changesets_count tag (#4283)
2.4.0
2017-Aug-25
📣 Release Highlights
- 🛰️ We added a new global imagery layer: Esri World Imagery
Thank you Esri for making your imagery available for OSM use!
Check out the new imagery by opening the Background pane (shortcut B)
🎉 New Features
- Updates to save workflow (#4223):
- Add
review_requestedchangeset tag and checkbox (#4133, thanks @kepta) - Add
sourcechangeset tag and multiselect field - Add
hashtagschangeset tag, API parameter, and auto fill hashtags fromcomment(#2834) - Write changeset tags for new mappers to indicate walkthrough progress - These tags all start with
ideditor:(#3968) - Write changeset tag for
changesets_count- it will contain"0"for someone making their first edit (#3968) - Refactor
uiCommitinto several smaller modules
- Add
- Add
addr:unitinput to address field for many countries (#4235, thanks @JamesKingdom) - Make rotation and reflection operations available for more geometry types (#4237)
- Change raw tag editor
readOnlyTagsfunction to accept array of regular expressions namefield is no longer automatically added to every preset (#4200, #4210, #4201 thanks @JamesKingdom)- Field refactor (#3914, #4214)
- Add options for fields, allow unwrapped fields (no label, buttons, etc)
uiFieldcan now be used anywhere, not just inside the preset editor- Rename
uiPreset->uiPresetEditor(consistent with raw tag editor, raw member editor, etc)
✨ Usability
- In save mode, esc should cancel and return to browse mode (#4230)
- Recognize more kinds of concrete surface as "paved"
- When drawing, ignore accidental clicks on mode buttons (#4042)
- Change to 80px arrow key panning (this matches Leaflet default) (#4207)
- Smoother border around the round vertex preset icon circles (#4190)
- Render railway platform slightly different from sidewalk (#4182)
- Treat a few special tags as areas even in the absence of a proper
area=yestag. (#4194)
🐛 Bugfixes
- Include imagery offset when calculating tiles for background layer (#4232)
- Return to browse mode when zooming out beyond edit limit (#4184)
- Make sure bool url params actually contain value 'true' (#4222)
🌏 Localization
- Update Chinese address format (#4248, thanks @Stenive)
- Swap placement of increment/decrement spin buttons when RTL
- Fix RTL styling for info panel close buttons
- Fix RTL styling for spin control and form buttons
⌛ Performance
- Use
requestIdleCallbackin supported browsers for deferred data fetching (#4259, thanks @kepta)- Avoid reparsing duplicate entities that appear across adjacent OSM tiles
- Schedule parsing as a low priority task
- Schedule redraws during idle browser times
🚀 Presets
- Add signpost term to guidepost preset (#4277, thanks @JamesKingdom)
- Remove maxspeed field from living street (#4260, thanks @JamesKingdom)
- Make
office=physiciannon-searchable (#4255, thanks @M1dgard) - Add preset for
amenity=shower(#4256, thanks @JamesKingdom) - Add preset for
emergency=life_ring(#4251, thanks @JamesKingdom) - Allow traffic mirror preset on vertex (#4250, thanks @JamesKingdom)
- Add presets for many theme park attractions (#4236, thanks @willemarcel)
- Improve search terms for wetland preset (#4226, thanks @boothym)
- Add jetty search term to
amenity=pierpreset (#4224, thanks @boothym) - Remove
bin=yesfrom excrement bag vending machine (#4191) - Improve search terms for group home and social facility presets (#4219, thanks @JamesKingdom)
- Allow aerialway station to be drawn as an area (#4217, thanks @JamesKingdom)
- Improve search terms for T-bar lift (#4217, thanks @JamesKingdom)
- Add hedge preset to barrier category (#4215, thanks @Stalfur)
- Add railway presets for Derailer, Milestone, Signal, Switch, Train Wash and icons (#4196, thanks @JamesKingdom)
- Add railway preset for Buffer Stop, and icon (#4192, thanks @JamesKingdom)
- Replace generic "Reference" field with more specific named fields (#4180, thanks @JamesKingdom)
- Add preset for Telecom Manhole (#4185, thanks @JamesKingdom)
2.3.2
2017-Jul-24
🎉 New Features
- Display capture date on the attribution line at bottom of Mapillary viewer (#4156)
- Highlight detected objects and signs in Mapillary images (#3772, #4148, thanks @kepta)
✨ Usability
- Prevent user from tabbing from fields in the sidebar to the browser's address bar (#4159)
- Distinguish between default vs. tagged
service=*highways and railways (#4157) - Fix styles for several aeroway, highway, railway mapped as areas (#4167)
- Change rendering for non-grass sport pitches (basketball, skateboard, beachvolleyball)
- Render
railway=platformlike sidewalks and footpaths - Place pasted point at cursor (not offset) when pasting while dragging the map (#4155)
🐛 Bugfixes
- Make expandable sidebar sections work with incognito mode (#4159)
- Remember the chosen custom background when set by url (#4162, #4165, thanks @pgiraud)
- Fix: ⌘⇧B / Ctrl+Shift+B should not also swap the background like ⌘B / Ctrl+B (#4153)
🚀 Presets
- Add presets, icons for Wind and Nuclear
power=generator, andoutput:electricityfield - Add presets, icons for Shinto, Taoist, Hindu, Sikh
amenity=place_of_worship(#4175) - Add preset for Dog Excrement Bin,
waste=dog_excrement(#4172, thanks @JamesKingdom) - Add Clothes field to Clothing Store, Botique, Fashion (#4149)
- Change caption for content field from "Contents" to "Content" (#4169)
- Add presets for Windmill and Watermill (#4168)
2.3.1
2017-Jul-11
✨ Usability
- Display left click icon for "Place a point" on keyboard shortcuts screen
🐛 Bugfixes
- Don't lose the imagery offset when switching between "Custom" and another background imagery layer (#3982)
- After splitting a way, update all matching relation members (fix for broken u-turn relations) (#4140)
2.3.0
2017-Jul-07
🎉 New Features
- Toggleable information panels can be used to expose more advanced features without cluttering the UI (#4121)
- ⌘I / Ctrl+I: Toggle visibility of all info panels (by default, will toggle the Measurement panel)
- ⌘⇧M / Ctrl+Shift+M : Toggle Measurement Panel
Show selected object area, length, perimeter, calculate center, etc. - ⌘⇧L / Ctrl+Shift+L : Toggle Location Panel
Show location coordinates (#2183) and reverse geocode (#2515) - ⌘⇧H / Ctrl+Shift+H : Toggle History Panel
Show last edited by (#2273), links to user and changeset info, object history (#3761) - ⌘⇧B / Ctrl+Shift+B : Toggle Background Panel
Show imagery age if available (#2492), and toggle tile debugging
✨ Usability
- Improve wording of "Restore my changes" / "Discard my changes" prompt (#4117)
- Add example and improve the text on the custom url template prompt (#3887)
- Adjust imagery attribution colors for better visibility (#4047)
- Show background imagery icons from editor-layer-index, upgrade Bing icon and others
🐛 Bugfixes
- Don't remove important tags when performing point-area merge (#4114)
- Don't break undo/redo when performing point-area merge (#4113)
- Fix wikidata clearing, failed lookups when feature no longer selected (#3987, #3684)
🌏 Localization
- Support localization of more keyboard shortcuts (#4081)
- Support localization of background imagery names, descriptions, and attribution text (#4034)
🎓 Walkthrough / Help
- Add
walkthrough=trueurl parameter to auto-start the walkthrough (#4111) - Mention keyboard shortcuts ? at the end of the walkthrough (#4107)
🚀 Presets
- Allow subway entrance preset as vertex geometry (attached to a line), update terms (#4122)
- Add presets for manholes and storm drains
- Add preset for
amenity=scrapyard(#3387)
2.2.2
2017-Jun-12
🎉 New Features
- Update to Mapillary API v3, use traffic signs from Mapillary sprites (#4050, thanks @nickplesha)
- iD editor translation project on Transifex has moved to the OpenStreetMap organization
- New Keyboard Shortcuts help screen, press ? to view (#3791, #1481, thanks @ajithranka and @kepta)
✨ Usability
- Don't omit tags (e.g.
address,name) when copy/pasting (#4067)
🐛 Bugfixes
- Fix: Switching background while drawing a line was caused the line to get cancelled (#4099)
- Fix: "View on osm.org" link was unclickable after uploading changes (#4104, thanks @tyrasd)
- Fix fullscreen shortcuts - ⌃⌘F and F11 on Mac, only F11 on others (#4081)
- Fix detection of keyboard shortcuts generated by AltGr key on Windows (#4096)
- Fix for "entity not found" errors on due to Chrome bug (#3973, thanks @tyrasd)
- Improved keyboard shortcut key detection (#3572, thanks @tyrasd)
- Improved wiki documentation lookup for certain presets (#4059)
🚀 Presets
- Add preset for
craft=distillery(#4085, thanks @JamesKingdom) - Add preset for
highway=elevator(#4068) - Add preset for
craft=electronics_repair(#4049) - Add preset for
shop=appliance - Adding "football" terms to soccer pitch (#4052, thanks @JamesKingdom)
- Rename "Curb Ramp" to "Curb"
2.2.1
2017-May-12
🐛 Bugfixes
- Allow right-click and contextmenu events to work on the sidebar (#4036)
- Omit global search UI when no geocoder (#4032, thanks @mojodna)
- Don't replace spaces with underscores in
opening_hoursfield (#4030)
2.2.0
2017-May-09
📣 Release Highlights
-
🛰️ Two new global satellite imagery layers: DigitalGlobe Premium and DigitalGlobe Standard!
These new layers cover many parts of the world that previously had no usable imagery.
Check out the new imagery by opening the Background pane (shortcut B) -
👉 A new right-click editing menu replaces the old radial menu.
The new editing menu gives iD room to grow and won't get in the way of your editing.
Remember: Right-click on map features to use the new menu. -
👩🎓 The introductory walkthrough has been completely revised, covering more OpenStreetMap concepts and common editing tasks using the new right-click menu. Users can explore and practice editing in the example town - now much better mapped than before and completely localizable. Even long time iD users should give it a try!
Replay the walkthrough from the Help pane (shortcut H). -
🚦 Big refresh of icons! You'll see a lot more icons for commonly mapped features.
Map traffic signals, stop signs, benches, crossings, street lamps, fountains, towers, and many more. -
✍️ You can now see and edit changeset tags before uploading to OpenStreetMap.
🎉 New Features
- Features for detecting and cleaning up old-style multipolygons
- Expire saved changeset comment older than 2 days (#3947)
- Update links to
preview.ideditor.commirrors (#3912) - Add ability for history to set named checkpoints and reset to them
- Add n-times argument to
history.pop() - Add type and layer subfields to
structureradiobutton field (#2087, #3911) - Add semiCombo field type for setting values in semicolon-delimited lists (#3905)
- Allow users to add and edit changeset tags in a tag editor (#2633, #3898)
- Allow raw tag editor to have readonly tags (to restrict editing of certain changeset tags)
- Add "What's new in iD" notification when user sees a new version for the first time (#1856)
- Always access OSM over https now
- Replace radial menu with a context menu (#3671, #3753, thanks @kepta, @rasagy, @samanpwbb, @slhh)
- ⚠️ users may continue to use the radial menu by setting a flag in localStorage, but it is deprecated and will be removed eventually
✨ Usability
- Swap position of increment/decrement buttons (#4027, thanks @willemarcel)
- Add ability to specify better reference lookups for presets (#3227)
- Undo/Redo while drawing line/area should keep the user in drawing mode (#3530)
- Make "Add field" dropdown wider (#3993)
- Add an ellipse to resolve point ambiguity when dragging (#3536)
- Allow all nodes and vertices to be dragged (#3824 - revert of #3739)
- Don't hover sidebar or vertices when alt key disables snapping
- Raw Tag Editor: Keep track of new row and keep it sorted last (#3960)
- Smaller nudge regions in drag_node and move (#3956)
- Draw selected items last, so halos are more visible (#2914)
- Show tooltip for long background imagery names (#3448)
- Fix text padding around caret in combo fields (#3894, thanks @51114u9)
- Prevent delete of objects when not 80% visible (#3700)
- Added many new icons, and improve styling of vertex presets (#3569)
- One way field now includes button to change way direction, supports -1 and 1 values (#3060, #3910)
- Normalize mousewheel zooming across browsers (#3029)
- Add
utilNoAutoto remove autocorrect/spellcheck features from inputs (#3839) - Show flash messages on bottom bar when user performs key shortcuts (#1734, #3753)
🐛 Bugfixes
- Fix field reference buttons (#4008)
- Don't let window.location changes occur during draw modes (#3996)
- Don't redo into un-annotated edit states (#4006)
- Add
-ms-user-selectrules to prevent shift-click from extending selection on IE/Edge (#2921) - Fix combobox accept on click in IE11 (#3991)
- Fix css font specification on IE11
- Limit members editor and memberships editor to 1000 entrires to prevent crash on coastlines (#3737)
- Correct lodash
_.omitusage (#3965) - Use
window.top.locationinstead ofwindow.location(#3950) - Fix wikipedia field link button (#2024)
- Fix
dist:minbuild script on Windows (#3899, thanks @slibby) - Force inspector to recreate all of its content after a save (#3844)
- Fix bug causing combo placeholders to sometimes not appear (#3874)
- Avoid adding an unneeded
area=yesafter geometry merge, rematch preset (#3851) - Fix child-parent order of relations when uploading changeset to avoid server error (#3871, #3208, thanks @mstn)
- Fix gitignore from ignoring new images in
/dist/img(#3854, thanks @MindFreeze)
🌏 Localization
- Add Chinese (PRC) Address and Phone Number formats (#4024, #4025, thanks @Stenive)
- Add Ukraine Address and Phone Number formats (#3995, #3997, thanks @Andygol)
- Many RTL improvements throughout code
- Support Arabic vowel signs, include Thaana and Hebrew in generic RTL fix (#3923, thanks @mapmeld)
- Better detection of culture-specific locale in language list (#3842)
⌛ Performance
🎓 Walkthrough / Help - major updates! (#3921)
- Add training for modifying geometry, moving nodes, reshaping ways (#2381)
- Add training for new right-click context menu
- Allow user to freeform play and explore (#3067)
- Refresh walkthrough data with POIs, Buildings, Addresses (#3068)
- Add training for drawing square and circular buildings (#3085)
- Add training for Undo (#3680)
- Improve RTL tooltip and curtain placement (#3925, #2386)
- Walkthrough is now fully localizable, including addresses!
- More gentle introduction to jargon
🚀 Presets
- Adjust field ordering of highway preset fields, move surface and lanes up (#4026, thanks @willemarcel)
- Add preset for beach volleyball pitch (#3983)
- Make opening_hours a combo (#974-comment)
- Don't try to force opening-hours value lookups to lowercase (#3629)
- Add inscription field to historic presets (#3949)
- Add pavilion preset (#3962, thanks @JamesKingdom)
- Add preset for club=* (#3651)
- Add preset for place=quarter (#3651)
- Add preset for amenity=watering_place (#3651)
- Add presets for Animal Boarding, Animal Breeding, Animal Shelter (#3651)
- Add preset for amenity=driving_school (#3651)
- Add presets for shop=gas, shop=perfumery (#3651)
- Add preset for leisure=pitch+sport=equestrian (#3833)
- Change leisure=track preset to work for line or area, update racing sport presets (#3890)
- Add ref and operator fields to fire hydrant preset (#3900, thanks @ToastHawaii)
- New support for multivalues in semicolon lists: cuisine, animal boarding, crop, produce, trees, etc.
- Adjust matchScores so Parking Lot sorts before Parking Vending Machine, Parking Space, etc.
- Add covered=* field to Drive-through preset
- Add preset for highway=speed_camera (#3809)
- Add start_date universal field (#3439)
- Add historic:civilization field to some historic presets (#3439)
- Add historic=tomb preset and tomb=* field (#3439)
- Add service_times field to all amenity=place_of_worship presets (#3439)
- Add service:vehicle:* multiselect to shop=car and shop=car_repair (#3535)
- Add preset for leisure=pitch+sport=cricket, leisure=pitch+sport=table_tennis (#3864)
- Add preset for railway=tram_stop (#3677)
- Add communication types multiselect to man_made=mast preset (#3630)
- Add preset for landuse=railway (#3853)
- Add preset for landuse=harbour (#3653)
2.1.3
2017-Feb-24
🐛 Bugfixes
- Check all blacklist regexs in API imagery blacklist (#3858, thanks @tyrasd)
- Remove autocorrect/spellcheck features from inputs (#3839)
- Better detection of culture-specific locale in language list (#3842)
🚀 Presets
- Adjust aeroway runway, taxiway, apron styles for visibility (#3845)
- Add preset for landuse=aquaculture (#3849, thanks @willemarcel)
- Update UK/IE placeholders (#3837, thanks @boothym)
- Add social_facility=nursing_home preset
2.1.2
2017-Feb-07
🐛 Bugfixes
- Fix point dragging regression (#3829)
2.1.1
2017-Feb-06
🐛 Bugfixes
- Fix issues with dragging sibling nodes of a selected way (#3824)
- Fix map centering for custom KML and GeoJSON layers (#3826, thanks @tyrasd)
- Fix regression in GPX layer loading from URL (#3820, thanks @tyrasd)
🚀 Presets
- Add presets NoExit, Watch Shop, add Living Street to Road category (#3821, thanks @willemarcel)
2.1.0
2017-Feb-04
🎉 New Features
- Add KML and GeoJSON support to GPX layer (#3811, thanks @mertemin)
- Add language debugging mode that shows translation keys (#3755)
- Upgrade to MapillaryJS viewer v2.4
- Add ability to restart ui and change locale on the fly (#3764, thanks @kepta)
- Upgrade to latest maki icons (#3024, #3756, thanks @ajithranka)
- Support replacing the geocoder service (#3754, thanks @kepta)
- ⚠️
iD.services.nominatimis nowiD.services.geocoder
- ⚠️
- Support smoothly transitioned actions (#3659)
- Add Reflect Long / Reflect Short operations (#3555, #3375, thanks @Psigio)
- Improved address field customization, allow country-specific placeholders (#3643, thanks @Natsuyasumi)
✨ Usability
- Warn if user creates an untagged relation (#3812)
- Improve save flow so user knows there is more to do after clicking Save (#3777, #2378)
- Desaturate the map, to call attention to upload pane
- Don't show two save buttons, rename one to Upload
- Show icon with the Save button
- Warn if user creates an unconneted highway (#3786)
- Draw slightly larger circles for unconneted vertices (#3775)
- Use 'pt' wiki pages in 'pt-BR' iD localization (#3776)
- User must select nodes before dragging them (#3739, thanks @edpop)
🐛 Bugfixes
- Improve tests for line joins in walkthrough (#3695)
- Fix country code lookup / address,phone fields on IE11 (Object.assign issue)
- Show "You have unsaved changes" message also in save mode (#3788, thanks @tyrasd)
- Eliminate duplicates from commit message dropdown (#3759, thanks @Abbe98)
- Don't create extra combobox caret divs in the address field (#3715)
- Fix issue with mouse coordinates while dragging and nudging/zooming (#3594)
- Fix for lasso behavior missing mouseup event (#3800)
- Fix spinner position when UI is RTL (#3794)
- Don't write history while user is in draw_line/draw_way, etc. (#3750)
- Don't show radial menu when selecting entity from member/membership editor
- More checks to prevent duplicate consecutive nodes (#3676, #1296, thanks @slhh)
- Fix RTL languages along linestring paths on Chrome and Safari (#3707, thanks @miladkdz)
- When merging node to area, preserve original node if possible (#3683)
- Allow double-clicking on midpoints to create vertex (#3687, thanks @edpop)
- Don't jump cursor to end of line when editing housenumber (#3650)
⌛ Performance
- Use the same ids for temporary nodes and ways created in draw modes (#1369)
🚀 Presets
- Add Notary preset (#3813, thanks @Zverik)
- Add additional aerialway presets (#3733, thanks @ajithranka)
- Add natural features category (#2843, thanks @ajithranka)
- Add step_count field to Steps preset (#3740, thanks @boothym)
- Add universal email and fax fields (#3735, thanks @M1dgard)
- Show tracktype as first field for Track preset (#3718)
- Add preset for place=square (#3658)
- Add preset for leisure=horse_riding (#3619)
- Add presets for barrier=toll_booth, barrier=border_control (#3719)
- Improve Social Facility presets (#3702)
- Improve military presets (#3663)
- Add presets for natural Bare Rock, Ridge, Sand (#3646)
- Add outdoor_seating checkbox (#3730, thanks @mertemin)
- Improve Turkish address scheme (#3729, thanks @mertemin)
- Prefer office=coworking over amenity=coworking_space (#3714, thanks @iandees)
- Improve Japanese address scheme (#3712, thanks @Natsuyasumi)
- Add fire_hydrant:position field to presets (#3708, thanks @wopfel)
- Add Castle Type field to Castle preset (#3685, thanks @abdeldjalil09)
- Add Taiwan phone format (#3655, thanks [@Supaplextw])
2.0.2
2016-Dec-22
🎉 New Features
- Pull LTR/RTL list from Transifex instead of hardcoding it (#3489)
- Refocus map and selectedIDs on undo/redo (#2204)
- Display labels for vertices (#2709)
🐛 Bugfixes
- Update imageryBlacklists function to use blacklists from OSM API (#3623)
- Better checks for invalid ids in Select mode (#3640)
- Unable to toggle oneway=yes on highways (#3638)
- Hide labels along selected ways or near selected vertices (#3636)
- Windows/Chrome bug: missing mouseup was getting users stuck and unable to select features (#2151)
- Fix map moving with middle mouse click (#3612)
🚀 Presets
- Add Waterfall Preset (#3608)
- Adjust matchscores so that barrier doesn't take priority over other features (#3647)
- Add Public Bath Preset (#3642, thanks @Natsuyasumi)
- Remove "Covered" field from Bus Stop preset (#3627)
- Add surveillance and camera related presets (#3599, thanks @bkil)
- Add amenity=food_court and amenity=crematorium (#3621, thanks @samely)
- Add maxheight field and add it to many highway presets (#3605)
- Add fence and wall type fields, add height field to some barriers (#3602)
- Add presets for Aquarium, Resort, Dance Hall (#3579)
- Add Internet Access fields to many presets (#3568, thanks @bkil)
- Add highway=traffic_mirror preset (#3568, thanks @bkil)
- Improvements to Mast/Tower presets (#3561, thanks @bkil)
2.0.1
2016-Nov-17
🐛 Bugfixes
- When starting iD with an object selected, the map should focus on that object (#3588, thanks @tyrasd)
- Fix for "Best" imagery not being automatically selected (#3586)
⌛ Performance
- Adjust max Mapillary pages fetched per zoom, adjust min viewfield zoom
2.0.0
2016-Nov-15
💥 Breaking Changes
- ⚠️ iD is now written in a modular code style using ES6
import/exportand rollup.js as a build tool (#3118, #3179, #3180)- Many thanks to @tmcw, @kepta, @tyrasd, @beaugunderson, @davidchouse
- ⚠️ Flattened namespace means that all functions have changed names (#3479)
- e.g.
iD.actions.Move->iD.actionMove,iD.geo.Extent->iD.geoExtent - Many deprecated names are still exported as symbols, e.g.
iD.Context- we will remove these eventually
- e.g.
- ⚠️ Customized iD deployments can manipulate live objects, rather than iD.Context accessors
- No longer need to call things like
presets(),imagery(),taginfo()when creatingiD.Context - See API.md for details on customized deployments
- No longer need to call things like
- ⚠️ iD has upgraded to the latest released versions of d3, lodash, rbush, etc.
- d3 no longer adds itself to the global namespace, but can now be accessed via
iD.d3
- d3 no longer adds itself to the global namespace, but can now be accessed via
- ⚠️ iD now uses
npmscripts for all build processes- iD requires Node v4 or higher, but does not require
makeanymore - Update install instructions and prerequisites (#3466, thanks @tyrasd)
- iD requires Node v4 or higher, but does not require
- ⚠️ iD url hash map order has changed to
zoom/latitude/longitudeto match OSM and others (#3554) - ⚠️ Authentication methods like
context.preauth,connection.switch,iD.uiSourceSwitch.keysoptions have changedurloption has been renamed tourlroot
🎉 New Features
ui()initializer now accepts a callback that will be called when loadLocale is finished (#3550)- Vertex keyboard navigation (#1917, #3539)
[orpageup- jump to previous vertex]orpagedown- jump to next vertex⌘[orhome- jump to first vertex⌘]orend- jump to last vertex\orpause-break- select next parent, if at intersection
- OSM API calls are now authenticated for logged in users (helps with (#3519, #2262)
- When reversing a way, reverse tags on its child nodes (#3076, thanks @Psigio)
- Allow user to click an 'X' to remove an item from the selection list (#2950, thanks @ebrelsford)
- Bundled Mapillary JS plugin upgraded to v2.0 (#3496)
- Allow
Delkey as a without modifier as a Delete shortcut (#3455)
🐛 Bugfixes
- Prevent imagery offset nudging buttons from getting stuck if user clicks again (#3576)
- Don't include terms for non-searchable presets in translation source (#3323)
- Let user know if the documentation points to a redirect page (#3337)
- Fix line labeling placement for IE11, Edge (#3020)
- Better label placement, use smaller collision boxes (#1645)
- Allow "network", "genus", "taxon", "species" taginfo lookups to expect uppercase values (#3377)
- Fix way disappearing due to invalid "layer" tag (#3405, thanks @edpop)
- Add radix parameter for all
parseIntcalls (#3399, thanks @HolgerJeromin) - Don't limit movement of vertex that combines two endpoints (#2731)
- Don't use checks in walkthrough navigation (#3247)
- Default Wikipedia language field to user's language, not English (#3265)
🌏 Localization
- Address field improvements - eliminate duplicates, more dropdowns for address fields (#3553)
- Support Right to Left interface for some languages 'ar', 'fa', 'iw', 'dv' (#3007, #3087, thanks @mapmeld)
- Remove diacritics (accented chars) when doing fuzzy searches (#3159)
⌛ Performance
- Clip area polygons and clippaths to padded viewport (#3529)
- Throttled redrawing (#3360, thanks @guillaume)
- Use fewer steps for interpolated breathe behavior (#2911)
🚀 Presets
- Add Construction and Tower Type fields to Mast and Tower presets (#3561, thanks @bkil)
- Add Turning Loop (Island) preset, adjust icons for traversable/nontraversable features (#3557)
- Add Internet Cafe preset (#3559)
- Improve styling of Farmyards (#3556, thanks @Thue)
- Add Guest Apartment / Condo preset (#3548)
- Add Waste Transfer preset (#3387)
- Add Billboard preset (#3386)
- Improve traffic calming presets (#3218)
- Improve waste and recycling presets (#2689)
- Rename Camp Site to Campground, and add preset for individual camp pitches (#3385)
- Multiselect field for Bike Shop services (#3517, thanks @willemarcel)
- Add presets for Nail Salon, Tanning Salon (#3516, thanks @skorasaurus)
- Split golf water_hazard presets into separate line and area presets (#3483)
- Update terms lists for Anime preset (#3478, thanks @mbrickn)
- Add Pastry Shop preset (#3444, thanks @Dgleish)
- Add maxspeed field to Railway preset (#3458, thanks @boothym)
- Add E-Cigarette Shop preset (#3457, thanks @boothym)
- Add capacity field to Charging Station preset (#3458, thanks @boothym)
- Add Pumping Station preset (#3384, thanks @kepta)
- Improve Railway crossing presets (#3395, thanks @boothym)
- Improve Gym and Sports Center presets (#3352, thanks @boothym)
- Add Coworking Space preset (#3381, thanks @willemarcel)
- Add access_simple field for Basketball, Tennis, Garden presets (#3336, thanks @Psigio)
- Add icon to fire hydrant preset (#3380, thanks @bagage)
- Add Yoga Studio preset (#3352, thanks @Psigio)
- Add Bowling Green preset (#3363, thanks @boothym)
- Add more fields ("support", "display", "visibility", "date") to Clock preset (#3318, thanks @HolgerJeromin)
- Add more values to the speed limit field (#3316, thanks @1ec5)
- Add network combo field for route relations (#3302, thanks @1ec5)
- Add Blood Donor Center preset (#3285, thanks @M1dgard)
- Add indoor yes/no field for Defibrillator preset (#3284, thanks @M1dgard)
- Add Miniature Golf preset (#3279, thanks @boothym)
- Add second_hand field for shop=car preset (#3274, thanks @skorasaurus)
- Add Planetarium preset (#3268, thanks @willemarcel)
- Add Ice Cream Shop preset (#3253, thanks @ankit-m)
- Add Taiwan address format to Address field (#3261, thanks @david082321)
1.9.7
2016-Jul-16
- Treat features on
addr:interpolationlines as points, not vertices (#3241) - Add ref field to
amenity=post_boxpreset (#3232, thanks @boothym) - Fix crash calling
_.allwhen moving multiple features (#3155, thanks @tyrasd) - Add
emergency=defibrillatorpreset (#3202, thanks @ramyaragupathy) - Add
man_made=bridgepreset (#3183, thanks @SatyaSudheer) - Switch from
sloped_curb=*tokerb=*(#3210) - Rename "Chemist" preset label to "Drugstore" for en_US (#3201)
- Exclude imagery sources more than 20 years old (#3190)
- Add
highway=give_waypreset for yield signs - Add stars, rooms, internet access fee fields for hotel presets (#3144, thanks @homersimpsons)
- Add stop type, direction forward/backward fields for stop sign preset (#3115, thanks @homersimpsons)
- When setting form's background color also set field color (#3100 thanks @jonnybarnes)
- Add sidewalk preset to Path presets category (#3181, thanks @willemarcel)
- Fix mph/kph imperial units test in maxspeed (#3156)
- Fix d3 bug causing map to translate far away when zooming under heavy load (#2773, thanks @kepta)
1.9.6
2016-Jun-07
- Embed interactive Mapillary JS viewer instead of static image (#3128, thanks @kepta, @peterneubauer)
- Add "grill" as search term for
amenity=bbqpreset (#3139, thanks @manfredbrandl) - When setting Wikipedia value, also set corresponding Wikidata tag (#2732, thanks @1ec5)
1.9.5
2016-May-25
- Clean translated combo value when comparing to display value (#3129)
- Change color of Save button as user edits increase (#2749, thanks @tanerochris)
- Migrate to lodash v4 (#3107, thanks @kepta)
- Don't try to snap new ways to offscreen areas (#3114)
- Prevent keypress handlers from being called extra times (#3111)
- Add spacebar click for efficient way drawing (#2784, thanks @brandonreavis)
- Rename
barrier=ditchpreset to "Trench", leavewaterway=ditchpreset as "Ditch" - Use prison icon for gate-like barriers, roadblock icon for other barriers
- Add Barrier category: wall, fence, ditch (#2344, thanks @Wikiwide)
- Add slight fill to the area icon (#3109)
- Localize phone placeholder for country being edited (#3084, thanks @dobratzp)
- Clicking on scale bar will toggle units from imperial/metric (#2351)
- Use ⌘B for quick background switching, add tooltip, style (#2854, thanks @RoPP)
- Fix greediness of autocompletion (#3077, #3106, thanks @kepta)
- Add preset for
route=horserelations (#3057, thanks @kepta) - Keep "move" cursor while adjusting imagery offset (#3101)
- Move generic Building preset to top of Building category list (#3102)
- Update Wikipedia list (#3098, thanks @1ec5)
1.9.4
2016-May-03
- Fix bug causing save button to remain disabled even when changeset comment is entered (#3096)
- Support setting imagery offset via url hash parameter (#3093)
- Don't allow user to straighten a line if start/end nodes are at the same location (#2792)
- Add
feeandbinfields to some presets (#2872) - Add multiCombo field type selecting multiple items from a list (#3034, #3080, thanks @kepta)
- Support
payment:tagging, add to vending machine presets (#2872) - Support
currency:tagging, add to vending machine, money exchange, ATM presets (#2872) - Support
fuel:tagging, add to fuel station presets (#1987) - Support
recycling:tagging, add to recycling presets (#2873)
- Support
- Improve tabbing and keyboard navigation in the entity editor
- Exclude
nametag when validating whether a feature has tags (#3091) - Add taginfo typeahead behavior to combo fields (#3089)
- Lower popularity thresholds for taginfo lookups
- Support looking up languages by English or local names (#3023, thanks @mapmeld)
1.9.3
2016-Apr-25
- Display "Choose language" placeholder value for Wikipedia language field (#3071)
- Add prison preset (#3070, thanks @kepta)
- Improve
studio=*tagging (#3061, thanks @kepta) - Dedupe relations with same calculated name so they will appear in relation picker (#2891)
- Modal Dialog and Save/Restore improvements (#3036)
- Use case sensitive combo for changeset autocompletion (#3039)
- Add a warning to the changeset page if a user mentions Google (#3063, thanks @tmcw)
- Fix bug when manually assigning a role to a relation member (#2739)
- Imagery offset control now allows dragging or typing to adjust offsets (#1340, thanks @kepta)
- Support terrain imagery backgrounds: Stamen Terrain, Thunderforest Landscape
- Don't fetch overlay tiles or Mapillary data around Null Island (#2751)
- Show values as hover tooltips when field is too narrow to display full value (#3054)
- Don't clean fields (trim whitespace) on every input event (#3045)
- Improve usability of Save and Cancel buttons (#3040)
- Close seams in imagery tiles (#3053)
- Improve instructions for building on Windows (#2574)
- Add Code of Conduct (#3051)
- Add nutrition supplements store preset (#3043)
- Add coffee shop preset (#3042)
1.9.2
2016-Mar-18
- Avoid jumpiness when dragging node markers (#3003)
- Rename "Dock" -> "Wet Dock / Dry Dock" (#3030)
- Refresh labels when switching to a new GPX file (#3032)
- Fix bug where adding a space to a name would undo a previous edit (#3035)
- Display GPX tracks immediately when loaded or toggled (#3027)
- Include "Local GPX" in imagery used list when GPX loaded via url parameter (#2804)
- Add Bird Hide preset (#3026)
- Exclude from areaKeys blacklist presets that are point/vertex only (#3009)
- Return to browse mode and block ui while geolocating (#3016)
- Restore highway=unclassified to thick line rendering and rename as "Minor/Unclassified Road" (#3015)
- Allow drawing of freeform shapes when using the shift-click-drag lasso selection tool (#2937, thanks @kepta)
- Rename "Major Roads" -> "Traffic Roads", "Minor Roads" -> "Service Roads" in feature filter list
1.9.1
2016-Mar-03
- Add context.asset for building asset filenames, use for Mapillary Traffico files (#3011)
- Fix crash in starting tutorial, bad selector for .layer-background opacity (#3010)
1.9.0
2016-Mar-01
- Fix rendering of modified/moved multipolygons (#3008)
- Preserve connectivity when pasting (#2584, thanks @jfirebaugh)
- Fix rendering of bumpy surfaces in turn restriction editor (#3004)
- Draw radial menu on top of data layers (#2994)
- Move data layers out of
iD.Background(#3001) - Disambiguate art store, art gallery, etc. (#2999, thanks @harry-wood)
- Post office should have opening_hours instead collection_times (#2996, thanks @HolgerJeromin)
- Improved abandoned/disused railway icons (#2967, thanks @kepta)
- Use access=yes instead of access=public for toilets (#2576, thanks @gileri)
- Rename "Track" -> "Unmaintained Track Road" and add terms (#2982, thanks @brianreavis)
- Mapillary improvements
- Add support for street signs layer (#2720)
- Show Mapillary thumbnail on opposite side of map from marker (#2775)
- Fetch all available Mapillary data, but cull based on density (#2794)
- Display Mapillary data out to zoom level 12 (#2468, #2675)
- Add ability to remove/disable Mapillary layers (#2722)
- Add expansion arrows to category presets for better usability (#2972, thanks @kepta)
- Refactor services into iD.services namespace
- ⚠️ This means that
iD.taginfois nowiD.serviceTaginfo
- ⚠️ This means that
- Disallow disconnecting that would damage relations (#1714, thanks @jfirebaugh)
- Allow escape to cancel ⌘-V paste (#2889)
- Enter should accept input and return to browse mode only on preset input fields (#2912, #2957, #2380)
- No need to make FAQ link translatable (#2973)
- Display star for "best" imagery, add link to imagery info (#2902, thanks @kepta)
- Use HTTPS for Nominatim and other services if available (#2960, thanks @kepta)
- Add
shop=storage_rentalpreset (#2943, thanks @kepta) - Add site relation preset (#2930, thanks @kepta)
- Improvements to swimming pool, water park presets (#2927, thanks @kepta)
- Ensure that boundary relation members look like boundaries (thanks, @jfirebaugh)
- Add 'building' combo field for ice rink and swim facility
- Building field should be combo not typeCombo (because
building=yesis a valid tag) - Link to wiki for guidance on good changeset comments (#2923, thanks @kepta)
- Make preset fields section collapsible (#2894)
- Make sure DrawLine mode is called with a clean pre-operation graph (#2303, thanks @tyrasd)
- Default to user's language when localizing names (#2882, thanks @kepta)
- Autocomplete changeset comments from previous changeset comments (#2002, thanks @jfirebaugh)
- Add universal multiline text field for description, fixme (#1518)
- Fix crash when selecting a category preset with enter button
- Remove overly aggressive regexes for cleaning up websites and emails (#2892, thanks @kepta)
- Correct typo "Platic" -> "Plastic" (#2925, thanks @M1dgard)
- Rename "Unclassified Road" to "Minor Road" (#2916)
1.8.5
2016-Jan-18
- Fix address field to not lose focus while typing (#2903, #2320)
- Bugfixes for Internet Explorer (classList #2909, parentElement #2910)
- Presets for various man_made tags (#2893, thanks @manfredbrandl)
1.8.4
2016-Jan-06
- Block UI, disable draws while fetching missing childnodes when user restores saved work
- Add iD.Map#redrawEnable to enable/disable redraws
- Don't select filtered hidden vertices with the lasso
- Adjust matching rules for multipolygon members (#2887)
- Add Diaper Changing field to amenity toilets (#2890, thanks @morray)
- Add rendering for tag-crossing pedestrian crosswalks
- Fix rendering of highway=pedestrian, highway=crossing preset icon
- Waterway presets - dock, boatyard, water point (#2863, thanks @arunasank)
- Amenity presets - hunting stand, parking space, ferry terminal (#2883, thanks @arunasank)
- More search terms for several amenity presets (#2880)
- Disambiguate shop=bicycle and amenity=bicycle_repair_station presets (#2845)
- Cancel debounced history saves in flush() and clearSaved()
- Cancel throttled hash updates in hash.off()
- Several fixes for "Entity Not Found" errors (#2736)
- Don't call childNodes unless necessary (avoid extra _childNodes caching)
- Clear search results pane when changing modes
- Center map on feature when selecting feature from search results
- Suppress radial menu when selecting feature from search results
- Rename doctor.json -> doctors.json (#2869)
- Add Breathe behavior for colorblind-friendly interpolated select halos (#1814)
- Many usability improvements to entity editor sidebar:
- In Taginfo results sort keys with ':' below keys without ':' (#2376)
- Add back button for feature type reselection (#2453)
- Return should accept input and return to browse mode (#2380)
- Enable save as soon as user starts typing (#2342)
- Change feature editor close X to check mark (#2384)
- Many improvements to the intro walkthrough:
- Prevent most keyboard shortcuts during walkthrough
- Prevent user from editing during pause before restarting failed task
- Shrink introGraph (#1336)
- Localize some of the features in the walkthrough (#2881)
- Add search task to walkthrough (#2363)
- Add button images to walkthrough text (#2404)
- Better save blocking in intro (#1795)
- Display Help button in walkthrough, stay on it longer (#2364)
- Set 'Content-Type': 'text/xml' when closing changeset (fix for IE auth warning) (#2874)
1.8.3
2015-Dec-11
- Replace nonstandard Array
findwith_.findfor IE11 (#2871)
1.8.2
2015-Dec-10
- Better save and restore map state when entering walkthrough
- Add maxstay field for amenity=parking preset (#2851)
- Add presets for popular vending machines (#2827, thanks @henningvs)
- Fix turn restriction rendering under Firefox (#2860)
- Handle situation when user closes oauth dialog window (#2858)
- Don't set
building=yesforamenity=fuelpreset (#2857) - Eliminate rounding causing jumpiness and loss of precision (#2849)
1.8.1
2015-Dec-02
- Fix tag help lookup (#2844)
- Support Internet Explorer 11 and Edge browsers (#2571)
- New road styling for bumpy/unpaved roads (#2564, #2750, #2847)
- Disambiguate building/office presets (#2793, #2799)
- Add handrail field to steps preset (#2815)
- Choose "best" imagery by default (#2826)
- Fix language detection when
navigator.languagesis empty (#2838) (thanks @jleedev) - Support multiple overlays and fix alignment of minimap (#2813) (thanks @brianreavis)
1.8.0
2015-Nov-07
- Don't update the urlhash during the walkthrough (#1795)
- Add surface type to parking preset (#2816)
- Make 100% background brightness the default (#2824)
- Use SVG for preset and feature icons (#2785)
- ⚠️ Projects that have customized the icon spritesheet may need to upgrade their custom icons
- Add "Help Translate" icon next to "Report a Bug" (#2766)
- Update highway colors to match openstreetmap-carto (#2764)
- Prefer suggested capitalization in autocomplete box (#2791)
- Better support for browser language preferences (#2810) (Thanks @kriscarle)
- Disallow joining ways with conflicting tags (#2358) (Thanks @jfirebaugh)
- Add rugby union and rugby league presets (#2808) (Thanks @bagage)
- Add military presets (#2177) (Thanks @arunasank)
- Discard yh:WIDTH tags (#2806)
- Fetch proper tag references for relation types (#2797) (Thanks @tyrasd)
- Proper perimeter calculation in infobox (#2789)
- Fix bug creating points at edge of screen when panning (#2758)
- Add motorcycle parking preset (#2787)
- Better autocomplete suggestions in taginfo-sourced dropdowns (#2748)
- Add traffic signal type preset
- Fix bug where pressing '1' triggered fullscreen (#2786)
- Improvements to translated preset terms (#2777, #2756) (Thanks @bagage)
- Disable save button when changeset comment is empty (#1488)
- Better handling of multilingual
alt_name,old_name, etc (#2658) - Add preset for Semi-Detached House (#2776)
1.7.5
2015-Sep-28
- Relicense iD with ISC license
1.7.4
2015-Sep-15
- Show docs for the selected value in raw tag editor (#2754) (Thanks @M1dgard)
- Improve display of implied values in access UI field (#2763)
- Better handling of preset search terms (#2756) (Thanks @M1dgard)
- Support cross-browser fullscreen display mode with F11 / ⌘⇧F (#2755) (Thanks @PaulAnnekov)
- Fix performance issue with multipolygon outer test (#2755)
- Change caption "Access" -> "Allowed Access" (#2761)
- Fix broken link and other help improvements (#2760)
- Fix bug with displaying label when centroid undefined (#2757) (Thanks @tyrasd)
- Replace close 'X' with Cancel button on save panel (#2378)
- Add
recycling:glass_bottles,recycling:plastic(#2730) - Add preset for
leisure=bowling_alley(#2734) - Render
highway=roaddifferently fromhighway=unclassified(#2742) - Improve rendering of
highway=track- dashed casing now more visible on dark backgrounds (#657) - Change
highway=pathrendering to be more likehighway=footwayto avoid new user errors (#2327) - Prevent users from accidentally adding
highway=yes(#2744) - Better styling for ephemeral tags (e.g. razed/abandoned/construction/proposed) (#2740, #1893)
- Add
bicycle=dismountaccess option (#2726) - Add support for Irish postcodes in address field (#2729) (Thanks @rory)
- Add "Road Surface" preset for
area:highway=*(#2627) - Add presets for Casino and Adult Gaming Center (#2684)
- Restore complete list of
address:keys for address UI field (#2698) - Preset searching should consider tag values (#2719)
- Add
highway=corridorpreset and universallevelfield for indoor mapping (#2687, #2218) - Use space key to toggle radial menu (#2706)
- Add presets (
volcano,saddle,adit,tree_row,plant_nursery) (Thanks @jmespadero) - Use HTTPS if location protocol is HTTPS in
iD.Connection(#2681) (Thanks @frewsxcv) - Don't write unsavable changes to
localStorage(#2705) - Add recycling_type preset field (#2689) (Thanks @ebrelsford)
- Fast zoom and pan with Cmd/Control modifier key (#2691) (Thanks @rowanhogan)
- Improve handling of Wikipedia URLs (#2694) (Thanks @1ec5)
- Add minimap toggle to background menu, show GPX layer in minimap (#2693) (Thanks @rowanhogan)
- Add cycleway UI field for highways with bike lanes (#2686) (Thanks @ebrelsford)
- Improve appearance of Mapillary markers (#2690) (Thanks @pgiraud)
1.7.3
2015-Jun-10
- Add fee field to toilet preset (#2639) (Thanks @alexandrz)
- Several improvements for more reliable save and post-save data fetch (#2667)
- Use locale passed in from container iframe instead of detected locale (#2672)
- Allow html entities in translated documentation titles (#2674)
- Add presets for
man_made=storage_tankandman_made=silo(#2662) - Add presets for RV/Marine toilet disposal and related fields (#2623)
- Add preset for
waterway=fuel(#2589) - Add preset for
amenity=biergarten(#2641) - Infobox for distance/area measurement and more info, hotkey Cmd-I (#2573)
- Fallback to 'en-US' when no language detected (#2650)
- Don't clean description/note/fixme values (#2659)
- Only urlencode tag values that start with http (#2657)
- Remove
platformandbrowserfrom changeset tags (#2643) - Clip oneway markers to viewport (#2638)
- Performance improvements for iD.Difference
- Fix error restoring changes after deleting a node (#2637)
1.7.2
2015-May-03
- Fix for 404 Error caused by duplicates in multi-fetch node request (#2626)
- Fix oil well preset (#2621) (Thanks @1ec5)
1.7.1
2015-Apr-30
- Add oil well preset (#2618) (Thanks @1ec5)
- Add radio mast preset (#2613) (Thanks @1ec5)
- Don't commit empty changesets (#1483)
- Add place=farm preset (#2604) (Thanks @Stalfur)
- Cleanup strings for website and email tags (#2323)
- Use semicolon-space as separator for opening_hours tags (#2301)
- Clear cached userDetails when auth events occur (#2588)
- New styling for barriers (#2592)
- In wireframe mode, draw all points (#2591)
- Invert background opacity widget display values (#2595)
- Save custom background imagery layer to localstorage (#2566)
- Better introductory help text (#2504) (Thanks @hkirat)
- Smarter way movement - avoid zorroing connected ways (#2516, #729)
- Add basic browser and platform info to changeset tags (#2559, #2449)
- Add drive_through preset to fast_food, atm, etc (#2459) (Thanks @brianegge)
- Use combo not checkbox for building field (#2553)
- Fix bug with copy/paste when originals are deleted (#2557)
- Tag motorway_link with explicit oneway=yes (#2555)
- Map-In-Map locator (toggle with '/' key) (#2554)
- Add service field for railways (#2552)
- Feature filtering: don't match multipolygon lines as 'Others' (#2548)
- Add network=* tag to public transport presets (#2549) (Thanks @gileri)
- Add incline field for highway=steps preset (#2456)
- Support node v0.12 (#2535)
- Resolve editing conflicts before saving (#2525, #1053)
- Don't delete ways from route, boundary, multipolygon relations (#2526, #1461) (Thanks @systemed)
1.7.0
2015-Feb-12
- Fix typo in smoothness field - should be "impassable" (#2523)
- Update to Mapillary API v2 calls (#2522) (Thanks @peterneubauer)
- Add Rounded tooltips (#2521) (Thanks @samanpwbb)
- Add gender field to amenity=toilets preset (#2422)
- Update landuse presets (no single nodes, and better descriptions) (#2518)
- Update tree and forest presets to use leaf_type and leaf_cycle fields (#2512)
- Add shop=houseware preset (#2509)
- Make "Yes" and "No" translatable (#2286)
- Fix group home preset (#2510)
- Add amenity=grit_bin preset (#2500)
- Prevent user from zooming out too far when drawing (#2499)
- Add amenity=bicycle_repair_station preset (#2497)
- Add leisure=nature_reserve preset (#2496)
- Support copy and paste of selected features with ⌘-C/⌘-V (#642)
- Add amenity=public_bookcase preset (#2507) (Thanks @guillaumep)
- Add substation type field (#2486)
- Add junction=yes preset (#2484)
- Add takeaway and delivery fields to food presets (#2483)
- Add levels field to building=commercial preset (#2454)
- Add amenity=register_office preset (#2431)
- Add landuse=garages preset (#2430)
- Add natural=cave_entrance preset (#2412)
- Add amenity=fast_food preset (#2446)
- Switch to landuse=farmland as preferred Farm preset (#2478)
- Add bench and covered fields to bus stop preset (#2451)
- Replace icon fields with dropdown (#2433)
- Add Map Data panel
- Data Layers (GPX, Mapillary)
- Area filling options (full, partial, wireframe) (#813)
- Map Features filtering (#1299, #1871, #2033)
- Allow customization of presets, imagery, and taginfo
- ⚠️ These must be set when creating an
iD()object - seeindex.htmlexample
- ⚠️ These must be set when creating an
1.6.2
2014-Oct-24
- Fix "TypeError: r is undefined" (#2421)
1.6.1
2014-Oct-23
- Remember raw tag editor expansion state across sessions (#2416)
- Translate text in changes section on save panel (#2417)
- Encode URL hash correctly (#2406)
- Capture ⌘-S even in input fields (#2409)
- Added some traffic_calming=* presets
- Prefer power=substation to sub_station
- Include state/province in U.S. and Canadian address formats
- Improve the error message on saving when offline (#2373)
1.6.0
2014-Oct-06
- Add network field to Road Route relation preset (#2372)
- Updated TIGER layer to use TIGER 2014
- Added support for street-level imagery from Mapillary
- Added support for taginfo projects data
- Better infer restriction for no_u_turn (#2345)
- Update to rbush 1.3.3
- Improved a variety of presets
- Added
commenturl param to prefill changeset comment (#2311)
1.5.4
2014-Jul-29
- Do not fully fill certain landuse values, e.g. landuse=residential (#542)
- Class midpoints to match parent way and adjust styles
- Test visibility of gpx coords instead of just comparing extents
1.5.3
2014-Jul-25
- When adding gpx, only rezoom map if gpx not in viewport (#2297)
- Workaround for Chrome crash (#2295)
- Add mtb fields (#2244)
- Support option strings for combo fields (#2296)
- Render triangular midpoints to show direction of any selected way (#2292)
1.5.2
2014-Jul-15
- Fixed Chrome/Windows selection bug (#2151)
- Don't automatically tag motorways, etc. as oneway=yes
- Disable Move and Rotate operations if area < 80% contained in the viewport
1.5.1
2014-Jul-10
- Fix mixed content errors on https osm.org (#2281)
- Fix suggested access values for parking (#2280)
1.5.0
2014-Jul-08
- Add support for localized address fields (#2246)
- Rendering improvements for layers (#2250)
- Add a map scale (#2266)
- Fix preset buttons (#2247)
- Better midpoint rendering (#2257)
1.4.0
2014-May-29
- Ensure combobox menus are closed on blur (#2207)
- Limit imagery_used tag to 255 characters (#2181)
- Simplify and fix midpoint drawing logic (#2136)
- Prefer more specific 'Crosswalk' preset over generic 'Crossing'
- Add amenity=dojo preset
- Correctly trim whitespace in semicolon-separated multivalues (#2236)
- oneway fields now show "Assumed to be No" or "Assumed to be Yes" instead of "Unknown" (#2220)
- Add turn restriction editor
1.3.10
2014-May-21
oneway=nooverrides implicit oneways on junction=roundabout, etc. (#2220)- Add presets for fords, parking_entrance, charging_station, compressed_air, churchyard, shop=wine
- Improve access placeholders (#2221)
- Trim tag keys, and prevent duplicate tag keys (#2043)
- Fix inline tag help for fields that handle multiple tags
- Add 'width', 'length', 'lit' for appropriate presets (cycleways, sidewalks, sports pitch, etc)
- Render embankment/cutting with dashed casing
- Rendering fixes for buildings, tunnels
- Add population field for various place presets
- Improvements to circularize action (#2194)
- Building field is yes/no (fixes #2111)
- Area fill colors in preset icons match map fill colors
- Add fill style for landuse=military
1.3.9
2014-Apr-09
- Prevent closed areas from invalid disconnection (#2178)
- Remove layer field from waterway=stream
- Add preset for place=suburb and shop=seafood
- Remember last custom tile layer (#2094)
- Mapbox Satellite now supports z17-z19
1.3.8
2014-Mar-28
- Disable circularize and orthogonalize operations when way is <80% contained in the viewport
- Add place=neighbourhood preset
- Add denomination=* field for cemetery, graveyard, funeral home
- Add preset for shop=funeral_directors
- Add icon for public_transport=stop_position
- Support quartile scheme for any imagery source (#2112)
- Zoom to GPX after adding (#2144)
- Correctly update UI after choosing GPX file (#2144)
- Add preset for leisure=ice_rink
- Add picnic area stuff: firepit, picnic_table, bbq
- Add 35 as an option in the maxspeed dropdown
- Add religion to cemetery preset (#2164)
- Fix tag reference layout on FF (#2159)
- Add "crop" field for landuse=farm/farmland/farmyard (#2149)
- Add "trees" field for landuse=orchard
- Add landuse=landfill
- Add the hoops=* field to the basketball preset (#1984)
- Add amenity=nightclub
- Add smoking field for many presets under amenity, building, office, tourism (#1990)
- barrier=fence shouldn't be an area (fixes #2158)
- Remove building_area from hospital, school, kindergarten
- Fix recycling field keys (#2140)
1.3.7
2014-Feb-25
- Added building presets
- Improve how tags are merged when merging to a multipolygon
- Disable merge operation if at least one relation is incomplete
- Add shop=bookmaker, shop=lottery, and shop=art presets
- Use https URLs where supported
- Fix duplicate/missing objects after restoring data from localStorage
- Remove addr:housename field from address preset
1.3.6
2014-Feb-05
- More protection against relation loops (#2096)
- Fix freeze when using Clinic preset (#2102)
- Allow rotating closed multipolygon members (#1718)
- Bump threshold for Orthogonalize to 12 degrees
- Added social_facility presets (#2109)
1.3.5
2014-Jan-08
- Smoother and faster panning, zooming, and tooltips
- Fix bug relating to deleted nodes outside the viewport (#2085)
- Ensure "New Relation..." is always available (#2066)
- Add area=yes when necessary (#2069)
- Suppress radial menu when clicking warning (#2035)
- Protect against relation loops (#2072)
- Correct arrow direction on drawn segment (#2078)
- Don't upload tags with empty values (#1894)
- Add support for ids and locations as search input (#2056)
- Sort relation suggestions most recent first (#2052)
- Fix for Safari selection bug in combo box (#2051)
- Fix midpoint missing after undoing split (#2040)
- Don't remove addr:housenumber when changing address preset (#2047)
- Many preset additions: clock, rest area, service area, veterinary, funiculars, narrow gauge railways, gauge field, electrified field, tunnel field, crafts, doctor, dentist, clinic, studio, aerialways, and pistes.
1.3.4
2013-Nov-26
- Replace TIGER 2012 layer with next-generation TIGER 2013 layer (#2010)
- Add tooltips to "untagged feature" warnings
- Add pressets and category for golf features (#2013)
- Information and bike parking preset refinements
- Faster/smoother zooming and panning
- Add "quick add" presets for common proper names
- Fix zoom to feature when clicking search results (#2023)
1.3.3
2013-Nov-22
- Support for loading GPX-files via url parameter (#1965)
- Update osm-auth (#1904)
- Update 3rd party dependencies (Lodash, D3, RBush)
- Build areaKeys from presets
- Add public_transport, military, emankment presets
- Reverse cardinal directions for relation member roles
- Improved warning visibility (#1973)
- Fix undo-related bug (#1978)
1.3.2
2013-Nov-14
- Update maki
- Fix Disconnect of way with multiple intersections (#1955)
- Fix unclosed area rendering (#1958)
- Add presets for amenity=shelter, footway=sidewalk, footway=crossing, and various office values
- Add area categories
- Full-height background settings pane
- Add suggestions of common shop and amenity names
- Handle https wikipedia URLs
- Use assumed values for access placeholders (#1924)
- Distinguish between power=line and power=minor_line
- Reset invalid opacity values to default (#1923)
1.3.1
2013-Oct-26
- Fix misalignment -> Fix alignment (#1913)
- Update maki (#1916)
- Prioritize boundary tag to minimize area fills (#1920)
- Fix background defaulting to 0% brightness (#1923)
1.3.0
2013-Oct-24
- Fix corner case that could cause getting stuck in drag mode (#1910)
- Improved display of changed objects in save screen
- Improved performance
- Show attribution for overlay layers (#1909)
- Add OpenStreetMap GPS traces layer
- Show a list of multiple selected features in the sidebar
- Autocomplete city and postcode values (#1753)
- Add a button to trigger file browser for GPX (#1758)
- Prevent 'zoom in to edit' from showing up during save success (#1792)
- Add delete button to all forms (#1492)
- Omit non-OSM features from search results (#1890)
- Add additional check to prevent snapping to area fills (#1887)
- Fix adding localized value before name (#1797)
- Disable removing incomplete relation members (#1768)
- Show all combobox entries when clicking the caret (#1755)
- Improvements and fixes to the behavior of multilingual name fields
- Don't show combobox menu with only one item
- Don't prevent following an existing way when drawing (#1430)
- Allow "yes" and "no" check values to be translated (#1819)
- Treat a sole area=yes tag as "untagged" (#1867)
- Special case 'yes' values for type fields (#1876)
- Don't add addr:housenumber=yes when applying Address preset (#1874)
- Ensure preset fields are consistently ordered (#1876)
- Preserve existing Wikipedia language (#1868)
- Don't allow dragging of the map when the click starts in a button (#1869)
- Prefer to render highway=* styles over railway=* (#1880)
- Workaround cosmetic issues caused by a Chrome regression (#1879)
- New presets: man_made=observation, shop=locksmith, leisure=common and more
1.2.1
2013-Sep-30
- Split only the line of a node shared by a line and an area
- Handle multipolygon corner case when splitting (#1799)
- Don't automatically apply building tags to shop=car (#1813)
- Don't suggest adding a relation to itself (#1820)
- Fix restoring changes when something is selected (#1857)
- Use generic access value as placeholder (#1780)
- Filter on combobox value, not title (#1836)
- Show relation documentation for relation presets (#1862)
- Limit squaring to near square or near straight nodes (#1733)
- More clever splitting of closed ways
- Improve circularize action
- Add more tags to areas list
1.2.0
2013-Sep-26
- Don't auto-save intro tutorial edits (#1745, #1795)
- Added waypoint display to GPX layer
- Added "Straighten" operation
- Improve "Orthogonalize" behavior, rename to "Square"
- Add and improve many presets
- Save commit messages on blur (#1783)
- Add KSJ2 tags to discard list (#1794)
- Fix display of labels with wide characters
- Catch localStorage quota exception (#1807)
- Avoid consecutive identical nodes when adding a midpoint (#1296)
- Stop nudge when exiting move mode (#1766)
- Add "Continue" operation
- Delete relations that become empty (#465, #1454)
- Support polygon imagery bounds (#768)
- Pull imagery from editor-imagery-index
- Insert areas in sorted order (#1693)
- Fix some walkthrough glitches (#1744)
1.1.6
2013-Aug-24
- Fix walkthrough on Firefox (#1743)
- Fix icon at end of walkthough (#1740)
- Fix walkthrough (#1739)
1.1.5
2013-Aug-23
- Add amenity=ranger_station preset (1723)
- Add terms for tourism=artwork (#1726)
- Reduce prominence of share links, add G+
- Default wildcard tag values to "yes" (#1715)
- Add help topic on relations (#1708)
- Add default "Locator Overlay" layer (#1301)
- Refine toilet preset (#1697)
- Change delete shortcut to ⌘⌫/Ctrl-Backspace (#1698)
- Fix close button event binding in save dialog (#1713)
- Fix error when deleting a triangle vertex (#1712)
- Add support for an externally provided asset map (#1699)
1.1.4
2013-Aug-17
- Fix adding multilingual name (#1694)
- Fix social buttons (#1690)
- Work around a Firefox bug that sometimes caused elements to be unselectable or stuck dragging (#1691, #1692)
1.1.3
2013-Aug-15
- Fix behavior of enter key in name field (#1681)
- Remove area=yes when choosing an area preset (#1684)
- Save history more frequently (#1345)
- Fix combobox menu scroll bar behavior (#963)
- After editing, give a sense when map is updated (#1660)
- Clarify undo/redo tooltips (#1670)
- Add emergency=fire_hydrant preset (#1674)
- Refine power=generator preset (#1675)
- Add leisure=track preset (#1683)
1.1.2
2013-Aug-12
- Fix cursor offset when clicking/dragging after resizing the window (#1678)
- Include low-frequency tag values if they have a wiki entry
- Fix tag value suggestions in preset comboboxes (#1679, #1680)
1.1.1
2013-Aug-09
- Improve performance when drawing
- Tail should appear only first time
- Fix radial menu tooltip positioning on Firefox
1.1.0
2013-Aug-09
- Fix radial menu tooltip positioning
1.1.0rc1
- Custom layers support TMS-flipped Y coordinate with {ty} replacement.
- Allow to join more than two ways (#649)
- Many preset additions and improvements
- Fix Japanese language input (#1594)
- Prevent merging over restriction relations (#1512)
- Support multiple overlay layers
- Fix name field for suffixed ISO 639-1 codes (#1628)
- Add ability to create a new relation (#1576)
- Permit translating all preset term lists (#1633)
- Include GPX and overlay layers in imagery_used (#1463)
- Move sidebar to left, map controls to right
- Rework search UI and consolidate with geocoder
- More dramatic different between hover and active edit feature pane
1.1.0beta1
- Performance improvements
- Added a UI for multilingual name tags
- "Report a bug" in footer is now an icon
- New style for radio buttons and check boxes
- Incomplete relations can no longer be deleted (previously, attempting to do so would generate a JS error)
- Render bridge casing for bridge=viaduct, etc. (#1500)
- Only draw intersections for {high,water,rail,aero}way lines (#1471)
- Improve tag reference loading feedback (#1262)
- Added relation presets
- Display relation members and memberships in inspector
- The sidebar is now persistent, rather than sliding in and out
- The feature being hovered over is previewed in the sidebar
- Zoom to feature only if map parameter isn't also specified
- Don't zoom too far in (>z20) (#1511)
- Don't zoom too far out (<z16). (#1522)
- Added the ability to create multipolygons
- Fix URL template host rotation
- Fix strokes sometimes being clipped as polygons (#1527)
- Refine selection behavior when dragging a node:
- Preserve the sidebar state (#1401)
- Show vertices of selected way (#1478)
- Reselect exact previous selection when finished
- Fix one way marker rendering (#1534)
- You can now click the preset icon to return to the preset list
- All preset fields now have placeholders
- The save dialog now appears in the sidebar
- Added Address preset (#1524)
- Shorten "Zoom in" text, don't hide it on narrow screens (#1477)
- Fix "View on OSM" in sidebar footer (#1473)
- When deleting a vertex, reselect another vertex if possible (#1457)
- The sidebar now has a searchable Feature List (#1545)
- You can add a member to a relation via the "All relations" section of the sidebar
1.0.1
2013-May-10
- Test, imagery, translation, and preset updates
- Fix untranslatable strings
- Prefer to keep existing ways when joining
- Fix creating intersecting ways and cope with 0 and 1 node ways
- Fix IE detection in
dist - Fix GPX track display
- Fixes for Opera compatibility
- Update
osm-authto 0.2.1 - Fix the
notefunctionality and textarea UI in presets - Fix walkthrough translation issues