Skip to content

Commit

Permalink
v6.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed May 5, 2023
1 parent 2b188bc commit 310f5f5
Show file tree
Hide file tree
Showing 127 changed files with 7,812 additions and 3,073 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,79 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# 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 beeing 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

Expand Down
39 changes: 28 additions & 11 deletions dist/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,16 +832,6 @@
"tourism": "camp_pitch"
}
},
{
"old": {
"shop": "clothes",
"clothes": "second_hand"
},
"replace": {
"shop": "clothes",
"second_hand": "yes"
}
},
{
"old": {
"color": "*"
Expand Down Expand Up @@ -919,6 +909,15 @@
"crossing": "traffic_signals"
}
},
{
"old": {
"crossing": "no",
"highway": "crossing"
},
"replace": {
"crossing": "no"
}
},
{
"old": {
"cuisine": "gluten-free"
Expand Down Expand Up @@ -2921,6 +2920,16 @@
"amenity": "cafe"
}
},
{
"old": {
"shop": "clothes",
"clothes": "second_hand"
},
"replace": {
"shop": "clothes",
"second_hand": "yes"
}
},
{
"old": {
"shop": "consulting"
Expand Down Expand Up @@ -3055,7 +3064,7 @@
"shop": "organic"
},
"replace": {
"shop": "supermarket",
"shop": "yes",
"organic": "only"
}
},
Expand Down Expand Up @@ -3341,6 +3350,14 @@
"utility": "telecom"
}
},
{
"old": {
"survey_date": "*"
},
"replace": {
"survey:date": "$1"
}
},
{
"old": {
"sustenance": "bar"
Expand Down
2 changes: 1 addition & 1 deletion dist/deprecated.min.json

Large diffs are not rendered by default.

126 changes: 78 additions & 48 deletions dist/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,52 +608,6 @@
"key": "stars",
"type": "combo"
},
"sport_racing_nonmotor": {
"key": "sport",
"type": "semiCombo",
"options": [
"running",
"cycling",
"bmx",
"horse_racing",
"dog_racing",
"athletics"
],
"autoSuggestions": false
},
"sport_racing_motor": {
"key": "sport",
"type": "semiCombo",
"options": [
"motor",
"karting",
"motocross",
"speedway"
],
"autoSuggestions": false
},
"sport_pub": {
"key": "sport",
"type": "semiCombo",
"options": [
"table_soccer",
"billiards",
"darts"
],
"autoSuggestions": false
},
"sport_ice": {
"key": "sport",
"type": "semiCombo",
"options": [
"ice_skating",
"ice_hockey",
"curling",
"ice_stock",
"multi"
],
"autoSuggestions": false
},
"sport": {
"key": "sport",
"type": "semiCombo",
Expand Down Expand Up @@ -1919,7 +1873,12 @@
},
"kneipp_water_cure_multi": {
"key": "kneipp_water_cure:",
"type": "multiCombo"
"type": "multiCombo",
"options": [
"foot",
"arm",
"face"
]
},
"kitchen": {
"key": "kitchen",
Expand Down Expand Up @@ -2204,8 +2163,21 @@
"snake_case": false,
"caseSensitive": true
},
"gender_simple": {
"type": "manyCombo",
"keys": [
"female",
"male"
],
"label": "{gender}",
"stringsCrossReference": "{gender}",
"options": [
"female",
"male"
]
},
"gender": {
"type": "radio",
"type": "manyCombo",
"keys": [
"male",
"female",
Expand Down Expand Up @@ -2820,6 +2792,8 @@
"seafood",
"sushi",
"ice_cream",
"filipino",
"georgian",
"german",
"greek",
"vietnamese",
Expand All @@ -2828,6 +2802,9 @@
"indonesian",
"malaysian",
"taiwanese",
"ukrainian",
"peruvian",
"tex-mex",
"juice",
"bubble_tea",
"hot_dog",
Expand Down Expand Up @@ -3956,6 +3933,55 @@
],
"type": "wikidata"
},
"sport/sport_racing_nonmotor": {
"key": "sport",
"type": "semiCombo",
"options": [
"running",
"cycling",
"bmx",
"horse_racing",
"dog_racing",
"athletics"
],
"stringsCrossReference": "{sport}",
"autoSuggestions": false
},
"sport/sport_racing_motor": {
"key": "sport",
"type": "semiCombo",
"options": [
"motor",
"karting",
"motocross",
"speedway"
],
"stringsCrossReference": "{sport}",
"autoSuggestions": false
},
"sport/sport_pub": {
"key": "sport",
"type": "semiCombo",
"options": [
"table_soccer",
"billiards",
"darts"
],
"autoSuggestions": false
},
"sport/sport_ice": {
"key": "sport",
"type": "semiCombo",
"options": [
"ice_skating",
"ice_hockey",
"curling",
"ice_stock",
"multi"
],
"stringsCrossReference": "{sport}",
"autoSuggestions": false
},
"species/wikidata": {
"key": "species:wikidata",
"keys": [
Expand Down Expand Up @@ -5149,6 +5175,10 @@
"key": "contact:webcam",
"type": "url"
},
"contact/facebook": {
"key": "contact:facebook",
"type": "url"
},
"capacity/tents": {
"key": "capacity:tents",
"type": "number",
Expand Down
2 changes: 1 addition & 1 deletion dist/fields.min.json

Large diffs are not rendered by default.

Loading

0 comments on commit 310f5f5

Please sign in to comment.