UNPKG

@openstreetmap/id-tagging-schema

Version:

The OpenStreetMap tagging model used by the iD editor

808 lines (741 loc) 99.8 kB
# 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.8.1 ##### 2024-Aug-19 * Update translations from Transifex # 6.8.0 ##### 2024-Aug-19 #### New Presets * Add preset for `man_made=flare` ([#1237]) * Add presets for Ski Jump features ([#1176], thanks [@olafkryus]) * Add preset for `leisure=bathing_place` ([#1274], thanks [@osmuser63783]) * Add preset for `hairdresser=barber` ([#1165], thanks [@kjonosm]) * Add preset for `man_made=footwear_decontamination` ([#1235]) * Add preset for Go Kart Facility ([#1281], thanks [@arch0345]) * Add preset for Chinese Fast Food ([#1280], thanks [@arch0345]) * Add preset for `amenity=swingerclub` ([#1187], thanks [@Asteliks]) * Add presets for dedicated types of Community Centers ([#1200], thanks [@tiptoptom]) #### Changed Presets * Add `activity` field to Trail Marker preset ([#1197], thanks [@danieldegroot2]) * Add `maxweight` field to Helipad preset ([#1234]) * Add `organic` field to the following presets: Cafe, Fast Food, Ice Cream Shop, Restaurant ([#1247], thanks [@ToastHawaii]) * Allow presets to be mapped as vertices: Ticket Validator, Fuel Pump, Mineshaft, Marker, Sinkhole, Public Transport Stations, Welcome Sign ([#1233]) * Add `maxheight` field to Parking Garage Entrance/Exit preset ([#232], thanks [@cicku]) #### New and Changed Fields * Add `armrest` field for Bench preset ([#1227], thanks [@bompstable]) * Add additional translatable values to the `surface` field: `clay`, `concrete:lanes`, `concrete:plates`, `grass_paver`, `pebblestone`, `tartan` ([#1198], thanks [@michalgwo]) * Add common name tags as universal fields: `alt_name`, `loc_name`, `nat_name`, `official_name`, `reg_name`, `short_name` ([#215], thanks [@1ec5]) * Add value `ghost_bike` to the memorial type field ([#1302], thanks [@mnalis]) #### Deprecated Tags * Add tag upgrade rule for `sidewalk=none` to `sidewalk=no` #### Bugfixes * Fix typo for tag value `material=reinforced_concrete` ([#1245], thanks [@Dimitar5555]) * Remove unnecessary `matchScore` property from Kitchen Garden preset ([#1253]) * Fix tag for roller coaster track type field ([#1293], thanks [@arch0345]) #### Documentation and Other Changes * Skip `dist` directory for searching in VS Code ([#1219]) * Change _deploy_ workflow to write `interim` data to a dedicated branch, instead of the `main` development branch ([#1307]) * Add repo governance documentation, including roles (co-maintainers, issue triage helpers, contributors) ([#1230]) * Document guidelines for presets, fields and tag deprecations ([#1229]) * Add pull request template ([#1239]) [#215]: https://github.com/openstreetmap/id-tagging-schema/pull/215 [#222]: https://github.com/openstreetmap/id-tagging-schema/pull/222 [#232]: https://github.com/openstreetmap/id-tagging-schema/pull/232 [#1165]: https://github.com/openstreetmap/id-tagging-schema/pull/1165 [#1167]: https://github.com/openstreetmap/id-tagging-schema/pull/1167 [#1187]: https://github.com/openstreetmap/id-tagging-schema/pull/1187 [#1197]: https://github.com/openstreetmap/id-tagging-schema/pull/1197 [#1198]: https://github.com/openstreetmap/id-tagging-schema/pull/1198 [#1200]: https://github.com/openstreetmap/id-tagging-schema/pull/1200 [#1219]: https://github.com/openstreetmap/id-tagging-schema/pull/1219 [#1227]: https://github.com/openstreetmap/id-tagging-schema/pull/1227 [#1229]: https://github.com/openstreetmap/id-tagging-schema/pull/1229 [#1230]: https://github.com/openstreetmap/id-tagging-schema/pull/1230 [#1233]: https://github.com/openstreetmap/id-tagging-schema/pull/1233 [#1234]: https://github.com/openstreetmap/id-tagging-schema/pull/1234 [#1235]: https://github.com/openstreetmap/id-tagging-schema/pull/1235 [#1237]: https://github.com/openstreetmap/id-tagging-schema/pull/1237 [#1239]: https://github.com/openstreetmap/id-tagging-schema/pull/1239 [#1245]: https://github.com/openstreetmap/id-tagging-schema/pull/1245 [#1247]: https://github.com/openstreetmap/id-tagging-schema/pull/1247 [#1253]: https://github.com/openstreetmap/id-tagging-schema/pull/1253 [#1274]: https://github.com/openstreetmap/id-tagging-schema/pull/1274 [#1280]: https://github.com/openstreetmap/id-tagging-schema/pull/1280 [#1281]: https://github.com/openstreetmap/id-tagging-schema/pull/1281 [#1293]: https://github.com/openstreetmap/id-tagging-schema/pull/1293 [#1302]: https://github.com/openstreetmap/id-tagging-schema/pull/1302 [#1307]: https://github.com/openstreetmap/id-tagging-schema/pull/1307 [@bompstable]: https://github.com/bompstable [@michalgwo]: https://github.com/michalgwo [@ToastHawaii]: https://github.com/ToastHawaii [@olafkryus]: https://github.com/olafkryus [@osmuser63783]: https://github.com/osmuser63783 [@Asteliks]: https://github.com/Asteliks [@cicku]: https://github.com/cicku # 6.7.3 ##### 2024-Apr-5 * Fix error in tag upgrade rule: `traffic_calming=island + area=yes` was falsely upgraded to `area:highway=traffic_calming` instead of `…=traffic_island` ([#1180]) [#1180]: https://github.com/openstreetmap/id-tagging-schema/issues/1180 # 6.7.2 ##### 2024-Mar-15 * Upgrade objects tagged with `traffic_calming=island + area=yes` to `area:highway=traffic_island` ([#1162]) [#1162]: https://github.com/openstreetmap/id-tagging-schema/issues/1162 # 6.7.1 ##### 2024-Mar-14 * Fix URLs to icons from the maki icon set in the taginfo-project output ([schema-builder#119]) [schema-builder#119]: https://github.com/ideditor/schema-builder/pull/119 # 6.7.0 ##### 2024-Mar-14 #### New Presets * Add preset for `man_made=clarifier` ([#1091], thanks [@arch0345]) * Add preset `amenity=dog_toilet` ([#1095], thanks [@cnotin]) * Add preset for Book Return Drop Boxes (`amenity=library_dropoff`) ([#1037], thanks [@arch0345]) * Add preset for Hot Tub (`leisure=hot_tub`) ([#1008], thanks [@arch0345]) * Add preset for `emergency=disaster_response` ([#1108], thanks [@andrewharvey]) * Add preset for `amenity=luggage_locker` ([#1121], thanks [@kjonosm]) * Add preset for Kitchen Garden (`leisure=garden` + `garden:type=kitchen`) ([#1135], thanks [@imagoiq]) * Add preset for `historic=cannon` ([#1134], thanks [@qugebert]) * Add preset for `amenity=bicycle_wash` ([#1032], thanks [@mcliquid]) #### Changed Presets * Add `ref` field to `railway=switch` preset ([#1083], thanks [@gy-mate]) * Improve icon for Thai Restaurant preset ([#1090], thanks [@louwers]) * Move `bottle` field to optional fields in the Drinking Water preset ([#1101]) * Add access field to Parking Space preset ([#1123], thanks [@watmildon]) * Include Informal Path preset in Paths category ([#1131], thanks [@k-yle]) * Add Structure field to Steps preset to mark them as a bridge for example ([#1128], thanks [@k-yle]) * Add road-related fields to Busway preset ([#1127], thanks [@k-yle]) * Add `via` field to Ferry Route preset ([#1127], thanks [@k-yle]) * Add `changing_table` as optional field to several POI presets ([#1139], thanks [@mangerlahn]) * Add more search terms to Transit Ticket Vending Machine preset ([#1142], thanks [@matkoniecz]) * Add more search terms to Public Bookcase preset ([#1150], thanks [@matkoniecz]) * Add `oneway` as optional field to Crossing ways, Footways, Paths, Steps and Track Roads ([#1143], thanks [@tordans]) * Make all Tree-type presets searchable ([#1156]) #### New and Changed Fields * Add new `ref` (Line Number) and `railway:track_ref` (Track Number) fields to the `railway=rail` preset ([#1083], thanks [@gy-mate]) * Add new `railway:switch` (Switch Type) field to `railway=switch` preset ([#1084], thanks [@gy-mate]) * Add field for `summit:cross` tag on `natural=peak` objects ([#1088], thanks [@qugebert]) * Add `unleashed` as an option for the `dog` field * Add translatable options for swimming pool Type field ([#1008], thanks [@arch0345]) * Add option `millstone` to the field for the `historic` tag ([#1067]) * Add field for menstrual products (`toilets:menstrual_products`) on Toilets and POIs with the `toilet` field ([#1116], thanks [@moan0s]) * Add field to specify the Type of Lifeguard locations * Show translated options in `sport_pub` field and add value for `sport=darts` to it as well as the generic `sport` field * Add translatable options and descriptions to `kerb` field ([#1029], thanks [@kjonosm]) * Include icons with the options of the `kerb` field * Don't repeat kerb Type field in the type-specific Kerb presets * Add field for `fortification_type` tag for features mapped as `archaeological_site=fortification` ([#1129], thanks [@k-yle]) * Add translatable options to `bridge` field for `man_made=bridge` features ([#1002], thanks [@kjonosm]) * Clarify that `left`/`right` are meant to be mapped relative to the driving direction for `highway=cyclist_waiting_aid` features ([iD#10128]) #### Regional Presets and Fields #### Deprecated Tags * Mark `emergency=lifeguard_tower/lifeguard_base/lifeguard_platform` and `emergency=water_rescue_station` as deprecated in favor of `emergency=lifeguard + lifeguard=*`/`emergency=water_rescue` ([#1098], thanks [@westnordost]) * Mark `tourism=resort` as deprecated in favor of `leisure=resort` ([#1103], thanks [@westnordost]) * Mark `tourism=picnic_table` as deprecated in favor of `leisure=picnic_table` ([#1104], thanks [@westnordost]) * Mark `industrial=brickworks` as deprecated in favor of `industrial=brickyard` ([#1105], thanks [@qugebert]) * Mark `amenity=ses_station` as deprecated in favor of `emergency=disaster_response` ([#1109], thanks [@qugebert]) * Mark `leisure=maze` as deprecated in favor of `attraction=maze` ([#1102], thanks [@westnordost]) * Mark `amenity=lockers` as deprecated in favor of `amenity=locker` ([#1124], thanks [@kjonosm]) #### Bugfixes * Allow Bike Parking features to be mapped as a line ([#1114]) * Fix wrong description and add missing value for `lpg`/`lng` values of the Fuel field ([#1130], thanks [@k-yle]) * Don't automatically add `building=yes` on `man_made=works` objects ([#1132]) * Disallow area geometry type on `traffic_calming=island` preset ([#1076]) * Allow `historic=ruins` to be mapped as lines ([#1149]) [#1067]: https://github.com/openstreetmap/id-tagging-schema/issues/1067 [#1101]: https://github.com/openstreetmap/id-tagging-schema/issues/1101 [#1114]: https://github.com/openstreetmap/id-tagging-schema/issues/1114 [#1132]: https://github.com/openstreetmap/id-tagging-schema/issues/1132 [#1149]: https://github.com/openstreetmap/id-tagging-schema/issues/1149 [#1156]: https://github.com/openstreetmap/id-tagging-schema/issues/1156 [#1002]: https://github.com/openstreetmap/id-tagging-schema/pull/1002 [#1008]: https://github.com/openstreetmap/id-tagging-schema/pull/1008 [#1029]: https://github.com/openstreetmap/id-tagging-schema/pull/1029 [#1032]: https://github.com/openstreetmap/id-tagging-schema/pull/1032 [#1037]: https://github.com/openstreetmap/id-tagging-schema/pull/1037 [#1076]: https://github.com/openstreetmap/id-tagging-schema/pull/1076 [#1083]: https://github.com/openstreetmap/id-tagging-schema/pull/1083 [#1084]: https://github.com/openstreetmap/id-tagging-schema/pull/1084 [#1088]: https://github.com/openstreetmap/id-tagging-schema/pull/1088 [#1090]: https://github.com/openstreetmap/id-tagging-schema/pull/1090 [#1091]: https://github.com/openstreetmap/id-tagging-schema/pull/1091 [#1095]: https://github.com/openstreetmap/id-tagging-schema/pull/1095 [#1098]: https://github.com/openstreetmap/id-tagging-schema/pull/1098 [#1102]: https://github.com/openstreetmap/id-tagging-schema/pull/1102 [#1103]: https://github.com/openstreetmap/id-tagging-schema/pull/1103 [#1104]: https://github.com/openstreetmap/id-tagging-schema/pull/1104 [#1105]: https://github.com/openstreetmap/id-tagging-schema/pull/1105 [#1106]: https://github.com/openstreetmap/id-tagging-schema/pull/1106 [#1108]: https://github.com/openstreetmap/id-tagging-schema/pull/1108 [#1109]: https://github.com/openstreetmap/id-tagging-schema/pull/1109 [#1116]: https://github.com/openstreetmap/id-tagging-schema/pull/1116 [#1121]: https://github.com/openstreetmap/id-tagging-schema/pull/1121 [#1123]: https://github.com/openstreetmap/id-tagging-schema/pull/1123 [#1124]: https://github.com/openstreetmap/id-tagging-schema/pull/1124 [#1126]: https://github.com/openstreetmap/id-tagging-schema/pull/1126 [#1127]: https://github.com/openstreetmap/id-tagging-schema/pull/1127 [#1128]: https://github.com/openstreetmap/id-tagging-schema/pull/1128 [#1129]: https://github.com/openstreetmap/id-tagging-schema/pull/1129 [#1130]: https://github.com/openstreetmap/id-tagging-schema/pull/1130 [#1131]: https://github.com/openstreetmap/id-tagging-schema/pull/1131 [#1134]: https://github.com/openstreetmap/id-tagging-schema/pull/1134 [#1135]: https://github.com/openstreetmap/id-tagging-schema/pull/1135 [#1136]: https://github.com/openstreetmap/id-tagging-schema/pull/1136 [#1139]: https://github.com/openstreetmap/id-tagging-schema/pull/1139 [#1142]: https://github.com/openstreetmap/id-tagging-schema/pull/1142 [#1143]: https://github.com/openstreetmap/id-tagging-schema/pull/1143 [#1150]: https://github.com/openstreetmap/id-tagging-schema/pull/1150 [iD#10128]: https://github.com/openstreetmap/iD/issues/10128 [@gy-mate]: https://github.com/gy-mate [@qugebert]: https://github.com/qugebert [@louwers]: https://github.com/louwers [@moan0s]: https://github.com/moan0s [@imagoiq]: https://github.com/imagoiq [@mangerlahn]: https://github.com/mangerlahn [@cnotin]: https://github.com/cnotin # 6.6.0 ##### 2024-Jan-24 #### New Presets * Add preset for `man_made=insect_hotel` ([#1020], thanks [@tordans]) * Add preset for `highway=cyclist_waiting_aid` ([#1069], thanks [@k-yle]) * Add presets for tracks, stations and supports of roller coasters ([#985], thanks [@arch0345]) * Add new preset for Fuel Pumps and adjust current preset for Fuel Vending Machines ([#988], thanks [@Dimitar5555]) * Add a preset for Snack Vending Machines (`vending=food` + `food=snacks`) ([#1038], thanks [@arch0345]) #### Changed Presets * Add `support` & `colour` fields to Letter Box preset ([#1005], thanks [@mnalis]) * Rename `vending=sweets` to Candy Vending Machine ([#1038], thanks [@arch0345]) * Change name of `traffic_calming=island` preset to Traffic Calming Island ([#1074], thanks [@ireun]) #### New and Changed Fields * Add field for the type of roller coaster tracks ([#985], thanks [@arch0345]) * Add field for `opening_hours:drive_through` ([#999], thanks [@arch0345]) * Add field to specify types of books available at Public Bookcases ([#1001], thanks [@danieldegroot2]), as well as in Libraries and Book Shops #### Regional Presets and Fields * Add field for the `fhrs:id` reference code for food establishments in the UK (, thanks [@Cj-Malone]) * Disallow leading zeros in `gnis:feature_id` field ([#1007], thanks [@watmildon]) * Specify `crossing:markings` types in Poland ([#1030], thanks [@Zaczero]) * Add field for `ref:edubase` reference code for schools (and similar facilities) in the UK ([#1000], thanks [@arrival-spring]) #### Bugfixes * Allow Ferris Wheels to be mapped as areas ([#989], thanks [@andreadecorte]) #### Documentation and Other Changes * Don't lowercase hashtags of changesets ([#1080]) [#985]: https://github.com/openstreetmap/id-tagging-schema/pull/985 [#987]: https://github.com/openstreetmap/id-tagging-schema/pull/987 [#988]: https://github.com/openstreetmap/id-tagging-schema/pull/988 [#989]: https://github.com/openstreetmap/id-tagging-schema/pull/989 [#999]: https://github.com/openstreetmap/id-tagging-schema/pull/999 [#1000]: https://github.com/openstreetmap/id-tagging-schema/pull/1000 [#1001]: https://github.com/openstreetmap/id-tagging-schema/pull/1001 [#1005]: https://github.com/openstreetmap/id-tagging-schema/pull/1005 [#1007]: https://github.com/openstreetmap/id-tagging-schema/pull/1007 [#1020]: https://github.com/openstreetmap/id-tagging-schema/pull/1020 [#1030]: https://github.com/openstreetmap/id-tagging-schema/pull/1030 [#1038]: https://github.com/openstreetmap/id-tagging-schema/pull/1038 [#1069]: https://github.com/openstreetmap/id-tagging-schema/pull/1069 [#1074]: https://github.com/openstreetmap/id-tagging-schema/pull/1074 [#1080]: https://github.com/openstreetmap/id-tagging-schema/issues/1080 [@andreadecorte]: https://github.com/andreadecorte [@watmildon]: https://github.com/watmildon [@mnalis]: https://github.com/mnalis [@arrival-spring]: https://github.com/arrival-spring [@ireun]: https://github.com/ireun # 6.5.0 ##### 2023-Dec-15 #### New Presets * Add preset for `memorial=stolperstein` with `memorial:addr` field ([#964], thanks [@tordans]) * Add presets for `amenity=baking_oven` and `building=bakehouse` ([#975], thanks [@N-45div]) * Add preset for `man_made=satellite_dish` ([#976], thanks [@N-45div]) * Add preset for "Unspecified Traffic Sign" ([#984], thanks [@tordans]) * Add presets for Optical and Radio Telescopes * Add Adventure Park preset for `sport=climbing_adventure` ([#1051], thanks [@arch0345]) * Add preset for `building=riding_hall` ([#1048], thanks [@Hufkratzer]) * Add preset for `amenity=loading_dock` and corresponding `dock:*` attribute fields ([#1043], thanks [@arch0345]) * Add Funeral Service Hall preset ([#1045], thanks [@arch0345]) * Add Switchgear preset ([#1059], thanks [@arch0345]) #### Changed Presets * Drop undocumented/deprecated fields of the `tourism=trail_riding_station` preset * Improve equestrian search terms ([#1055], thanks [@Hufkratzer]) #### New and Changed Fields * Add `riding_hall` as an option to the "building type" field * Change label of `brewery` field to "Sold Beer Brands" ([#1047], thanks [@mcliquid]) #### Regional Presets and Fields * Use `highway=path` as base tag for Cycle & Foot Path in Israel ([#1058], thanks [@zstadler]) #### Deprecated Tags * Replace `memorial:type=stolperstein` with `memorial=stolperstein` ([#964], thanks [@tordans]) * Replace `door=loadingdock` with `amenity=loading_dock` ([#1043], thanks [@arch0345]) #### Bugfixes * Allow Log Flume to be mapped as a line ([#980]) * Fix icons for `fast_food=bagel` and `fast_food=wings` presets ([#1057], thanks [@arch0345]) * Fix typo `pancake` in tag value for `cuisine` field ([#1063], thanks [@matkoniecz]) #### Documentation and Other Changes * Upgrade to schema-builder v6.4 (which offers slightly enhanced taginfo output) [#964]: https://github.com/openstreetmap/id-tagging-schema/pull/964 [#975]: https://github.com/openstreetmap/id-tagging-schema/issues/975 [#976]: https://github.com/openstreetmap/id-tagging-schema/issues/976 [#980]: https://github.com/openstreetmap/id-tagging-schema/issues/980 [#984]: https://github.com/openstreetmap/id-tagging-schema/pull/984 [#1043]: https://github.com/openstreetmap/id-tagging-schema/pull/1043 [#1045]: https://github.com/openstreetmap/id-tagging-schema/pull/1045 [#1047]: https://github.com/openstreetmap/id-tagging-schema/pull/1047 [#1048]: https://github.com/openstreetmap/id-tagging-schema/pull/1048 [#1051]: https://github.com/openstreetmap/id-tagging-schema/pull/1051 [#1055]: https://github.com/openstreetmap/id-tagging-schema/pull/1055 [#1057]: https://github.com/openstreetmap/id-tagging-schema/pull/1057 [#1058]: https://github.com/openstreetmap/id-tagging-schema/pull/1058 [#1059]: https://github.com/openstreetmap/id-tagging-schema/pull/1059 [#1063]: https://github.com/openstreetmap/id-tagging-schema/pull/1063 [@N-45div]: https://github.com/N-45div [@mcliquid]: https://github.com/mcliquid [@zstadler]: https://github.com/zstadler # 6.4.1 ##### 2023-Aug-16 * Update distribution files and translations from Transifex. # 6.4.0 ##### 2023-Aug-16 #### New Presets * Add EV Charging Point preset for `man_made=charge_point` ([#896], thanks [@arch0345]) * Add preset for Milk Churn Stands ([#869], thanks [@arch0345]) * Add preset for Rice Shops ([#944], thanks [@govvin]) * Add preset for `boundary=hazard` (Hazardous Area) ([#952], thanks [@arch0345]) * Add preset for Tree Stumps (`natural=tree_stump`) ([#957], thanks [@tordans]) * Add preset for Hooka Lounge / Shisha Bar (`amenity=hookah_lounge`) ([#961], thanks [@kjonosm]) * Add preset for Pasta Stores ([#930], thanks [@govvin]) * Add presets for taxi stands which do not use "regular" cars, like Auto/Cycle Riskshaw Stands and Motorcycle Taxi Stands ([#946], thanks [@govvin]) * Add specific presets for Trees which have the tags `leaf_cycle`/`leaf_type` mapped ([#956]) #### Changed Presets * Add field to specify the type of a `house` ([#921], thanks [@arch0345]) * Allow Drinking Water to be mapped on verticed ([#925], thanks [@arch0345]) * Rename preset for Trash Cans and Recycling Bins ([#938], thanks [@arch0345]) * Add `direction` field to Emergency Bay preset * Add more fields to Parcel Locker preset for the tags: `wheelchair`, `indoor` ([#940]), `collection_times`, `surveillance` * Rename preset for `military=danger_area` to Military Danger Area ([#952], thanks [@arch0345]) * Use generic traffic sign icon for `traffic_sign=maxspeed` ([#968], thanks [@tordans]) #### New and Changed Fields * Add fields for `maxlength` and `maxaxleload` ([#911], thanks [@arch0345]), rename fields for `maxheight`, `maxwidth` and `maxstay` to be consistent with each other * Add options (translatable strings) to fields for the following tags: `vending`, `tomb`, `telecom`, `social_facility:for`, `healthcare`, `military_service`, `marker` ([#923], [#924], [#933], [#934], [#935], [#972], [#973], thanks [@kjonosm]) * Add more values to the `sport` field ([#969], thanks [@kjonosm]) * Add `fine_gravel` as a value to the `surface` field ([#967], thanks [@kjonosm]) * Change field for the `ramp` tag from checkbox to `combo`, add option `separate` ([#939], thanks [@arch0345]) * Add field to specify the type of vehicle at taxi stands ([#946], thanks [@govvin]) #### Regional Presets and Fields * Philippines: Create preset for Barangay Halls ([#932], thanks [@govvin]) * US, Canada, Liberia: Use _square_ icon for `traffic:sign=maxspeed` #### Other Changes * Don't always also show the Wikipedia field when the `wikidata` tag is set on an object * Drop field for `opening_hours:covid19` ([#963]) #### Bugfixes * Fix tag used for Barbeque Restaurants from the (incorrect) value `cuisine=barbeque` to `cuisine=barbecue` ([#943]) * Fix documentation _reference_ of `parking:*:orientation` field #### Documentation and Other Changes * Update `prettier` to v3 [#869]: https://github.com/openstreetmap/id-tagging-schema/issues/869 [#896]: https://github.com/openstreetmap/id-tagging-schema/issues/896 [#911]: https://github.com/openstreetmap/id-tagging-schema/pull/911 [#921]: https://github.com/openstreetmap/id-tagging-schema/pull/921 [#923]: https://github.com/openstreetmap/id-tagging-schema/pull/923 [#924]: https://github.com/openstreetmap/id-tagging-schema/pull/924 [#925]: https://github.com/openstreetmap/id-tagging-schema/pull/925 [#930]: https://github.com/openstreetmap/id-tagging-schema/issues/930 [#932]: https://github.com/openstreetmap/id-tagging-schema/pull/932 [#933]: https://github.com/openstreetmap/id-tagging-schema/pull/933 [#934]: https://github.com/openstreetmap/id-tagging-schema/pull/934 [#935]: https://github.com/openstreetmap/id-tagging-schema/pull/935 [#938]: https://github.com/openstreetmap/id-tagging-schema/pull/938 [#939]: https://github.com/openstreetmap/id-tagging-schema/pull/939 [#940]: https://github.com/openstreetmap/id-tagging-schema/issues/940 [#942]: https://github.com/openstreetmap/id-tagging-schema/issues/942 [#943]: https://github.com/openstreetmap/id-tagging-schema/issues/943 [#944]: https://github.com/openstreetmap/id-tagging-schema/pull/944 [#946]: https://github.com/openstreetmap/id-tagging-schema/pull/946 [#952]: https://github.com/openstreetmap/id-tagging-schema/pull/952 [#956]: https://github.com/openstreetmap/id-tagging-schema/pull/956 [#957]: https://github.com/openstreetmap/id-tagging-schema/pull/957 [#961]: https://github.com/openstreetmap/id-tagging-schema/pull/961 [#963]: https://github.com/openstreetmap/id-tagging-schema/issues/963 [#967]: https://github.com/openstreetmap/id-tagging-schema/pull/967 [#968]: https://github.com/openstreetmap/id-tagging-schema/pull/968 [#969]: https://github.com/openstreetmap/id-tagging-schema/pull/969 [#972]: https://github.com/openstreetmap/id-tagging-schema/pull/972 [#973]: https://github.com/openstreetmap/id-tagging-schema/pull/973 [@govvin]: https://github.com/govvin # 6.3.0 ##### 2023-Jun-02 #### :mega: Release Highlights * Support alternative tagging of Phone, Fax, Email and Website fields using the `contact:*` tagging schema ([#905]) #### New Presets * Add "Yacht Berths" preset ([#899]) #### Changed Presets * Add "Ramen Shop" as alias to Ramen Restaurant, and refine its search terms * Use more specific car icons for presets: Driving School, (Used) Car Dealer ([#902], thanks [@tiptoptom]) * Add additional fields to `man_made=watermill` and `man_made=windmill` presets and show `start_date` field by default * Switch to Ford icon from Röntgen icon set #### New and Changed Fields * Add field for `bicycle_road` tag (see [#888]) * Add field for `building:colour` tag ([#904]) * Add field to switch between Yacht Berths and Marina by checkbox (`seamark:harbour:category` tag) ([#899]) * Add field for Mobile Phone number (`mobile`/`contact:mobile`) * Add Bridge Number field ([#912], thanks [@arch0345]) #### Regional Presets and Fields * BE, NL: Add field for `cyclestreet` tag ([#888], thanks [@pietervdvn]) * BG: Only show relevant values for crossing markings ([#891], thanks [@Dimitrar5555]) * DE,AT,CH: Only show relevant values for crossing markings * JP: Update placeholders for Japanese address schema ([#907]) #### Bugfixes * Offer `crossing:markings` field in all relevant `crossing/*/traffic_signals` presets ([#908]) * Make unspecified Pedestrian Crossing (line preset) searchable ([#889], thanks [@Dimitrar5555]) * Drop `construction` subtag when preset is changed away from a Construction preset ([#903]) * Allow `barrier=log` preset on "standalone" points ([#898]) * Drop `segregated` tag when changing away from Cycle+Foot Path preset ([#910]) #### Documentation and Other Changes * Create template for regional crossing:markings fields * Upgrade to schema-builder [v6.3](https://github.com/ideditor/schema-builder/blob/main/CHANGELOG.md#630): Allows to specify alternative keys for text, number, tel, email and url fields. [#888]: https://github.com/openstreetmap/id-tagging-schema/pull/888 [#889]: https://github.com/openstreetmap/id-tagging-schema/pull/889 [#898]: https://github.com/openstreetmap/id-tagging-schema/issues/898 [#899]: https://github.com/openstreetmap/id-tagging-schema/pull/899 [#891]: https://github.com/openstreetmap/id-tagging-schema/pull/891 [#902]: https://github.com/openstreetmap/id-tagging-schema/pull/902 [#903]: https://github.com/openstreetmap/id-tagging-schema/issues/903 [#904]: https://github.com/openstreetmap/id-tagging-schema/issues/904 [#905]: https://github.com/openstreetmap/id-tagging-schema/issues/905 [#907]: https://github.com/openstreetmap/id-tagging-schema/issues/907 [#908]: https://github.com/openstreetmap/id-tagging-schema/issues/908 [#910]: https://github.com/openstreetmap/id-tagging-schema/issues/910 [#912]: https://github.com/openstreetmap/id-tagging-schema/pull/912 [@pietervdvn]: https://github.com/pietervdvn [@Dimitrar5555]: https://github.com/Dimitrar5555 # 6.2.0 ##### 2023-May-05 #### New Presets * Add presets for Georgian and Ukrainian restaurants ([#857], thanks [@matkoniecz]) * Add preset for `shop=honey` ([#1], [#878], thanks [@matkoniecz]) * Add Ramen Restaurant preset ([#880], thanks [@arch0345]) * Add Frozen Yogurt Shop preset ([#881], thanks [@arch0345]) * Add Chicken Wings Fast Food preset ([#883], thanks [@arch0345]) * Add Bagel Fast Food preset ([#882], thanks [@arch0345]) #### Changed Presets * Enable tagging unspecific crossings ([#837], [#834], thanks [@matkoniecz]) * Add contact:facebook field to POI presets ([#859], thanks [@Cj-Malone]) * Add _white goods_ as search term to `shop=appliance` preset ([#864], thanks [@matkoniecz]) * Add _Pedestrian Island_ as an alias of the `footway=traffic_island` preset ([#865], thanks [@Dimitar5555]) * Rename `amenity=kneipp_water_cure` preset to _Kneipp Facility_ ([#866]) * Improve search terms of `horse_riding` preset ([#868], thanks [@Hufkratzer]) * Improve search terms of advertisement devices ([#867], thanks [@matkoniecz]) * Improve search terms of Pulmonologist ([#872], thanks [@matkoniecz]) * Add "Obstetrician" as synonym to Gynecologist and improve the preset's search terms ([#873], [#789], thanks [@matkoniecz]) * Add "bus terminal" as search term to Bus Station preset ([#890], thanks [@Dimitar5555]) * Improve terms and add "Clinical Psychologist" as an alias to Psychotherapist preset ([#877]) #### New and Changed Fields * Rename sport=equestrian to "Equestrian Sports" ([#855], thanks [@Hufkratzer]) * Add additional cuisine values ([#857], thanks [@matkoniecz]) * Add strings for values of `kneipp_water_cure:*` subtags ([#866]) * Change Gender field to a `manyCombo` field ([#895]) * Restrict values of the Gender field for hairdressers to female/male ([#894]) * Use translated strings of the `sport` field also in its subfields (e.g. `sport_ice`, `sport_racing*`) #### Deprecated Tags * Replace ~~`survey_date`~~ with `survey:date` ([#860], thanks [@Marc-marc-marc]) * Suggest to remove `highway=crossing` when `crossing=no` ([#863]) #### Bugfixes * Don't assume a `kerb` tag implies being a barrier, as it can also be used as an attribute of a `highway=crossing` vertex ([#858], [#862]) * Allow `highway=elevator` on areas and standalone nodes ([#870]) * Fix match priorities for Crossing and Speed Table presets ([#863]) * Upgrade (deprecated) `shop=organic` to `shop=yes + organic=only` (instead of `shop=supermarket + organic=only`) ([#884], thanks [@matkoniecz]) #### Documentation and Other Changes * Clean up presets with fields included as both `fields` and `moreFields` * Consolidate optional fields of "POI" presets into "template presets" [#1]: https://github.com/openstreetmap/id-tagging-schema/issues/1 [#789]: https://github.com/openstreetmap/id-tagging-schema/issues/789 [#834]: https://github.com/openstreetmap/id-tagging-schema/issues/834 [#858]: https://github.com/openstreetmap/id-tagging-schema/issues/858 [#863]: https://github.com/openstreetmap/id-tagging-schema/issues/863 [#866]: https://github.com/openstreetmap/id-tagging-schema/issues/866 [#870]: https://github.com/openstreetmap/id-tagging-schema/issues/870 [#877]: https://github.com/openstreetmap/id-tagging-schema/issues/877 [#894]: https://github.com/openstreetmap/id-tagging-schema/issues/894 [#895]: https://github.com/openstreetmap/id-tagging-schema/issues/895 [#837]: https://github.com/openstreetmap/id-tagging-schema/pull/837 [#855]: https://github.com/openstreetmap/id-tagging-schema/pull/855 [#857]: https://github.com/openstreetmap/id-tagging-schema/pull/857 [#859]: https://github.com/openstreetmap/id-tagging-schema/pull/859 [#860]: https://github.com/openstreetmap/id-tagging-schema/pull/860 [#862]: https://github.com/openstreetmap/id-tagging-schema/pull/862 [#864]: https://github.com/openstreetmap/id-tagging-schema/pull/864 [#865]: https://github.com/openstreetmap/id-tagging-schema/pull/865 [#867]: https://github.com/openstreetmap/id-tagging-schema/pull/867 [#868]: https://github.com/openstreetmap/id-tagging-schema/pull/868 [#872]: https://github.com/openstreetmap/id-tagging-schema/pull/872 [#873]: https://github.com/openstreetmap/id-tagging-schema/pull/873 [#878]: https://github.com/openstreetmap/id-tagging-schema/pull/878 [#880]: https://github.com/openstreetmap/id-tagging-schema/pull/880 [#881]: https://github.com/openstreetmap/id-tagging-schema/pull/881 [#882]: https://github.com/openstreetmap/id-tagging-schema/pull/882 [#883]: https://github.com/openstreetmap/id-tagging-schema/pull/883 [#884]: https://github.com/openstreetmap/id-tagging-schema/pull/884 [#890]: https://github.com/openstreetmap/id-tagging-schema/pull/890 [@Cj-Malone]: https://github.com/Cj-Malone # 6.1.0 ##### 2023-Apr-03 #### :mega: Release Highlights * On github, automated preview instances of iD will be deployed for tagging PRs #### New Presets * Add presets for Korean and Spanish Restaurants ([#815], thanks [@andrewharvey]) * Add preset for `man_made=quay` ([#810], thanks [@jdhoek]) * Add Track & Field presets ([#817], thanks [@arch0345]) * Add preset for `natural=peninsula` ([#798], [#844], thanks [@harahu]) * Add preset for `emergency=fire_service_inlet` ([#806], thanks [@tiptoptom]) * Add preset for Scout Group ([#836], thanks [@tiptoptom]) #### Changed Presets * Add a field for the tag `website:menu` to amenties like Restaurants, Cafes, etc. ([#803], thanks [@tognee]) * Rename `military=danger_area` preset to "Danger Zone, Access Prohibited" ([#792], thanks [@emersonveenstra]) * Add terms "cat/dog grooming" to Pet Groomer preset ([#811], thanks [@matkoniecz]) * Use `amenity=dancing_school` tag for Dance Studio preset * Add `flashing_lights` field to `crossing=uncontrolled` ([#827], thanks [@Dimitar5555]) * Make `shop=vacant` preset searchable ([#828], thanks [@Dimitar5555]) * Hide `shop=hobby` preset and add _hobby_ as search term to related Shop presets ([#24], [#821], [#823], thanks [@matkoniecz]) * Make `barrier=log` preset searchable ([#615], [#822], thanks [@matkoniecz]) * More dedicated icon for Sign Maker, `shop=frozen_food` and Castle presets ([#839], [#840], [#849], thanks [@matkoniecz]) * Add additional search terms to Billboard preset ([#848], thanks [@matkoniecz]) #### New and Changed Fields * Drop value `community` from `postbox:type` field ([#805], thanks [@kjonosm]) * Add translatable strings for fields: `historic`, `diplomatic`, `consulate`, `dock`, `collector` ([#813], [#841], [#843], [#852], [#853], thanks [@kjonosm]) * Add field for `dance:teaching=yes/no` tag * Add more values of `sport` field ([#812], thanks [@kjonosm]) * Add fields for `fire_mains` and `fire_sprinkler` ([#806], thanks [@tiptoptom]) * Update tag of Orientation field for Street Side Parking preset from `parking:orientation` to `orientation` ([#673], thanks [@tordans]) * Specify cons for some `shelter_type` values ([#851]) #### Deprecated Tags * Add recently deprecated tags ([#807], thanks [@kjonosm]): * ~~`amenity=lifeboat-station`~~ :arrow_right: `emergency=water_rescue` * ~~`emergency=lifeboat_station`~~ :arrow_right: `emergency=water_rescue` * ~~`emergency=marine_rescue`~~ :arrow_right: `emergency=water_rescue` * ~~`emergency_service=air`~~ :arrow_right: `emergency=air_rescue_service` * ~~`emergency=dry_riser_inlet`~~ :arrow_right: `emergency=fire_service_inlet`+ `fire_mains=dry` * ~~`emergency=sprinkler_connection`~~ :arrow_right: `emergency=fire_service_inlet`+ `fire_sprinkler=yes` * Remove disputed deprecation of `amenity=dancing_school` ([#814], thanks [@matkoniecz]) * Update Utility Pole preset and add relevant deprecations ([#830], [#211], thanks [@Dimitar5555]): * ~`communication=pole`~ :arrow_right: `man_made=utility_pole` + `utility=telecom` * ~`telephone=pole`~ :arrow_right: `man_made=utility_pole` + `utility=telecom` * ~`telecom=pole`~ :arrow_right: `man_made=utility_pole` + `utility=telecom` * ~`pstn=pole`~ :arrow_right: `man_made=utility_pole` + `utility=telecom` * ~`parking:orientation=*`~ :arrow_right: `orientation=*` ([#673], thanks [@tordans]) #### Bugfixes * Fix tag of (hidden) generic Pipeline Feature preset * Avoid lowercasing Destination field on one-ways ([#829], thanks [@1ec5]) #### Documentation and Other Changes * Extend documentation section about translating ([#825], thanks [@tordans]) * Create [CONTRIBUTING](./CONTRIBUTING.md) page * Add a `.nvmrc` file * Bump dependencies: `prettier` to v2.8.6, `schema-builder` to v6.2 [#24]: https://github.com/openstreetmap/id-tagging-schema/issues/24 [#211]: https://github.com/openstreetmap/id-tagging-schema/issues/211 [#615]: https://github.com/openstreetmap/id-tagging-schema/issues/615 [#673]: https://github.com/openstreetmap/id-tagging-schema/pull/673 [#792]: https://github.com/openstreetmap/id-tagging-schema/pull/792 [#798]: https://github.com/openstreetmap/id-tagging-schema/issues/798 [#800]: https://github.com/openstreetmap/id-tagging-schema/pull/800 [#803]: https://github.com/openstreetmap/id-tagging-schema/pull/803 [#805]: https://github.com/openstreetmap/id-tagging-schema/pull/805 [#806]: https://github.com/openstreetmap/id-tagging-schema/pull/806 [#807]: https://github.com/openstreetmap/id-tagging-schema/pull/807 [#810]: https://github.com/openstreetmap/id-tagging-schema/pull/810 [#811]: https://github.com/openstreetmap/id-tagging-schema/pull/811 [#812]: https://github.com/openstreetmap/id-tagging-schema/pull/812 [#813]: https://github.com/openstreetmap/id-tagging-schema/pull/813 [#814]: https://github.com/openstreetmap/id-tagging-schema/pull/814 [#815]: https://github.com/openstreetmap/id-tagging-schema/pull/815 [#817]: https://github.com/openstreetmap/id-tagging-schema/pull/817 [#821]: https://github.com/openstreetmap/id-tagging-schema/pull/821 [#822]: https://github.com/openstreetmap/id-tagging-schema/pull/822 [#823]: https://github.com/openstreetmap/id-tagging-schema/pull/823 [#825]: https://github.com/openstreetmap/id-tagging-schema/pull/825 [#827]: https://github.com/openstreetmap/id-tagging-schema/pull/827 [#828]: https://github.com/openstreetmap/id-tagging-schema/pull/828 [#829]: https://github.com/openstreetmap/id-tagging-schema/pull/829 [#830]: https://github.com/openstreetmap/id-tagging-schema/pull/830 [#836]: https://github.com/openstreetmap/id-tagging-schema/pull/836 [#839]: https://github.com/openstreetmap/id-tagging-schema/pull/839 [#840]: https://github.com/openstreetmap/id-tagging-schema/pull/840 [#841]: https://github.com/openstreetmap/id-tagging-schema/pull/841 [#843]: https://github.com/openstreetmap/id-tagging-schema/pull/843 [#844]: https://github.com/openstreetmap/id-tagging-schema/pull/844 [#848]: https://github.com/openstreetmap/id-tagging-schema/pull/848 [#849]: https://github.com/openstreetmap/id-tagging-schema/pull/849 [#851]: https://github.com/openstreetmap/id-tagging-schema/issues/851 [#852]: https://github.com/openstreetmap/id-tagging-schema/pull/852 [#853]: https://github.com/openstreetmap/id-tagging-schema/pull/853 [@tognee]: https://github.com/tognee [@emersonveenstra]: https://github.com/emersonveenstra [@tiptoptom]: https://github.com/tiptoptom [@harahu]: https://github.com/harahu # 6.0.0 ##### 2023-Mar-02 #### Schema Changes * Upgrade to the schema-builder [version 6](https://github.com/ideditor/schema-builder/blob/main/CHANGELOG.md#600) * :warning: Field type `cycleway` is replaced with new `directionalCombo` field * :warning: Adds new `date` field type * :warning: Introduces the use of icons from the [Röntgen icon set](https://github.com/enzet/map-machine#r%C3%B6ntgen-icon-set) * Allows to specify icons for values of combo fields #### New Presets * Add most popular alternative medicine practitioners ([#731], thanks [@westnordost]) * Add preset for `office=engineer` ([#639], thanks [@kjonosm]) * Add preset for `shop=nuts` ([#774], thanks [@kjonosm]) * Add preset for `entrance=staircase` ([#228], thanks [@kjonosm]) * Add preset for `railway=turntable` ([#783], thanks [@k-yle]) * Add preset for "other" advertising devices * Add Senior Assisted Living Facility preset ([#787], thanks [@arch0345]) * Add presets for specific Street Cabinets * Add presets for Psychiatrist and Child Psychiatrist * Add preset for Depots (`industrial=depot`) ([#784], thanks [@k-yle]) * Add preset for `amenity=stripclub` ([#648], thanks [@EvanCarroll]) * Add preset for Dialysis Center ([#795], thanks [@arch0345]) #### Changed Presets * Make natural wood points unsearchable ([#755], thanks [@arch0345]) * Rename `attraction=big_wheel` to Ferris Wheel * Use Rötgen icons for presets of: Cranes, Diving Platform, City Limit Sign, Turning Loop, (Water) Slide * Allow to specify Therapist offices more precisely by adding `healthcare` fields * Add `crossing:markings=yes` as the default value to any newly created Marked Crossings (leave existing objects with `crossing=uncontrolled` as they are) * Offer the `bunker_type` field also on the (hidden) `building=bunker` preset * Add `ref` field to Sports Pitch preset ([#766], thanks [@arch0345]) * Include additional fields on the Rest Area preset ([#773], thanks [@kjonosm]) * Move `access_simple` to main fields for AEDs ([#786], thanks [@FloEdelmann]) * Don't warn when `landuse=industrial` is mapped as a point ([#776], thanks [@Lonerat]) * Allow Cemeteries to be mapped as points * Add terms (polo/rodeo) for `sport=equestrian` preset ([#780], thanks [@arch0345]) * Allow "Totem" and "Poser Box" advertising presets to be mapped as a line ([#785], thanks [@k-yle]) * Rename `shop=pet_grooming` preset to Pet Groomer ([#790], thanks [@matkoniecz]) #### New and Changed Fields * Switch type of various fields to `date`: `check_date`, `opening_date`, `start_date`, `survey:date`, `wreck:date_sunk` * Add translatable strings for the fields `substance` ([#737]), `material` ([#735]), `memorial` ([#734]), `barrier type` ([#709]), `archaeological_site` ([#707]), `bath:type` ([#742]), `sport` ([#747]), `attraction` ([#756]), `waste` ([#758]), `office` ([#761]), `resource` ([#760]), `clothes` ([#763]), `building` ([#764]) (thanks [@kjonosm]) * Add fields for `parking:both|left|right` and `parking:both|left|right:orientation` ([#744]) * Add more options to the `parking` field: `on_kerb`, `half_on_kerb` and `shoulder` ([#672]) * Add field for `lift_gate:type` ([#711], thanks [@arch0345]) * Add fields `tents`, `caravans`, `static_caravans`, `picnic_table`, and `nudism` to Camp Site preset ([#749], [#750], [#750], [#751], [#752], thanks [@kjonosm]) * Use Rötgen icons for fields `crane:type`, `leaf_type`, `design` (of power poles and towers), `traffic_calming`, `volcano:type`, `volcano:status` and `tower:construction` * Specify icons for crossing markings * Add regional and universal field for `ref:linz:place_id` ([#781], thanks [@k-yle]) * Add `message` field for advertising presets ([#785], thanks [@k-yle]) #### Deprecated Tags * Upgrade most values of the ~~`street_cabinet`~~ subtag to use `utility` instead ([#777], thanks [@kjonosm]) and hide `street_cabinet` field * Deprecate value `none` of Cycleway tags ([#796], thanks [@Dimitar5555]) #### Documentation and Other Changes * Add Railway Route to Routes category ([#782], thanks [@k-yle]) * Add a link to the page with the list of projects which use this repository to the readme ([#802]) [#228]: https://github.com/openstreetmap/id-tagging-schema/issues/228 [#639]: https://github.com/openstreetmap/id-tagging-schema/issues/639 [#648]: https://github.com/openstreetmap/id-tagging-schema/pull/648 [#670]: https://github.com/openstreetmap/id-tagging-schema/issues/670 [#672]: https://github.com/openstreetmap/id-tagging-schema/pull/672 [#707]: https://github.com/openstreetmap/id-tagging-schema/pull/707 [#709]: https://github.com/openstreetmap/id-tagging-schema/pull/709 [#711]: https://github.com/openstreetmap/id-tagging-schema/pull/711 [#731]: https://github.com/openstreetmap/id-tagging-schema/pull/731 [#732]: https://github.com/openstreetmap/id-tagging-schema/pull/732 [#734]: https://github.com/openstreetmap/id-tagging-schema/pull/734 [#735]: https://github.com/openstreetmap/id-tagging-schema/pull/735 [#737]: https://github.com/openstreetmap/id-tagging-schema/pull/737 [#742]: https://github.com/openstreetmap/id-tagging-schema/pull/742 [#744]: https://github.com/openstreetmap/id-tagging-schema/pull/744 [#747]: https://github.com/openstreetmap/id-tagging-schema/pull/747 [#749]: https://github.com/openstreetmap/id-tagging-schema/pull/749 [#750]: https://github.com/openstreetmap/id-tagging-schema/pull/750 [#751]: https://github.com/openstreetmap/id-tagging-schema/pull/751 [#752]: https://github.com/openstreetmap/id-tagging-schema/pull/752 [#755]: https://github.com/openstreetmap/id-tagging-schema/pull/755 [#756]: https://github.com/openstreetmap/id-tagging-schema/pull/756 [#758]: https://github.com/openstreetmap/id-tagging-schema/pull/758 [#760]: https://github.com/openstreetmap/id-tagging-schema/pull/760 [#761]: https://github.com/openstreetmap/id-tagging-schema/pull/761 [#763]: https://github.com/openstreetmap/id-tagging-schema/pull/763 [#764]: https://github.com/openstreetmap/id-tagging-schema/pull/764 [#766]: https://github.com/openstreetmap/id-tagging-schema/pull/766 [#773]: https://github.com/openstreetmap/id-tagging-schema/pull/773 [#774]: https://github.com/openstreetmap/id-tagging-schema/pull/774 [#776]: https://github.com/openstreetmap/id-tagging-schema/pull/776 [#777]: https://github.com/openstreetmap/id-tagging-schema/pull/777 [#780]: https://github.com/openstreetmap/id-tagging-schema/pull/780 [#781]: https://github.com/openstreetmap/id-tagging-schema/pull/781 [#782]: https://github.com/openstreetmap/id-tagging-schema/pull/782 [#783]: https://github.com/openstreetmap/id-tagging-schema/pull/783 [#784]: https://github.com/openstreetmap/id-tagging-schema/pull/784 [#785]: https://github.com/openstreetmap/id-tagging-schema/pull/785 [#786]: https://github.com/openstreetmap/id-tagging-schema/pull/786 [#787]: https://github.com/openstreetmap/id-tagging-schema/pull/787 [#790]: https://github.com/openstreetmap/id-tagging-schema/pull/790 [#795]: https://github.com/openstreetmap/id-tagging-schema/pull/795 [#796]: https://github.com/openstreetmap/id-tagging-schema/pull/796 [#802]: https://github.com/openstreetmap/id-tagging-schema/pull/802 [@Lonerat]: https://github.com/Lonerat [@UKChris-osm]: https://github.com/UKChris-osm # 5.2.1 #### Bugfixes * Revert restriction of Traffic Calming presets to vertices, which had unintended side effects with iD's validation mechanism ([#733]) [#733]: https://github.com/openstreetmap/id-tagging-schema/issues/733 # 5.2.0 #### Bugfixes * Fix match score for "generic" office presets (closes [#661], thanks [@k-yle]) * Remove "line" geometry from lift gate ([#679]) * Allow `direction=forward/backward` only on vertices ([#684]) * Cycleway field: use `no` value instead of `none` * Allow charging stations to be mapped as vertices ([#703]) * Don't add "surface=grass" to Driving Ranges ([#727]) #### New Presets * Add preset for office=graphic_design ([#664], thanks [@k-yle]) * Add preset for Variable Message Signs ([#666], thanks [@k-yle]) * Add Mobile Home Park preset ([#696], thanks [@arch0345]) * Add preset for residential gardens ([#714], thanks [@mikaeldui]) * Add specialized presets for common physicians ([#718], thanks [@westnordost]) #### Changed Presets * Add seamark tags to marine fuel & sewerage presets ([#663], thanks [@k-yle]) * Add `direction` field to presets for `railway=derail` and `aeroway=holding_position` ([#665], thanks [@k-yle]) * Restrict (most) Traffic Calming presets to vertices * Add oneway field to cycleway crossing presets ([#667], [#668], thanks [@kjonosm]) * Add "GNIS Feature ID" field to waterway relation preset ([#687]) * Make name field for EV chargers optional ([#688]) * Add `layer=1` by default to Solar Panel Canopy objects ([#689], thanks [@arch0345]) * Add `drive_through` as (optional) field to Cafe preset ([#697], thanks [@arch0345]) * Add `operator:type` field to park related presets ([#698], thanks [@arch0345]) * Add `material` as field to the (Utility) Marker preset ([#704], thanks [@kesterlester]) #### New and Changed Fields * Add strings for documented values of `water_source` for Hydrants * Add missing values to `crane:type` field ([#662], thanks [@k-yle]) * Add new field for `shoes` tag (applies to the `shop=shoes` preset) ([#669], thanks [@jdabapo]) * Add field for `archaeological_site` ([#677], thanks [@kjonosm]) * Add translatable strings to `craft` field ([#692], thanks [@kjonosm]) * Add translatable strings to fields: `traffic_calming`, `artwork_type`, `board_type`, `bollard`, `basin`, `social_facility`, `utility` ([#699], [#700], [#701], [#702], [#710], [#712], [#713], thanks [@kjonosm]) * Add `notice` as a value of the `board_type` field #### Deprecated Tags * Replace ~~`site_type`~~ on `historic=archaeological_site` objects with `archaeological_site` ([#677], thanks [@kjonosm]) * Upgrade ~~`board_type=map`~~ to `information=map` #### Documentation and Other Changes * Reduce number of duplicate translatable strings, closes ([#686]) * Add Trolleybus Route preset to Routes category ([#724], thanks [@Dimitar5555]) * Update taginfo project description ([#726]) #### Development * Bump schema-builder to v5.3 [#661]: https://github.com/openstreetmap/id-tagging-schema/pull/661 [#662]: https://github.com/openstreetmap/id-tagging-schema/pull/662 [#663]: https://github.com/openstreetmap/id-tagging-schema/pull/663 [#664]: https://github.com/openstreetmap/id-tagging-schema/pull/664 [#665]: https://github.com/openstreetmap/id-tagging-schema/pull/665 [#666]: https://github.com/openstreetmap/id-tagging-schema/pull/666 [#667]: https://github.com/openstreetmap/id-tagging-schema/pull/667 [#668]: https://github.com/openstreetmap/id-tagging-schema/pull/668 [#669]: https://github.com/openstreetmap/id-tagging-schema/pull/669 [#677]: https://github.com/openstreetmap/id-tagging-schema/issues/677 [#679]: https://github.com/openstreetmap/id-tagging-schema/pull/679 [#684]: https