Skip to content

Commit defe6cb

Browse files
committed
update translations, build v6.9.0 release
1 parent a12a1fe commit defe6cb

File tree

229 files changed

+236301
-8951
lines changed

Some content is hidden

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

229 files changed

+236301
-8951
lines changed

CHANGELOG.md

+76
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,82 @@ _Breaking developer changes, which may affect downstream projects or sites that
2323
[@xxxx]: https://github.com/xxxx
2424
-->
2525

26+
# 6.9.0
27+
##### 2025-Feb-06
28+
29+
#### New Presets
30+
* Add preset for office=translator ([#1298], thanks [@deevroman])
31+
* Add hidden presets for highway=path + path=crossing ([#1201], thanks [@tordans])
32+
* Add preset for shop=gold_buyer ([#1374], thanks [@matkoniecz])
33+
* Add preset for natural=arch ([#1352], thanks [@jake-low])
34+
* Add preset for entrance=shop ([#1299], thanks [@deevroman])
35+
* Add presets for cycleway=traffic_island ([#1068], thanks [@k-yle])
36+
#### Changed Presets
37+
* Add building (with default value yes) field to Funeral Service Hall preset ([#1324], thanks [@arch0345])
38+
* Add additional search terms to Monitoring Station preset ([#1347], thanks [@mnalis])
39+
* Add additional search terms to Public Bookcase Station preset ([#1333], [#1354], thanks [@Coehill] and [@danieldegroot2])
40+
* Change icon of Ticket Validator preset ([#1388], thanks [@matkoniecz])
41+
* Rename shop=yes to reuse the name "Shop (Unspecified type)" ([#1415], thanks [@Dimitar5555])
42+
* Only apply layer=1 on newly created building=roof objects ([#1342]) and tweak fields of roof preset
43+
#### New and Changed Fields
44+
* Add camp_site (type) field to Campground preset ([#1286], thanks [@osmuser63783])
45+
* Improve label of internet_access field ([#1346], thanks [@mnalis])
46+
* Add value e-cigarettes to vending field of Vending Machine preset ([#1371], thanks [@tiuck])
47+
* Add translatable strings for values of the map_type tag ([#1373], thanks [@tiuck])
48+
* Add value sac_scale=strolling to Hiking Path Difficulty field ([#1383], thanks [@felagund])
49+
* Add descriptions to options for parking field ([#1402], thanks [@Nekzuris])
50+
* Add universal field for panoramax photo ids ([#1344], thanks [@mnalis])
51+
* Include addr:town in list of tags of the Address field ([#1433])
52+
#### Regional Presets and Fields
53+
* Add presets for meadow=meadow_orchard, orchard=meadow_orchard ([#1218], thanks [@tordans])
54+
* Add presets for highway=path-based bicycle-foot path tagging in some European countries ([#1384], thanks [@olafkryus])
55+
#### Deprecated Tags
56+
* Replace information=map + map_type=tactile_map with information=tactile_map ([#1373], thanks [@tiuck])
57+
* Replace information=map + map_type=tactile_model with information=tactile_model ([#1373], thanks [@tiuck])
58+
* Replace parking:lane:*=* with parking:* tags ([#1390], thanks [@tiptoptom])
59+
* Replace cycleway*=opposite with oneway:bicycle=no ([#1295], thanks [@tordans])
60+
#### Bugfixes
61+
* Fix spelling of Amphitheater preset to American English ([#1366], thanks [@1ec5])
62+
#### Documentation and Other Changes
63+
* Rework crossing presets to be better structured and easier to work with ([#1201], thanks [@tordans])
64+
* Improve documentation about how ℹ️ icon works in iD ([#1257], thanks [@tordans])
65+
* Clarify guidelines about deprecation rules ([#1309], thanks [@tordans])
66+
* Add question about potential preset icon to github issue template ([#1377], thanks [@tordans])
67+
* Synchronize list of discardable tags with JOSM ([#1423])
68+
69+
[#1201]: https://github.com/openstreetmap/id-tagging-schema/pull/1201
70+
[#1218]: https://github.com/openstreetmap/id-tagging-schema/pull/1218
71+
[#1257]: https://github.com/openstreetmap/id-tagging-schema/pull/1257
72+
[#1286]: https://github.com/openstreetmap/id-tagging-schema/pull/1286
73+
[#1295]: https://github.com/openstreetmap/id-tagging-schema/pull/1295
74+
[#1309]: https://github.com/openstreetmap/id-tagging-schema/pull/1309
75+
[#1324]: https://github.com/openstreetmap/id-tagging-schema/pull/1324
76+
[#1333]: https://github.com/openstreetmap/id-tagging-schema/pull/1333
77+
[#1342]: https://github.com/openstreetmap/id-tagging-schema/issues/1342
78+
[#1344]: https://github.com/openstreetmap/id-tagging-schema/pull/1344
79+
[#1346]: https://github.com/openstreetmap/id-tagging-schema/pull/1346
80+
[#1347]: https://github.com/openstreetmap/id-tagging-schema/pull/1347
81+
[#1354]: https://github.com/openstreetmap/id-tagging-schema/pull/1354
82+
[#1366]: https://github.com/openstreetmap/id-tagging-schema/pull/1366
83+
[#1371]: https://github.com/openstreetmap/id-tagging-schema/pull/1371
84+
[#1373]: https://github.com/openstreetmap/id-tagging-schema/pull/1373
85+
[#1373]: https://github.com/openstreetmap/id-tagging-schema/pull/1373
86+
[#1377]: https://github.com/openstreetmap/id-tagging-schema/pull/1377
87+
[#1383]: https://github.com/openstreetmap/id-tagging-schema/pull/1383
88+
[#1384]: https://github.com/openstreetmap/id-tagging-schema/pull/1384
89+
[#1388]: https://github.com/openstreetmap/id-tagging-schema/pull/1388
90+
[#1390]: https://github.com/openstreetmap/id-tagging-schema/pull/1390
91+
[#1402]: https://github.com/openstreetmap/id-tagging-schema/pull/1402
92+
[#1415]: https://github.com/openstreetmap/id-tagging-schema/pull/1415
93+
[#1423]: https://github.com/openstreetmap/id-tagging-schema/issues/1423
94+
[#1433]: https://github.com/openstreetmap/id-tagging-schema/pull/1433
95+
[@deevroman]: https://github.com/deevroman
96+
[@jake-low]: https://github.com/jake-low
97+
[@Coehill]: https://github.com/Coehill
98+
[@tiuck]: https://github.com/tiuck
99+
[@felagund]: https://github.com/felagund
100+
101+
26102
# 6.8.1
27103
##### 2024-Aug-19
28104

dist/deprecated.json

+245
Original file line numberDiff line numberDiff line change
@@ -2366,6 +2366,24 @@
23662366
"craft": "winery"
23672367
}
23682368
},
2369+
{
2370+
"old": {
2371+
"map_type": "tactile_map",
2372+
"information": "map"
2373+
},
2374+
"replace": {
2375+
"information": "tactile_map"
2376+
}
2377+
},
2378+
{
2379+
"old": {
2380+
"map_type": "tactile_model",
2381+
"information": "map"
2382+
},
2383+
"replace": {
2384+
"information": "tactile_model"
2385+
}
2386+
},
23692387
{
23702388
"old": {
23712389
"maxage": "*"
@@ -2606,6 +2624,215 @@
26062624
"parking": "lane"
26072625
}
26082626
},
2627+
{
2628+
"old": {
2629+
"parking:lane:both": "no"
2630+
},
2631+
"replace": {
2632+
"parking:both": "no"
2633+
}
2634+
},
2635+
{
2636+
"old": {
2637+
"parking:lane:both": "no_parking"
2638+
},
2639+
"replace": {
2640+
"parking:both": "no",
2641+
"parking:both:restriction": "no_parking"
2642+
}
2643+
},
2644+
{
2645+
"old": {
2646+
"parking:lane:both": "no_stopping"
2647+
},
2648+
"replace": {
2649+
"parking:both": "no",
2650+
"parking:both:restriction": "no_stopping"
2651+
}
2652+
},
2653+
{
2654+
"old": {
2655+
"parking:lane:both": "fire_lane"
2656+
},
2657+
"replace": {
2658+
"parking:both": "no",
2659+
"parking:both:restriction": "no_stopping",
2660+
"parking:both:restriction:reason": "fire_lane"
2661+
}
2662+
},
2663+
{
2664+
"old": {
2665+
"parking:lane:both": "separate"
2666+
},
2667+
"replace": {
2668+
"parking:both": "separate"
2669+
}
2670+
},
2671+
{
2672+
"old": {
2673+
"parking:lane:both": "diagonal"
2674+
},
2675+
"replace": {
2676+
"parking:both": "yes",
2677+
"parking:both:orientation": "diagonal"
2678+
}
2679+
},
2680+
{
2681+
"old": {
2682+
"parking:lane:both": "parallel"
2683+
},
2684+
"replace": {
2685+
"parking:both": "yes",
2686+
"parking:both:orientation": "parallel"
2687+
}
2688+
},
2689+
{
2690+
"old": {
2691+
"parking:lane:both": "perpendicular"
2692+
},
2693+
"replace": {
2694+
"parking:both": "yes",
2695+
"parking:both:orientation": "perpendicular"
2696+
}
2697+
},
2698+
{
2699+
"old": {
2700+
"parking:lane:both:parallel": "on_street"
2701+
},
2702+
"replace": {
2703+
"parking:both": "lane"
2704+
}
2705+
},
2706+
{
2707+
"old": {
2708+
"parking:lane:left": "no"
2709+
},
2710+
"replace": {
2711+
"parking:left": "no"
2712+
}
2713+
},
2714+
{
2715+
"old": {
2716+
"parking:lane:left": "no_parking"
2717+
},
2718+
"replace": {
2719+
"parking:left": "no",
2720+
"parking:left:restriction": "no_parking"
2721+
}
2722+
},
2723+
{
2724+
"old": {
2725+
"parking:lane:left": "no_stopping"
2726+
},
2727+
"replace": {
2728+
"parking:left": "no",
2729+
"parking:left:restriction": "no_stopping"
2730+
}
2731+
},
2732+
{
2733+
"old": {
2734+
"parking:lane:left": "separate"
2735+
},
2736+
"replace": {
2737+
"parking:left": "separate"
2738+
}
2739+
},
2740+
{
2741+
"old": {
2742+
"parking:lane:left": "diagonal"
2743+
},
2744+
"replace": {
2745+
"parking:left": "yes",
2746+
"parking:left:orientation": "diagonal"
2747+
}
2748+
},
2749+
{
2750+
"old": {
2751+
"parking:lane:left": "parallel"
2752+
},
2753+
"replace": {
2754+
"parking:left": "yes",
2755+
"parking:left:orientation": "parallel"
2756+
}
2757+
},
2758+
{
2759+
"old": {
2760+
"parking:lane:left": "perpendicular"
2761+
},
2762+
"replace": {
2763+
"parking:left": "yes",
2764+
"parking:left:orientation": "perpendicular"
2765+
}
2766+
},
2767+
{
2768+
"old": {
2769+
"parking:lane:right": "no"
2770+
},
2771+
"replace": {
2772+
"parking:right": "no"
2773+
}
2774+
},
2775+
{
2776+
"old": {
2777+
"parking:lane:right": "no_parking"
2778+
},
2779+
"replace": {
2780+
"parking:right": "no",
2781+
"parking:right:restriction": "no_parking"
2782+
}
2783+
},
2784+
{
2785+
"old": {
2786+
"parking:lane:right": "no_stopping"
2787+
},
2788+
"replace": {
2789+
"parking:right": "no",
2790+
"parking:right:restriction": "no_stopping"
2791+
}
2792+
},
2793+
{
2794+
"old": {
2795+
"parking:lane:right": "separate"
2796+
},
2797+
"replace": {
2798+
"parking:right": "separate"
2799+
}
2800+
},
2801+
{
2802+
"old": {
2803+
"parking:lane:right": "diagonal"
2804+
},
2805+
"replace": {
2806+
"parking:right": "yes",
2807+
"parking:right:orientation": "diagonal"
2808+
}
2809+
},
2810+
{
2811+
"old": {
2812+
"parking:lane:right": "parallel"
2813+
},
2814+
"replace": {
2815+
"parking:right": "yes",
2816+
"parking:right:orientation": "parallel"
2817+
}
2818+
},
2819+
{
2820+
"old": {
2821+
"parking:lane:right": "perpendicular"
2822+
},
2823+
"replace": {
2824+
"parking:right": "yes",
2825+
"parking:right:orientation": "perpendicular"
2826+
}
2827+
},
2828+
{
2829+
"old": {
2830+
"parking:lane:right:parallel": "on_street"
2831+
},
2832+
"replace": {
2833+
"parking:right": "lane"
2834+
}
2835+
},
26092836
{
26102837
"old": {
26112838
"parking:orientation": "*"
@@ -4181,5 +4408,23 @@
41814408
"replace": {
41824409
"industrial": "brickyard"
41834410
}
4411+
},
4412+
{
4413+
"old": {
4414+
"cycleway": "opposite"
4415+
},
4416+
"replace": {
4417+
"oneway:bicycle": "no",
4418+
"cycleway:both": "no"
4419+
}
4420+
},
4421+
{
4422+
"old": {
4423+
"cycleway:left": "opposite"
4424+
},
4425+
"replace": {
4426+
"oneway:bicycle": "no",
4427+
"cycleway:left": "no"
4428+
}
41844429
}
41854430
]

dist/deprecated.min.json

+1-1
Large diffs are not rendered by default.

dist/discarded.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"created_by": true,
3-
"converted_by": true,
43
"odbl": true,
54
"odbl:note": true,
65
"tiger:upload_uuid": true,
@@ -45,5 +44,15 @@
4544
"yh:TOTYUMONO": true,
4645
"yh:TYPE": true,
4746
"yh:WIDTH": true,
48-
"yh:WIDTH_RANK": true
47+
"yh:WIDTH_RANK": true,
48+
"LINZ2OSM:dataset": true,
49+
"LINZ2OSM:layer": true,
50+
"LINZ2OSM:source_version": true,
51+
"LINZ:dataset": true,
52+
"LINZ:layer": true,
53+
"LINZ:source_version": true,
54+
"linz2osm:objectid": true,
55+
"fid": true,
56+
"import_uuid": true,
57+
"gnis:import_uuid": true
4958
}

dist/discarded.min.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"created_by":true,"converted_by":true,"odbl":true,"odbl:note":true,"tiger:upload_uuid":true,"tiger:tlid":true,"tiger:source":true,"tiger:separated":true,"geobase:datasetName":true,"geobase:uuid":true,"osmarender:nameDirection":true,"osmarender:renderName":true,"osmarender:renderRef":true,"osmarender:rendernames":true,"sub_sea:type":true,"KSJ2:ADS":true,"KSJ2:ARE":true,"KSJ2:AdminArea":true,"KSJ2:COP_label":true,"KSJ2:DFD":true,"KSJ2:INT":true,"KSJ2:INT_label":true,"KSJ2:LOC":true,"KSJ2:LPN":true,"KSJ2:OPC":true,"KSJ2:PubFacAdmin":true,"KSJ2:RAC":true,"KSJ2:RAC_label":true,"KSJ2:RIC":true,"KSJ2:RIN":true,"KSJ2:WSC":true,"KSJ2:coordinate":true,"KSJ2:curve_id":true,"KSJ2:curve_type":true,"KSJ2:filename":true,"KSJ2:lake_id":true,"KSJ2:lat":true,"KSJ2:long":true,"KSJ2:river_id":true,"SK53_bulk:load":true,"yh:LINE_NAME":true,"yh:LINE_NUM":true,"yh:STRUCTURE":true,"yh:TOTYUMONO":true,"yh:TYPE":true,"yh:WIDTH":true,"yh:WIDTH_RANK":true}
1+
{"created_by":true,"odbl":true,"odbl:note":true,"tiger:upload_uuid":true,"tiger:tlid":true,"tiger:source":true,"tiger:separated":true,"geobase:datasetName":true,"geobase:uuid":true,"osmarender:nameDirection":true,"osmarender:renderName":true,"osmarender:renderRef":true,"osmarender:rendernames":true,"sub_sea:type":true,"KSJ2:ADS":true,"KSJ2:ARE":true,"KSJ2:AdminArea":true,"KSJ2:COP_label":true,"KSJ2:DFD":true,"KSJ2:INT":true,"KSJ2:INT_label":true,"KSJ2:LOC":true,"KSJ2:LPN":true,"KSJ2:OPC":true,"KSJ2:PubFacAdmin":true,"KSJ2:RAC":true,"KSJ2:RAC_label":true,"KSJ2:RIC":true,"KSJ2:RIN":true,"KSJ2:WSC":true,"KSJ2:coordinate":true,"KSJ2:curve_id":true,"KSJ2:curve_type":true,"KSJ2:filename":true,"KSJ2:lake_id":true,"KSJ2:lat":true,"KSJ2:long":true,"KSJ2:river_id":true,"SK53_bulk:load":true,"yh:LINE_NAME":true,"yh:LINE_NUM":true,"yh:STRUCTURE":true,"yh:TOTYUMONO":true,"yh:TYPE":true,"yh:WIDTH":true,"yh:WIDTH_RANK":true,"LINZ2OSM:dataset":true,"LINZ2OSM:layer":true,"LINZ2OSM:source_version":true,"LINZ:dataset":true,"LINZ:layer":true,"LINZ:source_version":true,"linz2osm:objectid":true,"fid":true,"import_uuid":true,"gnis:import_uuid":true}

0 commit comments

Comments
 (0)