@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
817 lines (731 loc) • 151 kB
Markdown
# What's New
Thanks to all our contributors, users, and the many people that are making the iD-tagging-schema great! :heart:
_Breaking developer changes, which may affect downstream projects or sites that consume iD-tagging-schema, are marked with a_ :warning:
<!--
# A.B.C
##### YYYY-MMM-DD
#### :mega: Release Highlights
#### New Presets
#### Changed Presets
#### New and Changed Fields
#### Regional Presets and Fields
#### Deprecated Tags
#### Bugfixes
#### Documentation and Other Changes
[#xxxx]: https://github.com/openstreetmap/id-tagging-schema/issues/xxxx
[#xxxx]: https://github.com/openstreetmap/id-tagging-schema/pull/xxxx
[@xxxx]: https://github.com/xxxx
-->
# 6.17.0
##### 2026-May-11
#### New Presets
* Add day care preset ([#1862], thanks [@tiptoptom])
* Add Barracks Building as a value for building type dropdown ([#2171], thanks [@ak8abhinay])
* Add hidden preset for `shop=ice_cream` referencing `amenity=ice_cream` ([#2195], thanks [@matkoniecz])
* Add preset for `leisure=summer_camp` ([#2000], thanks [@ashree2118])
* Add `disused:aeroway=*` preset ([#2139], thanks [@Geo-2695])
* Add preset for `man_made=geoglyph` ([#2062], thanks [@ak8abhinay])
#### New and Changed Fields
* Remove `maxweight` field from `man_made=bridge` ([#2009], thanks [@matkoniecz])
* Add support for `building=supermarket` in value dropdown ([#2187], thanks [@matkoniecz])
* Add "pickleball" as value to Sports field ([#2196], thanks [@tyrasd])
* Add indoor_seating field as yes/no boolean, add seating fields to bakeries as moreFields ([#1984], thanks [@codeinabox])
* Add `food=` field to pub and bar presets ([#2078], thanks [@ak8abhinay])
#### Changed Presets
* Add "log" as term for fallen tree `barrier=log` preset ([#2240], thanks [@RudyTheDev])
* Reorder known field values to match TagInfo usage count instead of alphabetical ([#2235], thanks [@RudyTheDev])
* Add Barracks Building as a value for building type dropdown ([#2171], thanks [@ak8abhinay])
* Increase matchScore for non-link `highway=` with `_link` variant ([#2200], thanks [@matkoniecz])
* Try more unique abstract icon for enforcement relations ([#2146], thanks [@matkoniecz])
* Keep terms in order ([#2205], thanks [@matkoniecz])
* Add `parking:` tags for `highway=trunk` ([#2163], thanks [@matkoniecz])
* Add "food truck" as `amenity=fast_food` term ([#2143], thanks [@matkoniecz])
* `shop=travel_agency` - add "tours" terms ([#2155], thanks [@matkoniecz])
* Move `volcano:status` field to radio type ([#2175], thanks [@matkoniecz])
* Add `trolley_wire` for `highway=trunk` and `trunk_link` ([#2170], thanks [@matkoniecz])
* Userproof `monitoring_station` (add "weather station" search term) ([#2179], thanks [@matkoniecz])
* Move diplomatic field to radio type ([#2174], thanks [@matkoniecz])
* Use `temaki-sail` icon for sailmaker ([#2168], thanks [@matkoniecz])
* Make "retirement home" find something, some extra terms ([#2157], thanks [@matkoniecz])
* Add more denominations as search terms to Christian place_of_worship ([#2172], thanks [@michaelblyons])
* Add terms to `archaeological_site` preset ([#2158], thanks [@danieldegroot2])
* Add `operator` moreField to POIs ([#2114], thanks [@gy-mate])
* Add `tunnel_tube` icon also to `playground=` dropdown ([#2167], thanks [@matkoniecz])
* Tweak order of options lists for various fields ([#2239])
#### Bug Fixes
* Stop to suggest or to automatically add `surface=wood` to `bridge=boardwalk` ([#2229], thanks [@matkoniecz])
* Add missing colon in tag key of `plant:output` multiCombo field ([#2186], thanks [@tyrasd])
#### Documentation and Other Changes
* Discourage reporting issues by commenting in closed PRs ([#2217], thanks [@matkoniecz])
* Note @matkoniecz's grant was completed and further contributions are done as an unpaid volunteer again ([#2210], thanks [@matkoniecz])
* Deemphasize proposal process in guidelines ([#2151], thanks [@matkoniecz])
[#1862]: https://github.com/openstreetmap/id-tagging-schema/pull/1862
[#1984]: https://github.com/openstreetmap/id-tagging-schema/pull/1984
[#2000]: https://github.com/openstreetmap/id-tagging-schema/pull/2000
[#2009]: https://github.com/openstreetmap/id-tagging-schema/pull/2009
[#2062]: https://github.com/openstreetmap/id-tagging-schema/pull/2062
[#2078]: https://github.com/openstreetmap/id-tagging-schema/pull/2078
[#2114]: https://github.com/openstreetmap/id-tagging-schema/pull/2114
[#2139]: https://github.com/openstreetmap/id-tagging-schema/pull/2139
[#2143]: https://github.com/openstreetmap/id-tagging-schema/pull/2143
[#2146]: https://github.com/openstreetmap/id-tagging-schema/pull/2146
[#2151]: https://github.com/openstreetmap/id-tagging-schema/pull/2151
[#2155]: https://github.com/openstreetmap/id-tagging-schema/pull/2155
[#2157]: https://github.com/openstreetmap/id-tagging-schema/pull/2157
[#2158]: https://github.com/openstreetmap/id-tagging-schema/pull/2158
[#2163]: https://github.com/openstreetmap/id-tagging-schema/pull/2163
[#2167]: https://github.com/openstreetmap/id-tagging-schema/pull/2167
[#2168]: https://github.com/openstreetmap/id-tagging-schema/pull/2168
[#2170]: https://github.com/openstreetmap/id-tagging-schema/pull/2170
[#2171]: https://github.com/openstreetmap/id-tagging-schema/pull/2171
[#2171]: https://github.com/openstreetmap/id-tagging-schema/pull/2171
[#2172]: https://github.com/openstreetmap/id-tagging-schema/pull/2172
[#2174]: https://github.com/openstreetmap/id-tagging-schema/pull/2174
[#2175]: https://github.com/openstreetmap/id-tagging-schema/pull/2175
[#2179]: https://github.com/openstreetmap/id-tagging-schema/pull/2179
[#2186]: https://github.com/openstreetmap/id-tagging-schema/pull/2186
[#2187]: https://github.com/openstreetmap/id-tagging-schema/pull/2187
[#2195]: https://github.com/openstreetmap/id-tagging-schema/pull/2195
[#2196]: https://github.com/openstreetmap/id-tagging-schema/pull/2196
[#2200]: https://github.com/openstreetmap/id-tagging-schema/pull/2200
[#2205]: https://github.com/openstreetmap/id-tagging-schema/pull/2205
[#2210]: https://github.com/openstreetmap/id-tagging-schema/pull/2210
[#2217]: https://github.com/openstreetmap/id-tagging-schema/pull/2217
[#2229]: https://github.com/openstreetmap/id-tagging-schema/pull/2229
[#2235]: https://github.com/openstreetmap/id-tagging-schema/pull/2235
[#2239]: https://github.com/openstreetmap/id-tagging-schema/pull/2239
[#2240]: https://github.com/openstreetmap/id-tagging-schema/pull/2240
[@Geo-2695]: https://github.com/Geo-2695
[@RudyTheDev]: https://github.com/RudyTheDev
[@michaelblyons]: https://github.com/@michaelblyons
# 6.16.0
##### 2026-Apr-08
#### New Presets
* create hidden `building=glasshouse` referencing `building=greenhouse` ([#2104], thanks [@matkoniecz])
* Piercing Studio and `piercing` field for tattoo parlors ([#2004], thanks [@cuatim])
* Add preset for `amenity=kitchen` (#1631) ([#1993], thanks [@ashree2118])
* Add preset for `natural=arete` ([#2024], thanks [@ashree2118])
* Add preset for advertising sign ([#2063], thanks [@ak8abhinay])
#### New and Changed Fields
* Change `direction_vertex_dual` field to type 'radio' ([#2109], thanks [@matkoniecz])
* Omit `religion=none` from suggested options of religion field for places of worship ([#1940], thanks [@ak8abhinay])
* Adding "sport" field for `leisure=bowling_alley` (#1973) ([#1974], thanks [@petercooperjr])
* Piercing Studio and `piercing` field for tattoo parlors ([#2004], thanks [@cuatim])
* Add `cuisine=british` support (more than 500 uses) ([#2022], thanks [@matkoniecz])
* `mini_roundabout`: deemphasize direction= field ([#2117], thanks [@matkoniecz])
* 'combo' to 'radio' type in more fields ([#2116], thanks [@matkoniecz])
* Add 'Unspecified Building Type' for `building=yes` ([#2085], thanks [@matkoniecz])
* Try radio selector for Direction fields ([#2081], thanks [@matkoniecz])
* Add dedicated surface field for sport pitches ([#2079], thanks [@Ambuj123554])
#### Changed Presets
* add "bathroom fixtures" as search term to `shop=bathroom_furnishing` ([#2144], thanks [@matkoniecz])
* Switch `incline_steps` to radio field ([#2141], thanks [@matkoniecz])
* Make generic playground equipment searchable ([#2138], thanks [@matkoniecz])
* use tunnel icon for `playground=tunnel_tube` ([#2134], thanks [@matkoniecz])
* Use two hands icon for `shop=second_hand` ([#2133], thanks [@matkoniecz])
* Express sub-preset relation in file structure ([#2077], thanks [@matkoniecz])
* Add `min_age` to escape room and trampoline park moreFields ([#2125], thanks [@ivanfang-dev])
* fix `parking=sheds` description ([#2130], thanks [@matkoniecz])
* Use dedicated motorcycle parking icon ([#2099], thanks [@ak8abhinay])
* Use multiple people icon for Coworking Space ([#2064], thanks [@matkoniecz])
* less generic icon for tailings ponds - thanks to [@enzet] for an icon ([#2087], thanks [@matkoniecz])
* Add 'Unspecified Building Type' for `building=yes` ([#2085], thanks [@matkoniecz])
* Add icons to `playground=*` field ([#2120], thanks [@tordans])
* Use dedicated geyser icon for geyser preset - thanks to [@quincylvania] for an icon ([#2098], thanks [@ak8abhinay])
* Add `ref` field to `railway=derail` ([#2108], thanks [@gy-mate])
* Make more clear that `building_area` may not need building value to be filled ([#1970], thanks [@matkoniecz])
* Add floating dock terms to `dock.json` ([#1997], thanks [@matkoniecz])
* not every bunker is a building ([#1995], thanks [@matkoniecz])
* make glasshouse search find greenhouse ([#2101], thanks [@matkoniecz])
* less generic icon for `shop=nuts` - thanks to [@enzet] for an icon ([#2090], thanks [@matkoniecz])
* less generic icon for `barrier=log` - thanks to [@enzet] for an icon ([#2088], thanks [@matkoniecz])
* less generic icon for `building=service` - thanks to [@enzet] for an icon ([#2089], thanks [@matkoniecz])
* less generic icon for `shop=wigs` - thanks to [@enzet] for an icon ([#2091], thanks [@matkoniecz])
* cycleway and sidewalk - `moreFields` `highway=trunk_link` ([#2106], thanks [@matkoniecz])
* cycleway and sidewalk - to `moreFields` of `highway=trunk` ([#2105], thanks [@matkoniecz])
* add cycleway as an optional field to service roads ([#2102], thanks [@matkoniecz])
* Add 'art museum' search term to Museum preset ([#2073], thanks [@Kayd-06])
* Change `shop=outpost` icon from generic to more unique one ([#2040], thanks [@matkoniecz])
* use dedicated icon for sit-up station ([#2071], thanks [@matkoniecz])
* Add "dry cleaning" term to dry cleaner ([#1962], thanks [@matkoniecz])
* Change `office=guide` icon from 'maki-suitcase' to 'temaki-briefcase-info' ([#2058], thanks [@matkoniecz])
* bottle return vending machine gets bottle-specific icon ([#2059], thanks [@matkoniecz])
* sort, lowerscase terms ([#2076], thanks [@matkoniecz])
* inherit properties from `office=coworking` to `amenity=coworking_space` ([#2075], thanks [@matkoniecz])
* make aerialway osmism searchable ([#1966], thanks [@matkoniecz])
* Add christian denomination search terms to improve preset discoverability ([#2028], thanks [@Ambuj123554])
* Add "sex therapist" to `healthcare=counselling` terms ([#1961], thanks [@matkoniecz])
* Use dedicated hotpot icon - thanks to [@novolife] for the icon ([#2060], thanks [@matkoniecz])
#### Documentation and Other Changes
* Remove copyright year in `LICENSE.md` ([#2111], thanks [@matkoniecz])
* fix fixing typo ([#2112], thanks [@matkoniecz])
#### Dependencies
* Bump the github-actions group across 1 directory with 2 updates ([#2094])
[#1940]: https://github.com/openstreetmap/id-tagging-schema/pull/1940
[#1961]: https://github.com/openstreetmap/id-tagging-schema/pull/1961
[#1962]: https://github.com/openstreetmap/id-tagging-schema/pull/1962
[#1966]: https://github.com/openstreetmap/id-tagging-schema/pull/1966
[#1970]: https://github.com/openstreetmap/id-tagging-schema/pull/1970
[#1974]: https://github.com/openstreetmap/id-tagging-schema/pull/1974
[#1993]: https://github.com/openstreetmap/id-tagging-schema/pull/1993
[#1995]: https://github.com/openstreetmap/id-tagging-schema/pull/1995
[#1997]: https://github.com/openstreetmap/id-tagging-schema/pull/1997
[#2004]: https://github.com/openstreetmap/id-tagging-schema/pull/2004
[#2004]: https://github.com/openstreetmap/id-tagging-schema/pull/2004
[#2022]: https://github.com/openstreetmap/id-tagging-schema/pull/2022
[#2024]: https://github.com/openstreetmap/id-tagging-schema/pull/2024
[#2028]: https://github.com/openstreetmap/id-tagging-schema/pull/2028
[#2040]: https://github.com/openstreetmap/id-tagging-schema/pull/2040
[#2058]: https://github.com/openstreetmap/id-tagging-schema/pull/2058
[#2059]: https://github.com/openstreetmap/id-tagging-schema/pull/2059
[#2060]: https://github.com/openstreetmap/id-tagging-schema/pull/2060
[#2063]: https://github.com/openstreetmap/id-tagging-schema/pull/2063
[#2064]: https://github.com/openstreetmap/id-tagging-schema/pull/2064
[#2071]: https://github.com/openstreetmap/id-tagging-schema/pull/2071
[#2073]: https://github.com/openstreetmap/id-tagging-schema/pull/2073
[#2075]: https://github.com/openstreetmap/id-tagging-schema/pull/2075
[#2076]: https://github.com/openstreetmap/id-tagging-schema/pull/2076
[#2077]: https://github.com/openstreetmap/id-tagging-schema/pull/2077
[#2079]: https://github.com/openstreetmap/id-tagging-schema/pull/2079
[#2081]: https://github.com/openstreetmap/id-tagging-schema/pull/2081
[#2085]: https://github.com/openstreetmap/id-tagging-schema/pull/2085
[#2085]: https://github.com/openstreetmap/id-tagging-schema/pull/2085
[#2087]: https://github.com/openstreetmap/id-tagging-schema/pull/2087
[#2088]: https://github.com/openstreetmap/id-tagging-schema/pull/2088
[#2089]: https://github.com/openstreetmap/id-tagging-schema/pull/2089
[#2090]: https://github.com/openstreetmap/id-tagging-schema/pull/2090
[#2091]: https://github.com/openstreetmap/id-tagging-schema/pull/2091
[#2098]: https://github.com/openstreetmap/id-tagging-schema/pull/2098
[#2099]: https://github.com/openstreetmap/id-tagging-schema/pull/2099
[#2101]: https://github.com/openstreetmap/id-tagging-schema/pull/2101
[#2102]: https://github.com/openstreetmap/id-tagging-schema/pull/2102
[#2104]: https://github.com/openstreetmap/id-tagging-schema/pull/2104
[#2105]: https://github.com/openstreetmap/id-tagging-schema/pull/2105
[#2106]: https://github.com/openstreetmap/id-tagging-schema/pull/2106
[#2108]: https://github.com/openstreetmap/id-tagging-schema/pull/2108
[#2109]: https://github.com/openstreetmap/id-tagging-schema/pull/2109
[#2116]: https://github.com/openstreetmap/id-tagging-schema/pull/2116
[#2117]: https://github.com/openstreetmap/id-tagging-schema/pull/2117
[#2120]: https://github.com/openstreetmap/id-tagging-schema/pull/2120
[#2125]: https://github.com/openstreetmap/id-tagging-schema/pull/2125
[#2130]: https://github.com/openstreetmap/id-tagging-schema/pull/2130
[#2133]: https://github.com/openstreetmap/id-tagging-schema/pull/2133
[#2134]: https://github.com/openstreetmap/id-tagging-schema/pull/2134
[#2138]: https://github.com/openstreetmap/id-tagging-schema/pull/2138
[#2141]: https://github.com/openstreetmap/id-tagging-schema/pull/2141
[#2144]: https://github.com/openstreetmap/id-tagging-schema/pull/2144
[@petercooperjr]: https://github.com/petercooperjr
[@Ambuj123554]: https://github.com/Ambuj123554
[@ivanfang-dev]: https://github.com/ivanfang-dev
[@Kayd-06]: https://github.com/Kayd-06
[@enzet]: https://github.com/enzet
# 6.15.0
##### 2026-Mar-15
#### New Presets
* Add horse walker preset (`animal=horse_walker`) ([#1857], thanks [@Hufkratzer])
* Add preset for a Biathlon Range ([#1938], thanks [@olafkryus])
#### New and Changed Fields
* Add `cuisine=ethiopian` support (more than 500 uses) ([#1952], thanks [@matkoniecz])
* Fix broken override moreFields in tea.json ([#2019], thanks [@matkoniecz])
* Add field `sidewalk` on `highway` presets ([#1507], thanks [@tordans])
* Add `group_only=*` field and don't ask for `guest_house=*` on tourism=hostel ([#1343], thanks [@tiptoptom])
* Add `contact:instagram` field for POIs ([#1019], thanks [@sbraz])
* Add `tee` field to `disc_golf:tee` ([#1653], thanks [@Shrinks99])
* Add strings for `flag:type` ([#1899], thanks [@1ec5])
* add `hazard=*` tag for highways ([#1776], thanks [@aaei924])
#### Changed Presets
* try using more fitting and unique icon for building=allotment\_house ([#2035], thanks [@matkoniecz])
* Change waterfall icon to 'roentgen-waterfall' ([#2042], thanks [@matkoniecz])
* Use fontawesome's water icon for Mud ([#2043], thanks [@matkoniecz])
* Use more unique icon for covered reservoir. ([#2046], thanks [@matkoniecz])
* Improve terms of "adult entertainment" presets ([#2027], thanks [@matkoniecz])
* fix spelling of terms of toilet preset ([#2029], thanks [@matkoniecz])
* Add term to mosque preset ([#2031], thanks [@sanatsathaye])
* Use fas-jar icon for honey shop preset ([#2033], thanks [@ak8abhinay])
* Use `roentgen-building_construction` icon for building construction preset ([#2034], thanks [@ak8abhinay])
* Add support field to memorial plaque preset (Resolves [#1381]) ([#2015], thanks [@ashree2118])
* Use temaki icons for pickleball, foosball ([#2021], thanks [@tjasz])
* Add missing inheritance in moreFields ([#2020], thanks [@matkoniecz])
* Add `opening_hours` moreField to `landuse=cemetery` ([#2001], thanks [@gy-mate])
* Provide text for addr:door ([#2008], thanks [@Vectorial1024])
* Show access field on amenity=shelter if tagged ([#887]) ([#1967], thanks [@ashree2118])
* Replace misleading icon for tourism=viewpoint with new temaki-viewpoint ([#1964], thanks [@ak8abhinay])
* Add `group_only=*` field and don't ask for `guest_house=*` on tourism=hostel ([#1343], thanks [@tiptoptom])
* Rename High Jump Pit to High Jump Area for mapping accuracy ([#1948], thanks [@ak8abhinay])
* Add 'chimney cake' to pastry terms ([#1953], thanks [@matkoniecz])
* Add recycle to terms for recycling centre and container ([#1941], thanks [@simonpoole])
* Fix Roentgen icon naming mismatch for radio telescope ([#1920], thanks [@ak8abhinay])
* Add "traffic calming" to all traffic calming preset search terms ([#1905], thanks [@FloEdelmann])
* Add more terms to non-food amenity presets ([#1909], thanks [@FloEdelmann])
* Add more terms to food amenity presets ([#1908], thanks [@FloEdelmann])
* Add more terms to tourism presets ([#1907], thanks [@FloEdelmann])
* Add more terms to shop presets ([#1906], thanks [@FloEdelmann])
* More terms ([#1892], thanks [@matkoniecz])
* extended fields to caravan\_site ([#1885], thanks [@paulklie])
* Add some new terms to make finding preset entries easier. ([#1888], thanks [@matkoniecz])
* Sort preset terms ([#1891], thanks [@FloEdelmann])
* Adding field `location` to existing solar panel preset ([#1808], thanks [@git-tgo])
* Add translatable labels for address components ([#1788]) ([#1870], thanks [@bryceco])
* Pad slashes in names with spaces ([#1817], thanks [@FloEdelmann])
#### Deprecated Tags
* Stop deprecating landuse=basin ([#1804]) ([#1955], thanks [@ashree2118])
#### Documentation and Other Changes
* make GitHub recognise that this repo contains mostly JSON, not JS ([#1989], thanks [@k-yle])
* Fix: cross-platform compatibility for npm run lint on Windows ([#1969], thanks [@piyushduebycse])
* update Mateusz status and mention OpenStreetMap Foundation role ([#1949])
* remove unused spellcheck exception; sort words ([#1915], thanks [@matkoniecz])
[#887]: https://github.com/openstreetmap/id-tagging-schema/issues/887
[#1019]: https://github.com/openstreetmap/id-tagging-schema/pull/1019
[#1343]: https://github.com/openstreetmap/id-tagging-schema/pull/1343
[#1381]: https://github.com/openstreetmap/id-tagging-schema/issues/1381
[#1507]: https://github.com/openstreetmap/id-tagging-schema/pull/1507
[#1653]: https://github.com/openstreetmap/id-tagging-schema/pull/1653
[#1776]: https://github.com/openstreetmap/id-tagging-schema/pull/1776
[#1788]: https://github.com/openstreetmap/id-tagging-schema/issues/1788
[#1804]: https://github.com/openstreetmap/id-tagging-schema/issues/1804
[#1808]: https://github.com/openstreetmap/id-tagging-schema/pull/1808
[#1817]: https://github.com/openstreetmap/id-tagging-schema/pull/1817
[#1857]: https://github.com/openstreetmap/id-tagging-schema/pull/1857
[#1870]: https://github.com/openstreetmap/id-tagging-schema/pull/1870
[#1885]: https://github.com/openstreetmap/id-tagging-schema/pull/1885
[#1888]: https://github.com/openstreetmap/id-tagging-schema/pull/1888
[#1891]: https://github.com/openstreetmap/id-tagging-schema/pull/1891
[#1892]: https://github.com/openstreetmap/id-tagging-schema/pull/1892
[#1899]: https://github.com/openstreetmap/id-tagging-schema/pull/1899
[#1905]: https://github.com/openstreetmap/id-tagging-schema/pull/1905
[#1906]: https://github.com/openstreetmap/id-tagging-schema/pull/1906
[#1907]: https://github.com/openstreetmap/id-tagging-schema/pull/1907
[#1908]: https://github.com/openstreetmap/id-tagging-schema/pull/1908
[#1909]: https://github.com/openstreetmap/id-tagging-schema/pull/1909
[#1915]: https://github.com/openstreetmap/id-tagging-schema/pull/1915
[#1920]: https://github.com/openstreetmap/id-tagging-schema/pull/1920
[#1938]: https://github.com/openstreetmap/id-tagging-schema/pull/1938
[#1941]: https://github.com/openstreetmap/id-tagging-schema/pull/1941
[#1948]: https://github.com/openstreetmap/id-tagging-schema/pull/1948
[#1949]: https://github.com/openstreetmap/id-tagging-schema/pull/1949
[#1952]: https://github.com/openstreetmap/id-tagging-schema/pull/1952
[#1953]: https://github.com/openstreetmap/id-tagging-schema/pull/1953
[#1955]: https://github.com/openstreetmap/id-tagging-schema/pull/1955
[#1964]: https://github.com/openstreetmap/id-tagging-schema/pull/1964
[#1967]: https://github.com/openstreetmap/id-tagging-schema/pull/1967
[#1969]: https://github.com/openstreetmap/id-tagging-schema/pull/1969
[#1989]: https://github.com/openstreetmap/id-tagging-schema/pull/1989
[#2001]: https://github.com/openstreetmap/id-tagging-schema/pull/2001
[#2008]: https://github.com/openstreetmap/id-tagging-schema/pull/2008
[#2015]: https://github.com/openstreetmap/id-tagging-schema/pull/2015
[#2019]: https://github.com/openstreetmap/id-tagging-schema/pull/2019
[#2020]: https://github.com/openstreetmap/id-tagging-schema/pull/2020
[#2021]: https://github.com/openstreetmap/id-tagging-schema/pull/2021
[#2027]: https://github.com/openstreetmap/id-tagging-schema/pull/2027
[#2029]: https://github.com/openstreetmap/id-tagging-schema/pull/2029
[#2031]: https://github.com/openstreetmap/id-tagging-schema/pull/2031
[#2033]: https://github.com/openstreetmap/id-tagging-schema/pull/2033
[#2034]: https://github.com/openstreetmap/id-tagging-schema/pull/2034
[#2035]: https://github.com/openstreetmap/id-tagging-schema/pull/2035
[#2042]: https://github.com/openstreetmap/id-tagging-schema/pull/2042
[#2043]: https://github.com/openstreetmap/id-tagging-schema/pull/2043
[#2046]: https://github.com/openstreetmap/id-tagging-schema/pull/2046
[@aaei924]: https://github.com/aaei924
[@ak8abhinay]: https://github.com/ak8abhinay
[@ashree2118]: https://github.com/ashree2118
[@bryceco]: https://github.com/bryceco
[@git-tgo]: https://github.com/git-tgo
[@piyushduebycse]: https://github.com/piyushduebycse
[@sbraz]: https://github.com/sbraz
[@simonpoole]: https://github.com/simonpoole
# 6.14.0
##### 2026-Jan-13
#### New Presets
* Add regional preset `community_centre=chitalishte` in Bulgaria ([#1568], thanks [@Dimitar5555])
* Create `railway/signal_box` preset ([#1835], thanks [@k-yle])
* Add preset for `playground=pump` and align wording for `playground=water` ([#1839], thanks [@cuatim])
* Add preset for information=visitor\_centre ([#1484], thanks [@map-per])
* Add Hot Pot restaurant preset ([#1569], thanks [@novolife])
* Create olive\_grove.json preset for landuse ([#1717], thanks [@dp7x])
* [shop/esoteric] create preset for Esoteric Store ([#1505], thanks [@piperswe])
#### New and Changed Fields
* Add Waterway Access Point preset and add fields to Slipway preset ([#1473], thanks [@quincylvania])
* Add field bridge:name=\* and tunnel:name=\* ([#1273], thanks [@SteveLz])
* Add search terms to `shop=esoteric` ([#1830], thanks [@matkoniecz])
* Add search term for "E-Cigarette Shop" ([#1840], thanks [@matkoniecz])
* Add terms for "Toilets" field ([#1853], thanks [@matkoniecz])
* Add `operator` moreField to `amenity=restaurant` ([#1851], thanks [@gy-mate])
* Add `wheelchair=designated` to the wheelchair field ([#1809], thanks [@cuatim])
* Add missing options to `playground` ([#1838], thanks [@cuatim])
* Add more fields to railway presets ([#1728], thanks [@k-yle])
* Add field specification for EVSE identifier ([#1752], thanks [@RoiEXLab])
* Add UPI to payment types ([#1623], thanks [@sanatsathaye])
#### Changed Presets
* Changed landuse=education preset name from Educational Campus to Educational Area ([#1684], thanks [@ilias52730])
* Add support field to router marker preset ([#1665], thanks [@kjonosm])
* Add Waterway Access Point preset and add fields to Slipway preset ([#1473], thanks [@quincylvania])
* Add `opening_hours` field to `public_transport=station` ([#1557], thanks [@novolife])
* Add field `seasonal` to drinking water ([#1867], thanks [@paulklie])
* Add stroller field to cafe, ice cream, and restaurant ([#1837], thanks [@cuatim])
* Move term "water closet" to terms for `amenity=toilets` ([#1854], thanks [@matkoniecz])
* Add terms for "Toilets" field ([#1853], thanks [@matkoniecz])
* Add `operator` moreField to `amenity=restaurant` ([#1851], thanks [@gy-mate])
* Remove \_ from terms, add "diagnostic" for healthcare=laboratory ([#1826], thanks [@matkoniecz])
* Rename 'Motorway Junction / Exit' to 'Motorway Exit' ([#1810], thanks [@matkoniecz])
* Add term "diagnostic" to `healthcare=sample_collection` ([#1827], thanks [@matkoniecz])
* Add `operator` to Cemetery and Graveyard presets ([#1831], thanks [@matkoniecz])
* Better distinguish tourism=office from tourism=visitor\_centre ([#1485], thanks [@map-per])
* Fix preset with no icon (advertising=totem) ([#1729], thanks [@k-yle])
* More specific icon for railway-path crossings ([#1727], thanks [@k-yle])
* Add more fields to railway presets ([#1728], thanks [@k-yle])
* Remove stile tag when retagging barrier=stile ([#1624], thanks [@matkoniecz])
* Add fields to defensive tower ([#1725], thanks [@paulklie])
* Fix typo in 'Roentgenologist' alias ([#1793], thanks [@tjasz])
* Don't include crop=grape in Vineyard preset ([#1777], thanks [@acubens71])
* Add new terms to water works ([#1256], thanks [@matkoniecz])
* Make `building=train_station` searchable ([#1737], thanks [@novolife])
#### Regional Presets and Fields
* Add regional preset `community_centre=chitalishte` in Bulgaria ([#1568], thanks [@Dimitar5555])
#### Bug Fixes
* Revert "Deprecated parking" ([#1849], thanks [@matkoniecz])
* Remove \_ from terms, add "diagnostic" for healthcare=laboratory ([#1826], thanks [@matkoniecz])
* Add wheelchair field to shop=health\_food preset ([#1702], thanks [@srujanaelicherla])
* Allow `tourism=camp_pitch` as vertex ([#1873], thanks [@lint3])
#### Documentation and Other Changes
* Explicitly inherit `fields`/`moreFields` ([#1814], [#1855], thanks [@FloEdelmann], thanks [@matkoniecz])
* Update category label for release-drafter ([#1570], thanks [@tordans])
* Remove dummy presets for secondary uses of the "emergency" tag ([#1680], thanks [@tyrasd])
* Improve definition of template presets be be less confusing ([#1766], thanks [@matkoniecz])
[#1256]: https://github.com/openstreetmap/id-tagging-schema/pull/1256
[#1273]: https://github.com/openstreetmap/id-tagging-schema/pull/1273
[#1473]: https://github.com/openstreetmap/id-tagging-schema/pull/1473
[#1484]: https://github.com/openstreetmap/id-tagging-schema/pull/1484
[#1485]: https://github.com/openstreetmap/id-tagging-schema/pull/1485
[#1505]: https://github.com/openstreetmap/id-tagging-schema/pull/1505
[#1557]: https://github.com/openstreetmap/id-tagging-schema/pull/1557
[#1568]: https://github.com/openstreetmap/id-tagging-schema/pull/1568
[#1569]: https://github.com/openstreetmap/id-tagging-schema/pull/1569
[#1570]: https://github.com/openstreetmap/id-tagging-schema/pull/1570
[#1623]: https://github.com/openstreetmap/id-tagging-schema/pull/1623
[#1624]: https://github.com/openstreetmap/id-tagging-schema/pull/1624
[#1665]: https://github.com/openstreetmap/id-tagging-schema/pull/1665
[#1680]: https://github.com/openstreetmap/id-tagging-schema/pull/1680
[#1684]: https://github.com/openstreetmap/id-tagging-schema/pull/1684
[#1702]: https://github.com/openstreetmap/id-tagging-schema/pull/1702
[#1717]: https://github.com/openstreetmap/id-tagging-schema/pull/1717
[#1725]: https://github.com/openstreetmap/id-tagging-schema/pull/1725
[#1727]: https://github.com/openstreetmap/id-tagging-schema/pull/1727
[#1728]: https://github.com/openstreetmap/id-tagging-schema/pull/1728
[#1729]: https://github.com/openstreetmap/id-tagging-schema/pull/1729
[#1737]: https://github.com/openstreetmap/id-tagging-schema/pull/1737
[#1752]: https://github.com/openstreetmap/id-tagging-schema/pull/1752
[#1766]: https://github.com/openstreetmap/id-tagging-schema/pull/1766
[#1777]: https://github.com/openstreetmap/id-tagging-schema/pull/1777
[#1793]: https://github.com/openstreetmap/id-tagging-schema/pull/1793
[#1809]: https://github.com/openstreetmap/id-tagging-schema/pull/1809
[#1810]: https://github.com/openstreetmap/id-tagging-schema/pull/1810
[#1814]: https://github.com/openstreetmap/id-tagging-schema/pull/1766
[#1826]: https://github.com/openstreetmap/id-tagging-schema/pull/1826
[#1827]: https://github.com/openstreetmap/id-tagging-schema/pull/1827
[#1830]: https://github.com/openstreetmap/id-tagging-schema/pull/1830
[#1831]: https://github.com/openstreetmap/id-tagging-schema/pull/1831
[#1835]: https://github.com/openstreetmap/id-tagging-schema/pull/1835
[#1837]: https://github.com/openstreetmap/id-tagging-schema/pull/1837
[#1838]: https://github.com/openstreetmap/id-tagging-schema/pull/1838
[#1839]: https://github.com/openstreetmap/id-tagging-schema/pull/1839
[#1840]: https://github.com/openstreetmap/id-tagging-schema/pull/1840
[#1849]: https://github.com/openstreetmap/id-tagging-schema/pull/1849
[#1851]: https://github.com/openstreetmap/id-tagging-schema/pull/1851
[#1853]: https://github.com/openstreetmap/id-tagging-schema/pull/1853
[#1854]: https://github.com/openstreetmap/id-tagging-schema/pull/1854
[#1855]: https://github.com/openstreetmap/id-tagging-schema/pull/1766
[#1867]: https://github.com/openstreetmap/id-tagging-schema/pull/1867
[#1873]: https://github.com/openstreetmap/id-tagging-schema/pull/1873
[@acubens71]: https://github.com/acubens71
[@cuatim]: https://github.com/cuatim
[@dp7x]: https://github.com/dp7x
[@ilias52730]: https://github.com/ilias52730
[@lint3]: https://github.com/lint3
[@map-per]: https://github.com/map-per
[@novolife]: https://github.com/novolife
[@piperswe]: https://github.com/piperswe
[@RoiEXLab]: https://github.com/RoiEXLab
[@sanatsathaye]: https://github.com/sanatsathaye
[@tjasz]: https://github.com/tjasz
# 6.13.3
##### 2025-Oct-30
* Introduce placeholder presets for still upstream-referenced presets
# 6.13.1
##### 2025-Oct-23
#### New Presets
* Create unsearchable preset for associatedStreet ([#997], thanks [@serhii-muchychka])
* Preset: shop=mobile\_phone\_accessories ([#1406], thanks [@UKChris-osm])
* Add Fish Farm / Hatchery preset and `aquaculture=*` field ([#1517], thanks [@arch0345])
* Add Ceremonial Gate and related presets ([#1693], thanks [@novolife])
* Add preset for `device_charging_station` ([#1611], thanks [@paulklie])
#### New and Changed Fields
* Add "Cabins" field to Camp Site preset ([#1683], thanks [@kjonosm])
* added wood provided field ([#1738], thanks [@paulklie])
* Update roof shape field to add missing wiki suggestions ([#1654], thanks [@Shrinks99])
* Add option `container` to `building`field ([#1524], thanks [@tordans])
* Add `self_checkout` field to shop=supermarket ([#1649], thanks [@Dimitar5555])
* Add translatable strings to playground field ([#1004], thanks [@kjonosm])
* Support education tag per approved proposal ([#1472], thanks [@quincylvania])
* Add strings for `house=` field and disable Taginfo suggestions ([#1412], thanks [@Dimitar5555])
* Add `groundwater` option to `water_source` field ([#1561], thanks [@chaos-baum])
* Reference payment\_multi to 'payment:\*' for correct wiki link ([#1701], thanks [@srujanaelicherla])
#### Changed Presets
* use temaki-paifang icon for Paifang preset ([#1767], thanks [@novolife])
* add access and fee field to observation tower ([#1726], thanks [@paulklie])
* Restore optional fields of Bakery preset ([#1554], thanks [@novolife])
* Standardize `aerialway` preset terms ([#1753], thanks [@FloEdelmann])
* Add fields to attraction preset ([#1713], thanks [@srujanaelicherla])
* add terms to shop=water ([#1740], thanks [@matkoniecz])
* Add toilets related fields to different presets ([#1533], thanks [@andrewharvey])
* Add term "street fitness" for `leisure=fitness_station` preset ([#1660], thanks [@Dimitar5555])
* add icon for `tower:construction=dish` ([#1716], thanks [@k-yle])
* Add icon for fitness station sign preset ([#1709], thanks [@paulklie])
* Add icon to fitness parallel bars preset ([#1710], thanks [@paulklie])
* Add icon to push up station preset ([#1711], thanks [@paulklie])
* Fix missing tag for `memorial=blue_plaque` preset ([#1689], thanks [@hb0nd])
* Fix icon for Framing Shop preset ([#1707], thanks [@arch0345])
* Make Kebab Fast Food findable by terms "Doner/Döner" ([#1640], thanks [@matkoniecz])
* Do not add implicit `sport=disc_golf` to `leisure=disc_golf_course` features ([#1639], thanks [@Hufkratzer])
* More strictly match historic=building preset ([#1677], thanks [@tyrasd])
* Remove redundant `internet_access` from preset `aerodrome` ([#1676], thanks [@tordans])
* Add `inscription` field to `tourism=artwork` ([#1664], thanks [@kjonosm])
* Add river preset to water category ([#1567], thanks [@novolife])
* Improve reference for Amphitheater preset ([#1647], thanks [@arch0345])
#### Regional Presets and Fields
* Restrict Sand Bath field to Japan ([#1754], thanks [@novolife])
* added wood provided field ([#1738], thanks [@paulklie])
* Change the default placeholder for `phone` numbers to a country code that no other country uses. ([#1491], thanks [@youssefelzedy])
* Add charging point terms to charging station ([#1698], thanks [@FloEdelmann])
#### Bug Fixes
* Fix missing tag for `memorial=blue_plaque` preset ([#1689], thanks [@hb0nd])
* Do not add implicit `sport=disc_golf` to `leisure=disc_golf_course` features ([#1639], thanks [@Hufkratzer])
#### Documentation and Other Changes
* CI: Configure dependabot to update package.json ([#1255], thanks [@tordans])
* Docs: Update wording "Data item", "OSM Wiki data item" ([#1506], thanks [@tordans])
* Standardize field terms ([#1760], thanks [@FloEdelmann])
* Cleanup presets and fields to adhere to stricter schema ([#1759], thanks [@FloEdelmann])
* Standardize preset terms ([#1758], thanks [@FloEdelmann])
[#997]: https://github.com/openstreetmap/id-tagging-schema/pull/997
[#1004]: https://github.com/openstreetmap/id-tagging-schema/pull/1004
[#1255]: https://github.com/openstreetmap/id-tagging-schema/pull/1255
[#1406]: https://github.com/openstreetmap/id-tagging-schema/pull/1406
[#1412]: https://github.com/openstreetmap/id-tagging-schema/pull/1412
[#1472]: https://github.com/openstreetmap/id-tagging-schema/pull/1472
[#1491]: https://github.com/openstreetmap/id-tagging-schema/pull/1491
[#1506]: https://github.com/openstreetmap/id-tagging-schema/pull/1506
[#1517]: https://github.com/openstreetmap/id-tagging-schema/pull/1517
[#1524]: https://github.com/openstreetmap/id-tagging-schema/pull/1524
[#1533]: https://github.com/openstreetmap/id-tagging-schema/pull/1533
[#1554]: https://github.com/openstreetmap/id-tagging-schema/pull/1554
[#1561]: https://github.com/openstreetmap/id-tagging-schema/pull/1561
[#1567]: https://github.com/openstreetmap/id-tagging-schema/pull/1567
[#1611]: https://github.com/openstreetmap/id-tagging-schema/pull/1611
[#1639]: https://github.com/openstreetmap/id-tagging-schema/pull/1639
[#1640]: https://github.com/openstreetmap/id-tagging-schema/pull/1640
[#1647]: https://github.com/openstreetmap/id-tagging-schema/pull/1647
[#1649]: https://github.com/openstreetmap/id-tagging-schema/pull/1649
[#1654]: https://github.com/openstreetmap/id-tagging-schema/pull/1654
[#1660]: https://github.com/openstreetmap/id-tagging-schema/pull/1660
[#1664]: https://github.com/openstreetmap/id-tagging-schema/pull/1664
[#1676]: https://github.com/openstreetmap/id-tagging-schema/pull/1676
[#1677]: https://github.com/openstreetmap/id-tagging-schema/pull/1677
[#1683]: https://github.com/openstreetmap/id-tagging-schema/pull/1683
[#1689]: https://github.com/openstreetmap/id-tagging-schema/pull/1689
[#1693]: https://github.com/openstreetmap/id-tagging-schema/pull/1693
[#1698]: https://github.com/openstreetmap/id-tagging-schema/pull/1698
[#1701]: https://github.com/openstreetmap/id-tagging-schema/pull/1701
[#1707]: https://github.com/openstreetmap/id-tagging-schema/pull/1707
[#1709]: https://github.com/openstreetmap/id-tagging-schema/pull/1709
[#1710]: https://github.com/openstreetmap/id-tagging-schema/pull/1710
[#1711]: https://github.com/openstreetmap/id-tagging-schema/pull/1711
[#1713]: https://github.com/openstreetmap/id-tagging-schema/pull/1713
[#1716]: https://github.com/openstreetmap/id-tagging-schema/pull/1716
[#1726]: https://github.com/openstreetmap/id-tagging-schema/pull/1726
[#1738]: https://github.com/openstreetmap/id-tagging-schema/pull/1738
[#1740]: https://github.com/openstreetmap/id-tagging-schema/pull/1740
[#1753]: https://github.com/openstreetmap/id-tagging-schema/pull/1753
[#1754]: https://github.com/openstreetmap/id-tagging-schema/pull/1754
[#1758]: https://github.com/openstreetmap/id-tagging-schema/pull/1758
[#1759]: https://github.com/openstreetmap/id-tagging-schema/pull/1759
[#1760]: https://github.com/openstreetmap/id-tagging-schema/pull/1760
[#1767]: https://github.com/openstreetmap/id-tagging-schema/pull/1767
[@andrewharvey]: https://github.com/andrewharvey
[@chaos-baum]: https://github.com/chaos-baum
[@paulklie]: https://github.com/paulklie
[@Shrinks99]: https://github.com/Shrinks99
[@srujanaelicherla]: https://github.com/srujanaelicherla
[@tyrasd]: https://github.com/tyrasd
[@UKChris-osm]: https://github.com/UKChris-osm
# 6.12.0
##### 2025-Jul-23
#### New Presets
* Add preset for `climbing=route` point, way and relation ([#1598], thanks [@harahu])
* Add preset for `climbing=crag` point and relation ([#1597], thanks [@harahu])
* Add preset for `memorial=blue_plaque` ([#1601], thanks [@hb0nd])
* Add preset for `climbing=route_bottom` ([#1590], thanks [@zbycz])
* Add historic=aircraft Preset ([#1556], thanks [@novolife])
* Create teahouse preset ([#1555], thanks [@novolife])
#### New and Changed Fields
* Add bridge to the structure field of canal ([#1587], thanks [@novolife])
* Add preset for `climbing=area` ([#1596], thanks [@harahu])
* Add "Suitable For Dogs" field to `amenity=drinking_water` preset ([#1584], thanks [@codeinabox])
* Add roof shape and roof height fields to building presets ([#1552], thanks [@trs998])
* Fix fields of `historic=aircraft` ([#1566], thanks [@novolife])
#### Changed Presets
* Add terms to `shop=fabric` ([#1619], thanks [@matkoniecz])
* Add term "solicitor" to lawyer preset ([#1604], thanks [@hb0nd])
* Add terms to `amenity=toilets` preset ([#1583], thanks [@matkoniecz])
* Add `direction` field to Observation Tower preset ([#1575], thanks [@zbycz])
* Add terms to `amenity=telephone` ([#1574], thanks [@matkoniecz])
* Make `social_facility` more findable ([#1576], thanks [@matkoniecz])
* Add term "apparel" to `shop=clothes` preset ([#1382], thanks [@matkoniecz])
* Add term to `shop=stationery` to prevent misspelling ([#1514], thanks [@matkoniecz])
* Add `ref` key to `natural=tree` `moreFields` ([#1398], thanks [@gy-mate])
#### Regional Presets and Fields
* Add preset for `memorial=blue_plaque` ([#1601], thanks [@hb0nd])
#### Documentation and Other Changes
* Docs: Update broken transifex links ([#1630], thanks [@homersimpsons])
* Docs/Governance: Add closing of abandoned PRs to responsibilities of the the triage role ([#1603], thanks [@matkoniecz])
* Docs: Add detailed information on integration testing ([#1593], thanks [@harahu])
* Docs: Streamline wording of PR preview ([#1606], thanks [@tordans])
[#1382]: https://github.com/openstreetmap/id-tagging-schema/pull/1382
[#1398]: https://github.com/openstreetmap/id-tagging-schema/pull/1398
[#1514]: https://github.com/openstreetmap/id-tagging-schema/pull/1514
[#1552]: https://github.com/openstreetmap/id-tagging-schema/pull/1552
[#1555]: https://github.com/openstreetmap/id-tagging-schema/pull/1555
[#1556]: https://github.com/openstreetmap/id-tagging-schema/pull/1556
[#1566]: https://github.com/openstreetmap/id-tagging-schema/pull/1566
[#1574]: https://github.com/openstreetmap/id-tagging-schema/pull/1574
[#1575]: https://github.com/openstreetmap/id-tagging-schema/pull/1575
[#1576]: https://github.com/openstreetmap/id-tagging-schema/pull/1576
[#1583]: https://github.com/openstreetmap/id-tagging-schema/pull/1583
[#1584]: https://github.com/openstreetmap/id-tagging-schema/pull/1584
[#1587]: https://github.com/openstreetmap/id-tagging-schema/pull/1587
[#1590]: https://github.com/openstreetmap/id-tagging-schema/pull/1590
[#1593]: https://github.com/openstreetmap/id-tagging-schema/pull/1593
[#1596]: https://github.com/openstreetmap/id-tagging-schema/pull/1596
[#1597]: https://github.com/openstreetmap/id-tagging-schema/pull/1597
[#1598]: https://github.com/openstreetmap/id-tagging-schema/pull/1598
[#1601]: https://github.com/openstreetmap/id-tagging-schema/pull/1601
[#1603]: https://github.com/openstreetmap/id-tagging-schema/pull/1603
[#1604]: https://github.com/openstreetmap/id-tagging-schema/pull/1604
[#1606]: https://github.com/openstreetmap/id-tagging-schema/pull/1606
[#1619]: https://github.com/openstreetmap/id-tagging-schema/pull/1619
[#1630]: https://github.com/openstreetmap/id-tagging-schema/pull/1630
[@homersimpsons]: https://github.com/homersimpsons
[@hb0nd]: https://github.com/hb0nd
[@novolife]: https://github.com/novolife
[@codeinabox]: https://github.com/codeinabox
[@trs998]: https://github.com/trs998
[@zbycz]: https://github.com/zbycz
# 6.11.0
##### 2025-May-12
#### New Presets
* Add `crossing=informal` as unsearchable preset for point and line geometries ([#1140], thanks [@mikaeldui])
#### New and Changed Fields
* Remove `source` field by marking it as a field to be used on changesets (only) ([#1508], thanks [@tordans])
#### Changed Presets
* Add `ref` field to `amenity=bicycle_rental` ([#1519], thanks [@kjonosm])
* Update reference tags for recycling containers and centres ([#1497], thanks [@Dimitar5555])
* Add search term "empty" to Vacant Shop preset ([#1499], thanks [@matkoniecz])
#### Deprecated Tags
* Remove `highway=ford` deprecation ([#1492], thanks [@quincylvania])
#### Bug Fixes
* Fix broken "Address" documentation link ([#1489], thanks [@Vectorial1024])
#### Documentation and Other Changes
* Consistently use term "Wikibase" for data items also in contribution guidelines ([#1504], thanks [@matkoniecz])
* Clarify term "Wikibase" for data items in the OSM wiki ([#1502], thanks [@matkoniecz])
* Set up `release-drafter` ([#1503])
[#1140]: https://github.com/openstreetmap/id-tagging-schema/pull/1140
[#1508]: https://github.com/openstreetmap/id-tagging-schema/pull/1508
[#1519]: https://github.com/openstreetmap/id-tagging-schema/pull/1519
[#1497]: https://github.com/openstreetmap/id-tagging-schema/pull/1497
[#1499]: https://github.com/openstreetmap/id-tagging-schema/pull/1499
[#1492]: https://github.com/openstreetmap/id-tagging-schema/pull/1492
[#1489]: https://github.com/openstreetmap/id-tagging-schema/pull/1489
[#1504]: https://github.com/openstreetmap/id-tagging-schema/pull/1504
[#1502]: https://github.com/openstreetmap/id-tagging-schema/pull/1502
[#1503]: https://github.com/openstreetmap/id-tagging-schema/pull/1503
[@Vectorial1024]: https://github.com/Vectorial1024
# 6.10.0
##### 2025-Mar-20
#### New Presets
* Add preset for `amenity=veterinary_pharmacy` ([#1451], thanks [@Avan2021])
* Add preset for `shop=groundskeeping` ([#1448], thanks [@Avan2021])
* Add preset for `shop=bbq` ([#1430], thanks [@andrewharvey])
#### Changed Presets
* Show `fire_hydrant/position` field by default for all Hydrants ([#1441], thanks [@sun-geo])
* Add `wheelchair` field to Cycle Barrier preset ([#1232], thanks [@k-yle])
* Add `operator` field to `highway=street_lamp` ([#1327], thanks [@CorruptComputer])
* Use couch icon for `craft=upholsterer` ([#1462], thanks [@westnordost])
* Update icons for some shop presets: (`vacant` [#1457], `art` [#1458], `craft` [#1459], `e-cigarette` [#1460], `amenity=marketplace` [#1461], thanks [@westnordost])
#### New and Changed Fields
* Add fields for Cycle Barrier properties: `cycle_barrier` type, `cycle_barrier:installation`, `deflection` angle, `maxwidth:physical`, `opening` width, `overlap` width and `spacing` distance ([#1232], thanks [@k-yle])
* Add field for Center-Pivot Irrigation `irrigation=pivot` ([#1320], thanks [@arch0345])
* Add `entrance=shop` value also to Entrance Type field ([#1446])
* Add field toilets to `amenity=fast_food` as `moreFileds` ([#1454], thanks [@Avan2021])
* Use translated strings for `bridge` and `tunnel` values also in `structure` fields
* Add values `stone` and `tilework` to Artwork Type field ([#1443], thanks [@okainov])
#### Bugfixes
* Remove tag deprecation rule for `shop=photo_studio` ([#1407])
#### Documentation and Other Changes
* Remove `interim` directory in main branch (it's now available in a dedicated branch called `interim`) ([#1307])
[#1232]: https://github.com/openstreetmap/id-tagging-schema/pull/1232
[#1320]: https://github.com/openstreetmap/id-tagging-schema/pull/1320
[#1327]: https://github.com/openstreetmap/id-tagging-schema/pull/1327
[#1307]: https://github.com/openstreetmap/id-tagging-schema/pull/1307
[#1407]: https://github.com/openstreetmap/id-tagging-schema/issues/1407
[#1430]: https://github.com/openstreetmap/id-tagging-schema/pull/1430
[#1441]: https://github.com/openstreetmap/id-tagging-schema/pull/1441
[#1443]: https://github.com/openstreetmap/id-tagging-schema/pull/1443
[#1446]: https://github.com/openstreetmap/id-tagging-schema/pull/1446
[#1448]: https://github.com/openstreetmap/id-tagging-schema/pull/1448
[#1451]: https://github.com/openstreetmap/id-tagging-schema/pull/1451
[#1454]: https://github.com/openstreetmap/id-tagging-schema/pull/1454
[#1457]: https://github.com/openstreetmap/id-tagging-schema/pull/1457
[#1458]: https://github.com/openstreetmap/id-tagging-schema/pull/1458
[#1459]: https://github.com/openstreetmap/id-tagging-schema/pull/1459
[#1460]: https://github.com/openstreetmap/id-tagging-schema/pull/1460
[#1461]: https://github.com/openstreetmap/id-tagging-schema/pull/1461
[#1462]: https://github.com/openstreetmap/id-tagging-schema/pull/1462
[@Avan2021]: https://github.com/Avan2021
[@sun-geo]: https://github.com/sun-geo
[@CorruptComputer]: https://github.com/CorruptComputer
# 6.9.1
##### 2025-Feb-18
* fix "Detached House" translation in en-GB ([#1438])
[#1438]: https://github.com/openstreetmap/id-tagging-schema/issues/1438
# 6.9.0
##### 2025-Feb-06
#### New Presets
* Add preset for `office=translator` ([#1298], thanks [@deevroman])
* Add hidden presets for `highway=path + path=crossing` ([#1201], thanks [@tordans])
* Add preset for `shop=gold_buyer` ([#1374], thanks [@matkoniecz])
* Add preset for `natural=arch` ([#1352], thanks [@jake-low])
* Add preset for `entrance=shop` ([#1299], thanks [@deevroman])
* Add presets for `cycleway=traffic_island` ([#1068], thanks [@k-yle])
* Rework crossing presets to be better structured and easier to work with ([#1201], thanks [@tordans])
#### Changed Presets
* Add `building` (with default value `yes`) field to Funeral Service Hall preset ([#1324], thanks [@arch0345])
* Add additional search terms to Monitoring Station preset ([#1347], thanks [@mnalis])
* Add additional search terms to Public Bookcase Station preset ([#1333], [#1354], thanks [@Coehill] and [@danieldegroot2])
* Change icon of Ticket Validator preset ([#1388], thanks [@matkoniecz])
* Rename `shop=yes` to reuse the name "Shop (Unspecified type)" ([#1415], thanks [@Dimitar5555])
* Only apply `layer=1` on newly created `building=roof` objects ([#1342]) and tweak fields of roof preset
#### New and Changed Fields
* Add `camp_site` (type) field to Campground preset ([#1286], thanks [@osmuser63783])
* Improve label of `internet_access` field ([#1346], thanks [@mnalis])
* Add value `e-cigarettes` to `vending` field of Vending Machine preset ([#1371], thanks [@tiuck])
* Add translatable strings for values of the `map_type` tag ([#1373], thanks [@tiuck])
* Add value `sac_scale=strolling` to Hiking Path Difficulty field ([#1383], thanks [@felagund])
* Add descriptions to options for `parking` field ([#1402], thanks [@Nekzuris])
* Add universal field for `panoramax` photo ids ([#1344], thanks [@mnalis])
* Include `addr:town` in list of tags of the Address field ([#1433])
#### Regional Presets and Fields
* Add presets for `meadow=meadow_orchard`, `orchard=meadow_orchard` ([#1218], thanks [@tordans])
* Add presets for `highway=path-`based bicycle-foot path tagging in some European countries ([#1384], thanks [@olafkryus])
#### Deprecated Tags
* Replace ~~`information=map + map_type=tactile_map`~~ with information=tactile_map ([#1373], thanks [@tiuck])
* Replace ~~`information=map + map_type=tactile_model`~~ with information=tactile_model ([#1373], thanks [@tiuck])
* Replace ~~`parking:lane:*=*`~~ with `parking:*` tags ([#1390], thanks [@tiptoptom])
* Replace ~~`cycleway*=opposite`~~ with `oneway:bicycl