[openstreetmap/openstreetmap-website] Update to iD v2.10.0 (#1939)

Bryan Housel notifications at github.com
Thu Jul 26 05:40:06 UTC 2018


# 2.10.0
##### Jul 26, 2018

#### :mega: Release Highlights
* :memo: 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](https://www.openstreetmap.org/user/Thomas_Hervey/diary/44449). Thanks [@thomas-hervey]!
_Activate the OpenStreetMap notes layer by opening the Map Data pane (shortcut <kbd>F</kbd>)_

* :wrench: 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 <kbd>E</kbd>)_

* :arrow_upper_right: The photo viewer (Mapillary, OpenStreetCam, and Bing Streetside) is now resizeable by dragging any of its edges.  Thanks [@kratico]!
_Try activating one of the streetlevel photo layers (shortcut <kbd>F</kbd>) and resizing the viewer._

[@thomas-hervey]: https://github.com/thomas-hervey
[@Psigio]: https://github.com/Psigio
[@kratico]: https://github.com/kratico

#### :tada: New Features
* Add support for OpenStreetMap notes ([#2629], [#5107], [#5162], thanks [@thomas-hervey])
* 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])
  * :warning: We refactored `d3.geo.tile`->`utilTiler`, `scaleExtent`->`zoomExtent` ([#5104], [#5148], thanks [@thomas-hervey])
  * :warning: `context.loadTiles` and a few other functions have changed arity - they no longer require a `dimensions` argument
* 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])

