Skip to content

Commit 7f7582c

Browse files
committed
build v6.11.0 release
1 parent 5fcb6e1 commit 7f7582c

File tree

143 files changed

+3188
-1461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+3188
-1461
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,39 @@ _Breaking developer changes, which may affect downstream projects or sites that
2323
[@xxxx]: https://github.com/xxxx
2424
-->
2525

26+
# 6.11.0
27+
##### 2025-May-12
28+
29+
#### New Presets
30+
* Add `crossing=informal` as unsearchable preset for point and line geometries ([#1140], thanks [@mikaeldui])
31+
#### New and Changed Fields
32+
* Remove `source` field by marking it as a field to be used on changesets (only) ([#1508], thanks [@tordans])
33+
#### Changed Presets
34+
* Add `ref` field to `amenity=bicycle_rental` ([#1519], thanks [@kjonosm])
35+
* Update reference tags for recycling containers and centres ([#1497], thanks [@Dimitar5555])
36+
* Add search term "empty" to Vacant Shop preset ([#1499], thanks [@matkoniecz])
37+
#### Deprecated Tags
38+
* Remove `highway=ford` deprecation ([#1492], thanks [@quincylvania])
39+
#### Bug Fixes
40+
* Fix broken "Address" documentation link ([#1489], thanks [@Vectorial1024])
41+
#### Documentation and Other Changes
42+
* Consistently use term "Wikibase" for data items also in contribution guidelines ([#1504], thanks [@matkoniecz])
43+
* Clarify term "Wikibase" for data items in the OSM wiki ([#1502], thanks [@matkoniecz])
44+
* Set up `release-drafter` ([#1503])
45+
46+
[#1140]: https://github.com/openstreetmap/id-tagging-schema/pull/1140
47+
[#1508]: https://github.com/openstreetmap/id-tagging-schema/pull/1508
48+
[#1519]: https://github.com/openstreetmap/id-tagging-schema/pull/1519
49+
[#1497]: https://github.com/openstreetmap/id-tagging-schema/pull/1497
50+
[#1499]: https://github.com/openstreetmap/id-tagging-schema/pull/1499
51+
[#1492]: https://github.com/openstreetmap/id-tagging-schema/pull/1492
52+
[#1489]: https://github.com/openstreetmap/id-tagging-schema/pull/1489
53+
[#1504]: https://github.com/openstreetmap/id-tagging-schema/pull/1504
54+
[#1502]: https://github.com/openstreetmap/id-tagging-schema/pull/1502
55+
[#1503]: https://github.com/openstreetmap/id-tagging-schema/pull/1503
56+
[@Vectorial1024]: https://github.com/Vectorial1024
57+
58+
2659
# 6.10.0
2760
##### 2025-Mar-20
2861

dist/deprecated.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,14 +1624,6 @@
16241624
"foot": "no"
16251625
}
16261626
},
1627-
{
1628-
"old": {
1629-
"highway": "ford"
1630-
},
1631-
"replace": {
1632-
"ford": "*"
1633-
}
1634-
},
16351627
{
16361628
"old": {
16371629
"highway": "path",

dist/deprecated.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/fields.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
"source": {
777777
"key": "source",
778778
"type": "semiCombo",
779-
"universal": true,
779+
"usage": "changeset",
780780
"snake_case": false,
781781
"caseSensitive": true,
782782
"autoSuggestions": false,
@@ -4129,12 +4129,14 @@
41294129
"address": {
41304130
"type": "address",
41314131
"key": "addr",
4132+
"reference": {
4133+
"key": "addr:*"
4134+
},
41324135
"keys": [
41334136
"addr:block_number",
41344137
"addr:city",
41354138
"addr:block_number",
41364139
"addr:conscriptionnumber",
4137-
"addr:county",
41384140
"addr:country",
41394141
"addr:county",
41404142
"addr:district",

dist/fields.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/presets.json

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18248,6 +18248,30 @@
1824818248
"name": "{highway/path/crossing/uncontrolled}",
1824918249
"searchable": false
1825018250
},
18251+
"highway/path/crossing/informal": {
18252+
"icon": "temaki-pedestrian",
18253+
"fields": [
18254+
"crossing",
18255+
"surface"
18256+
],
18257+
"moreFields": [
18258+
"{@templates/crossing/geometry_way_more}"
18259+
],
18260+
"geometry": [
18261+
"line"
18262+
],
18263+
"tags": {
18264+
"highway": "path",
18265+
"path": "crossing",
18266+
"crossing": "informal"
18267+
},
18268+
"reference": {
18269+
"key": "crossing",
18270+
"value": "informal"
18271+
},
18272+
"name": "{highway/crossing/informal}",
18273+
"searchable": false
18274+
},
1825118275
"highway/footway/traffic_island": {
1825218276
"icon": "temaki-pedestrian",
1825318277
"geometry": [
@@ -18531,6 +18555,30 @@
1853118555
"name": "{highway/footway/crossing/uncontrolled}",
1853218556
"searchable": false
1853318557
},
18558+
"highway/footway/crossing/informal": {
18559+
"icon": "temaki-pedestrian",
18560+
"fields": [
18561+
"crossing",
18562+
"surface"
18563+
],
18564+
"moreFields": [
18565+
"{@templates/crossing/geometry_way_more}"
18566+
],
18567+
"geometry": [
18568+
"line"
18569+
],
18570+
"tags": {
18571+
"highway": "footway",
18572+
"footway": "crossing",
18573+
"crossing": "informal"
18574+
},
18575+
"reference": {
18576+
"key": "crossing",
18577+
"value": "informal"
18578+
},
18579+
"name": "{highway/crossing/informal}",
18580+
"searchable": false
18581+
},
1853418582
"highway/cycleway/traffic_island_shared": {
1853518583
"locationSet": {
1853618584
"exclude": [
@@ -18973,6 +19021,23 @@
1897319021
"name": "{highway/crossing/uncontrolled}",
1897419022
"searchable": false
1897519023
},
19024+
"highway/crossing/informal": {
19025+
"icon": "temaki-pedestrian",
19026+
"fields": [
19027+
"crossing"
19028+
],
19029+
"geometry": [
19030+
"vertex"
19031+
],
19032+
"tags": {
19033+
"crossing": "informal"
19034+
},
19035+
"reference": {
19036+
"key": "crossing",
19037+
"value": "informal"
19038+
},
19039+
"searchable": false
19040+
},
1897619041
"healthcare/speech_therapist": {
1897719042
"icon": "fas-comment",
1897819043
"geometry": [
@@ -23553,8 +23618,8 @@
2355323618
"recycling_type": "container"
2355423619
},
2355523620
"reference": {
23556-
"key": "amenity",
23557-
"value": "recycling"
23621+
"key": "recycling_type",
23622+
"value": "container"
2355823623
}
2355923624
},
2356023625
"amenity/recycling_centre": {
@@ -23585,7 +23650,7 @@
2358523650
},
2358623651
"reference": {
2358723652
"key": "recycling_type",
23588-
"value": "*"
23653+
"value": "centre"
2358923654
}
2359023655
},
2359123656
"amenity/ranger_station": {
@@ -25891,7 +25956,8 @@
2589125956
"moreFields": [
2589225957
"{@templates/poi}",
2589325958
"address",
25894-
"covered"
25959+
"covered",
25960+
"ref"
2589525961
],
2589625962
"geometry": [
2589725963
"point",

dist/presets.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/taginfo.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9371,6 +9371,15 @@
93719371
],
93729372
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/pedestrian_crosswalk.svg"
93739373
},
9374+
{
9375+
"key": "crossing",
9376+
"value": "informal",
9377+
"description": "🄿 Informal Crossing (unsearchable)",
9378+
"object_types": [
9379+
"way"
9380+
],
9381+
"icon_url": "https://cdn.jsdelivr.net/gh/rapideditor/temaki/icons/pedestrian.svg"
9382+
},
93749383
{
93759384
"key": "footway",
93769385
"value": "traffic_island",
@@ -20532,11 +20541,11 @@
2053220541
"description": "🄵 Address"
2053320542
},
2053420543
{
20535-
"key": "addr:county",
20544+
"key": "addr:country",
2053620545
"description": "🄵 Address"
2053720546
},
2053820547
{
20539-
"key": "addr:country",
20548+
"key": "addr:county",
2054020549
"description": "🄵 Address"
2054120550
},
2054220551
{
@@ -24117,11 +24126,6 @@
2411724126
"value": "abandoned",
2411824127
"description": "🄳 (deprecated tag) ➜ abandoned:highway=*"
2411924128
},
24120-
{
24121-
"key": "highway",
24122-
"value": "ford",
24123-
"description": "🄳 (deprecated tag) ➜ ford=*"
24124-
},
2412524129
{
2412624130
"key": "highway",
2412724131
"value": "platform",

dist/taginfo.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/translations/ar-AA.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,8 +3241,7 @@
32413241
"osm notes": "ملاحظات خارطة الشارع المفتوحة",
32423242
"streetlevel imagery": "صور على مستوى الشارع",
32433243
"survey": "استقصاء/استبيان/مسح ميداني"
3244-
},
3245-
"terms": "مصادر,مراجع,موارد"
3244+
}
32463245
},
32473246
"species": {
32483247
"label": "الصنف",

0 commit comments

Comments
 (0)