[#5179]: https://github.com/openstreetmap/iD/issues/5179
[#5162]: https://github.com/openstreetmap/iD/issues/5162
[#5148]: https://github.com/openstreetmap/iD/issues/5148
[#5138]: https://github.com/openstreetmap/iD/issues/5138
[#5127]: https://github.com/openstreetmap/iD/issues/5127
[#5125]: https://github.com/openstreetmap/iD/issues/5125
[#5107]: https://github.com/openstreetmap/iD/issues/5107
[#5104]: https://github.com/openstreetmap/iD/issues/5104
[#4930]: https://github.com/openstreetmap/iD/issues/4930
[#4320]: https://github.com/openstreetmap/iD/issues/4320
[#2629]: https://github.com/openstreetmap/iD/issues/2629
[@thomas-hervey]: https://github.com/thomas-hervey
[@Psigio]: https://github.com/Psigio
[@kratico]: https://github.com/kratico

#### :sparkles: 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=crossing` and other special paths ([#5126])

[#5161]: https://github.com/openstreetmap/iD/issues/5161
[#5139]: https://github.com/openstreetmap/iD/issues/5139
[#5137]: https://github.com/openstreetmap/iD/issues/5137
[#5126]: https://github.com/openstreetmap/iD/issues/5126
[@kratico]: https://github.com/kratico

#### :bug: 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])

[#5159]: https://github.com/openstreetmap/iD/issues/5159
[#5121]: https://github.com/openstreetmap/iD/issues/5121
[#5107-comment]: https://github.com/openstreetmap/iD/pull/5107#issuecomment-401617938
[#5077]: https://github.com/openstreetmap/iD/issues/5077

#### :hourglass: 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])

[#5123]: https://github.com/openstreetmap/iD/issues/5123
[#5116]: https://github.com/openstreetmap/iD/issues/5116
[#5040]: https://github.com/openstreetmap/iD/issues/5040
[#5029]: https://github.com/openstreetmap/iD/issues/5029
[@tomhughes]: https://github.com/tomhughes
[@jgravois]: https://github.com/jgravois

#### :mortar_board: Walkthrough / Help
* Add section about OpenStreetMap notes to Help pane ([#5162], thanks [@thomas-hervey])

[@thomas-hervey]: https://github.com/thomas-hervey

#### :rocket: Presets
* Add `aeroway=aerodrome` to Military Airfield preset, adjust terms ([#5164])
* Add `passenger_information_display` to Bus, Tram platform presets ([#5142], thanks [@AndreasHae])
* Add `levels` field to `shop=kiosk` preset ([#5131], [#5133], thanks [@vershwal])
* Add `site_type` to Archaeological Site preset ([#5124], thanks [@JamesKingdom])
* Add `network` field to ATM preset ([#5119], thanks [@JamesKingdom])
* Add `cash_in` field to ATM preset ([#5118], thanks [@JamesKingdom])
* Improve search terms for Entrance preset ([#5130], thanks [@tohaklim])
* Add `capacity` field to `playground=swing` preset ([#5120], thanks [@tordans])

[#5164]: https://github.com/openstreetmap/iD/issues/5164
[#5142]: https://github.com/openstreetmap/iD/issues/5142
[#5131]: https://github.com/openstreetmap/iD/issues/5131
[#5133]: https://github.com/openstreetmap/iD/issues/5133
[#5124]: https://github.com/openstreetmap/iD/issues/5124
[#5119]: https://github.com/openstreetmap/iD/issues/5119
[#5118]: https://github.com/openstreetmap/iD/issues/5118
[#5130]: https://github.com/openstreetmap/iD/issues/5130
[#5120]: https://github.com/openstreetmap/iD/issues/5120
[@AndreasHae]: https://github.com/AndreasHae
[@vershwal]: https://github.com/vershwal
[@JamesKingdom]: https://github.com/JamesKingdom
[@tohaklim]: https://github.com/tohaklim
[@tordans]: https://github.com/tordans

You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/1939

-- Commit Summary --

  * Update to iD v2.10.0

-- File Changes --

    M vendor/assets/iD/iD.css.erb (823)
    M vendor/assets/iD/iD.js (34527)
    M vendor/assets/iD/iD/img/iD-sprite.svg (2)
    M vendor/assets/iD/iD/img/mapillary-sprite.svg (2)
    M vendor/assets/iD/iD/locales/af.json (1)
    M vendor/assets/iD/iD/locales/ar-AA.json (1)
    M vendor/assets/iD/iD/locales/ar.json (9)
    M vendor/assets/iD/iD/locales/ast.json (6)
    M vendor/assets/iD/iD/locales/bg.json (3)
    M vendor/assets/iD/iD/locales/bn.json (28)
    M vendor/assets/iD/iD/locales/bs.json (1)
    M vendor/assets/iD/iD/locales/ca.json (41)
    M vendor/assets/iD/iD/locales/ckb.json (6)
    M vendor/assets/iD/iD/locales/cs.json (314)
    M vendor/assets/iD/iD/locales/da.json (112)
    M vendor/assets/iD/iD/locales/de.json (220)
    M vendor/assets/iD/iD/locales/el.json (5)
    M vendor/assets/iD/iD/locales/en-GB.json (5)
    M vendor/assets/iD/iD/locales/en.json (95)
    M vendor/assets/iD/iD/locales/eo.json (112)
    M vendor/assets/iD/iD/locales/es.json (250)
    M vendor/assets/iD/iD/locales/et.json (105)
    M vendor/assets/iD/iD/locales/eu.json (5)
    M vendor/assets/iD/iD/locales/fa.json (71)
    M vendor/assets/iD/iD/locales/fi.json (91)
    M vendor/assets/iD/iD/locales/fr.json (372)
    M vendor/assets/iD/iD/locales/gl.json (357)
    M vendor/assets/iD/iD/locales/gu.json (2)
    M vendor/assets/iD/iD/locales/he.json (97)
    M vendor/assets/iD/iD/locales/hr.json (115)
    M vendor/assets/iD/iD/locales/hu.json (27)
    M vendor/assets/iD/iD/locales/hy.json (1)
    M vendor/assets/iD/iD/locales/id.json (1)
    M vendor/assets/iD/iD/locales/is.json (252)
    M vendor/assets/iD/iD/locales/it.json (102)
    M vendor/assets/iD/iD/locales/ja.json (227)
    M vendor/assets/iD/iD/locales/kn.json (5)
    M vendor/assets/iD/iD/locales/ko.json (72)
    M vendor/assets/iD/iD/locales/ku.json (2)
    M vendor/assets/iD/iD/locales/lt.json (3)
    M vendor/assets/iD/iD/locales/lv.json (425)
    M vendor/assets/iD/iD/locales/mg.json (492)
    M vendor/assets/iD/iD/locales/mk.json (2)
    M vendor/assets/iD/iD/locales/ml.json (2)
    M vendor/assets/iD/iD/locales/ms.json (3)
    M vendor/assets/iD/iD/locales/nl.json (86)
    M vendor/assets/iD/iD/locales/nn.json (26)
    M vendor/assets/iD/iD/locales/no.json (3)
    M vendor/assets/iD/iD/locales/pl.json (277)
    M vendor/assets/iD/iD/locales/pt-BR.json (141)
    M vendor/assets/iD/iD/locales/pt.json (9)
    M vendor/assets/iD/iD/locales/ro.json (6)
    M vendor/assets/iD/iD/locales/ru.json (104)
    M vendor/assets/iD/iD/locales/si.json (1)
    M vendor/assets/iD/iD/locales/sk.json (4)
    M vendor/assets/iD/iD/locales/sl.json (12)
    M vendor/assets/iD/iD/locales/sq.json (1)
    M vendor/assets/iD/iD/locales/sr.json (4)
    M vendor/assets/iD/iD/locales/sv.json (91)
    M vendor/assets/iD/iD/locales/ta.json (2)
    M vendor/assets/iD/iD/locales/te.json (1)
    M vendor/assets/iD/iD/locales/tl.json (2)
    M vendor/assets/iD/iD/locales/tr.json (161)
    M vendor/assets/iD/iD/locales/uk.json (98)
    M vendor/assets/iD/iD/locales/vi.json (96)
    M vendor/assets/iD/iD/locales/yue.json (7)
    M vendor/assets/iD/iD/locales/zh-CN.json (57)
    M vendor/assets/iD/iD/locales/zh-HK.json (4)
    M vendor/assets/iD/iD/locales/zh-TW.json (288)
    M vendor/assets/iD/iD/locales/zh.json (1)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/1939.patch
https://github.com/openstreetmap/openstreetmap-website/pull/1939.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1939
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20180725/e0d42689/attachment-0001.html>


More information about the rails-dev mailing list