Skip to content

Commit 7cd0d88

Browse files
committed
Build v6.13.1 release
1 parent f4665c0 commit 7cd0d88

File tree

270 files changed

+8700
-15318
lines changed

Some content is hidden

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

270 files changed

+8700
-15318
lines changed

dist/deprecated.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4410,5 +4410,23 @@
44104410
"oneway:bicycle": "no",
44114411
"cycleway:left": "no"
44124412
}
4413+
},
4414+
{
4415+
"old": {
4416+
"man_made": "torii"
4417+
},
4418+
"replace": {
4419+
"man_made": "ceremonial_gate",
4420+
"ceremonial_gate": "torii"
4421+
}
4422+
},
4423+
{
4424+
"old": {
4425+
"man_made": "paifang"
4426+
},
4427+
"replace": {
4428+
"man_made": "ceremonial_gate",
4429+
"ceremonial_gate": "paifang"
4430+
}
44134431
}
44144432
]

dist/deprecated.min.json

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

dist/fields.json

Lines changed: 172 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
2+
"wood_provided": {
3+
"key": "wood_provided",
4+
"type": "check",
5+
"locationSet": {
6+
"include": [
7+
"ch",
8+
"dk",
9+
"fi",
10+
"se"
11+
]
12+
}
13+
},
214
"windings": {
315
"key": "windings",
416
"type": "number",
@@ -83,7 +95,8 @@
8395
"water_tank",
8496
"pond",
8597
"river",
86-
"stream"
98+
"stream",
99+
"groundwater"
87100
]
88101
},
89102
"water_point": {
@@ -954,6 +967,15 @@
954967
"key": "self_service",
955968
"type": "check"
956969
},
970+
"self_checkout": {
971+
"key": "self_checkout",
972+
"type": "radio",
973+
"options": [
974+
"yes",
975+
"only",
976+
"no"
977+
]
978+
},
957979
"segregated": {
958980
"key": "segregated",
959981
"type": "check"
@@ -1335,11 +1357,9 @@
13351357
"keys": [
13361358
"post:block_number",
13371359
"post:city",
1338-
"post:block_number",
13391360
"post:conscriptionnumber",
13401361
"post:county",
13411362
"post:country",
1342-
"post:county",
13431363
"post:district",
13441364
"post:floor",
13451365
"post:hamlet",
@@ -1377,7 +1397,94 @@
13771397
},
13781398
"playground": {
13791399
"key": "playground",
1380-
"type": "combo"
1400+
"type": "combo",
1401+
"options": [
1402+
"activitypanel",
1403+
"aerialrotator",
1404+
"archimedes_screw",
1405+
"balance",
1406+
"balancebeam",
1407+
"ball_pool",
1408+
"bannister_bars",
1409+
"basketrotator",
1410+
"basketswing",
1411+
"belt_bridge",
1412+
"blackboard",
1413+
"bridge",
1414+
"cushion",
1415+
"chute",
1416+
"climbing",
1417+
"climbing_pole",
1418+
"climbing_slope",
1419+
"climbingframe",
1420+
"climbingwall",
1421+
"dome",
1422+
"excavator",
1423+
"exercise",
1424+
"funnel_ball",
1425+
"hammock",
1426+
"hamster_wheel",
1427+
"hopscotch",
1428+
"horizontal_bar",
1429+
"ladder",
1430+
"map",
1431+
"maze",
1432+
"marble_run",
1433+
"monkey_bars",
1434+
"mound",
1435+
"musical_instrument",
1436+
"parallel_bars",
1437+
"platform",
1438+
"playhouse",
1439+
"pump",
1440+
"ride_on",
1441+
"rope_swing",
1442+
"rope_traverse",
1443+
"rotator",
1444+
"roundabout",
1445+
"sand",
1446+
"sand_pulley",
1447+
"sand_seesaw",
1448+
"sand_wheel",
1449+
"sandpit",
1450+
"seat",
1451+
"seesaw",
1452+
"sieve",
1453+
"sledding",
1454+
"slide",
1455+
"speaking_tube",
1456+
"spinner",
1457+
"spinner_bowl",
1458+
"spinning_circle",
1459+
"spinning_disc",
1460+
"spring_board",
1461+
"springy",
1462+
"splash_pad",
1463+
"stepping_post",
1464+
"stepping_stone",
1465+
"steps",
1466+
"structure",
1467+
"swing",
1468+
"baby_swing",
1469+
"tire_swing",
1470+
"table",
1471+
"teenshelter",
1472+
"track",
1473+
"trampoline",
1474+
"tunnel_tube",
1475+
"water",
1476+
"water_barrier",
1477+
"water_basin",
1478+
"water_cannon",
1479+
"water_channel",
1480+
"water_seesaw",
1481+
"water_sprayer",
1482+
"water_stream",
1483+
"water_wheel",
1484+
"wobble_bridge",
1485+
"youth_bench",
1486+
"zipwire"
1487+
]
13811488
},
13821489
"plant": {
13831490
"key": "plant",
@@ -1421,6 +1528,9 @@
14211528
"payment_multi": {
14221529
"key": "payment:",
14231530
"type": "multiCombo",
1531+
"reference": {
1532+
"key": "payment:*"
1533+
},
14241534
"options": [
14251535
"account_cards",
14261536
"app",
@@ -2299,7 +2409,17 @@
22992409
},
23002410
"house": {
23012411
"key": "house",
2302-
"type": "combo"
2412+
"type": "combo",
2413+
"autoSuggestions": false,
2414+
"options": [
2415+
"bungalow",
2416+
"detached",
2417+
"link-detached",
2418+
"maisonette",
2419+
"semi-detached",
2420+
"terrace",
2421+
"terraced"
2422+
]
23032423
},
23042424
"hot_water": {
23052425
"key": "hot_water",
@@ -2800,6 +2920,21 @@
28002920
"relation"
28012921
]
28022922
},
2923+
"education": {
2924+
"key": "education",
2925+
"type": "typeCombo",
2926+
"options": [
2927+
"college",
2928+
"dancing_school",
2929+
"driving_school",
2930+
"kindergarten",
2931+
"language_school",
2932+
"music_school",
2933+
"prep_school",
2934+
"school",
2935+
"university"
2936+
]
2937+
},
28032938
"duration": {
28042939
"key": "duration",
28052940
"type": "text"
@@ -3583,6 +3718,16 @@
35833718
"key": "changing_table",
35843719
"type": "check"
35853720
},
3721+
"ceremonial_gate": {
3722+
"key": "ceremonial_gate",
3723+
"type": "combo",
3724+
"options": [
3725+
"torii",
3726+
"paifang",
3727+
"hongsalmun",
3728+
"iljumun"
3729+
]
3730+
},
35863731
"castle_type": {
35873732
"key": "castle_type",
35883733
"type": "combo",
@@ -3657,6 +3802,10 @@
36573802
"type": "number",
36583803
"minValue": 1
36593804
},
3805+
"cabins": {
3806+
"key": "cabins",
3807+
"type": "check"
3808+
},
36603809
"button_operated": {
36613810
"key": "button_operated",
36623811
"type": "check"
@@ -3745,7 +3894,8 @@
37453894
"train_station",
37463895
"transportation",
37473896
"university",
3748-
"warehouse"
3897+
"warehouse",
3898+
"container"
37493899
]
37503900
},
37513901
"bridge_combo": {
@@ -4150,7 +4300,6 @@
41504300
"keys": [
41514301
"addr:block_number",
41524302
"addr:city",
4153-
"addr:block_number",
41544303
"addr:conscriptionnumber",
41554304
"addr:country",
41564305
"addr:county",
@@ -4381,7 +4530,8 @@
43814530
"freestanding": "roentgen-tube",
43824531
"guyed_lattice": "roentgen-lattice_guyed",
43834532
"guyed_tube": "roentgen-tube_guyed",
4384-
"lattice": "roentgen-lattice"
4533+
"lattice": "roentgen-lattice",
4534+
"dish": "fas-satellite-dish"
43854535
}
43864536
},
43874537
"toilets/wheelchair": {
@@ -4750,12 +4900,19 @@
47504900
"options": [
47514901
"flat",
47524902
"gabled",
4903+
"gabled_height_moved",
47534904
"skillion",
47544905
"hipped",
47554906
"half-hipped",
4907+
"side_hipped",
4908+
"side_half-hipped",
47564909
"mansard",
47574910
"gambrel",
4911+
"hipped-and-gabled",
47584912
"pyramidal",
4913+
"crosspitched",
4914+
"sawtooth",
4915+
"butterfly",
47594916
"cone",
47604917
"dome",
47614918
"onion",
@@ -6405,9 +6562,14 @@
64056562
"thermal"
64066563
]
64076564
},
6408-
"bath/sand_bath": {
6565+
"bath/sand_bath-JP": {
64096566
"key": "bath:sand_bath",
6410-
"type": "check"
6567+
"type": "check",
6568+
"locationSet": {
6569+
"include": [
6570+
"JP"
6571+
]
6572+
}
64116573
},
64126574
"bath/open_air": {
64136575
"key": "bath:open_air",

dist/fields.min.json

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

dist/preset_categories.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
"members": [
1818
"natural/water",
1919
"natural/water/pond",
20-
"natural/water/basin",
2120
"natural/water/lake",
22-
"natural/water/reservoir"
21+
"natural/water/reservoir",
22+
"natural/water/river",
23+
"natural/water/basin"
2324
]
2425
},
2526
"category-utility": {

dist/preset_categories.min.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"category-waterway":{"icon":"iD-waterway-stream","members":["waterway/stream","waterway/drain","waterway/river","waterway/canal","waterway/ditch","natural/water/stream","natural/water/river","natural/water/canal"]},"category-water":{"icon":"maki-water","members":["natural/water","natural/water/pond","natural/water/basin","natural/water/lake","natural/water/reservoir"]},"category-utility":{"icon":"iD-power-line","members":["power/line","power/minor_line","man_made/pipeline","power/cable","power/generator","power/plant","power/switch","power/transformer"]},"category-route":{"icon":"iD-route","members":["type/route/road","type/route/bicycle","type/route/foot","type/route/hiking","type/route/horse","type/route/piste","type/route/bus","type/route/train","type/route/light_rail","type/route/tram","type/route/subway","type/route/railway","type/route/trolleybus","type/route/ferry","type/route/power","type/route/pipeline","type/route/detour","type/route_master","type/route/climbing","type/route"]},"category-road_service":{"icon":"iD-highway-service","members":["highway/service","highway/service/parking_aisle","highway/service/driveway","highway/service/alley","highway/service/emergency_access","highway/service/drive-through"]},"category-road_minor":{"icon":"iD-highway-unclassified","members":["highway/unclassified","highway/residential","highway/living_street","highway/service","highway/track"]},"category-road_major":{"icon":"iD-highway-unclassified","members":["highway/motorway","highway/trunk","highway/primary","highway/secondary","highway/tertiary","highway/motorway_link","highway/trunk_link","highway/primary_link","highway/secondary_link","highway/tertiary_link"]},"category-restriction":{"icon":"iD-restriction","members":["type/restriction/no_left_turn","type/restriction/no_right_turn","type/restriction/no_straight_on","type/restriction/no_u_turn","type/restriction/only_left_turn","type/restriction/only_right_turn","type/restriction/only_straight_on","type/restriction/only_u_turn","type/restriction"]},"category-rail":{"icon":"temaki-railway_track","members":["railway/rail","railway/disused","railway/tram","railway/subway","railway/narrow_gauge","railway/light_rail","railway/monorail","railway/funicular"]},"category-playground":{"icon":"temaki-play_structure","members":["playground/swing","playground/structure","playground/slide","playground/sandpit","playground/springy","playground/climbingframe","playground/seesaw","playground/roundabout","playground/zipwire","playground/basketswing","playground/playhouse"]},"category-path":{"icon":"temaki-pedestrian","members":["highway/path","highway/footway","highway/footway/crossing/uncontrolled","highway/footway/sidewalk","highway/path/informal","highway/steps","highway/cycleway","highway/bridleway","highway/pedestrian_line"]},"category-natural":{"icon":"maki-natural","members":["natural/water","natural/wood","natural/scrub","natural/wetland","natural/grassland","natural/heath","natural/bare_rock","natural/beach","natural/cave_entrance","natural/glacier","natural/coastline","natural/tree_row","natural/peak","natural/cliff"]},"category-landuse":{"icon":"maki-landuse","members":["landuse/residential","landuse/industrial","landuse/commercial","landuse/retail","landuse/farmland","landuse/farmyard","landuse/forest","landuse/meadow","landuse/aquaculture","landuse/cemetery","landuse/military","landuse/religious"]},"category-golf":{"icon":"maki-golf","members":["golf/fairway","golf/green","golf/lateral_water_hazard","golf/rough","golf/bunker","golf/tee","golf/water_hazard","golf/driving_range","golf/hole","golf/cartpath","golf/path"]},"category-climbing":{"icon":"temaki-climbing","members":["climbing/route","climbing/route_bottom","climbing/crag","type/route/climbing","type/site/climbing/crag","type/site/climbing/area"]},"category-building":{"icon":"maki-building","members":["building","building/house","building/apartments","building/garage","building/retail","building/commercial","building/industrial","building/residential"]},"category-barrier":{"icon":"maki-roadblock","members":["barrier/fence","barrier/guard_rail","barrier/wall","barrier/retaining_wall","barrier/kerb","barrier/gate","barrier/lift_gate","barrier/bollard","barrier/cycle_barrier","barrier/stile","barrier/hedge","barrier/ditch","barrier"]}}
1+
{"category-waterway":{"icon":"iD-waterway-stream","members":["waterway/stream","waterway/drain","waterway/river","waterway/canal","waterway/ditch","natural/water/stream","natural/water/river","natural/water/canal"]},"category-water":{"icon":"maki-water","members":["natural/water","natural/water/pond","natural/water/lake","natural/water/reservoir","natural/water/river","natural/water/basin"]},"category-utility":{"icon":"iD-power-line","members":["power/line","power/minor_line","man_made/pipeline","power/cable","power/generator","power/plant","power/switch","power/transformer"]},"category-route":{"icon":"iD-route","members":["type/route/road","type/route/bicycle","type/route/foot","type/route/hiking","type/route/horse","type/route/piste","type/route/bus","type/route/train","type/route/light_rail","type/route/tram","type/route/subway","type/route/railway","type/route/trolleybus","type/route/ferry","type/route/power","type/route/pipeline","type/route/detour","type/route_master","type/route/climbing","type/route"]},"category-road_service":{"icon":"iD-highway-service","members":["highway/service","highway/service/parking_aisle","highway/service/driveway","highway/service/alley","highway/service/emergency_access","highway/service/drive-through"]},"category-road_minor":{"icon":"iD-highway-unclassified","members":["highway/unclassified","highway/residential","highway/living_street","highway/service","highway/track"]},"category-road_major":{"icon":"iD-highway-unclassified","members":["highway/motorway","highway/trunk","highway/primary","highway/secondary","highway/tertiary","highway/motorway_link","highway/trunk_link","highway/primary_link","highway/secondary_link","highway/tertiary_link"]},"category-restriction":{"icon":"iD-restriction","members":["type/restriction/no_left_turn","type/restriction/no_right_turn","type/restriction/no_straight_on","type/restriction/no_u_turn","type/restriction/only_left_turn","type/restriction/only_right_turn","type/restriction/only_straight_on","type/restriction/only_u_turn","type/restriction"]},"category-rail":{"icon":"temaki-railway_track","members":["railway/rail","railway/disused","railway/tram","railway/subway","railway/narrow_gauge","railway/light_rail","railway/monorail","railway/funicular"]},"category-playground":{"icon":"temaki-play_structure","members":["playground/swing","playground/structure","playground/slide","playground/sandpit","playground/springy","playground/climbingframe","playground/seesaw","playground/roundabout","playground/zipwire","playground/basketswing","playground/playhouse"]},"category-path":{"icon":"temaki-pedestrian","members":["highway/path","highway/footway","highway/footway/crossing/uncontrolled","highway/footway/sidewalk","highway/path/informal","highway/steps","highway/cycleway","highway/bridleway","highway/pedestrian_line"]},"category-natural":{"icon":"maki-natural","members":["natural/water","natural/wood","natural/scrub","natural/wetland","natural/grassland","natural/heath","natural/bare_rock","natural/beach","natural/cave_entrance","natural/glacier","natural/coastline","natural/tree_row","natural/peak","natural/cliff"]},"category-landuse":{"icon":"maki-landuse","members":["landuse/residential","landuse/industrial","landuse/commercial","landuse/retail","landuse/farmland","landuse/farmyard","landuse/forest","landuse/meadow","landuse/aquaculture","landuse/cemetery","landuse/military","landuse/religious"]},"category-golf":{"icon":"maki-golf","members":["golf/fairway","golf/green","golf/lateral_water_hazard","golf/rough","golf/bunker","golf/tee","golf/water_hazard","golf/driving_range","golf/hole","golf/cartpath","golf/path"]},"category-climbing":{"icon":"temaki-climbing","members":["climbing/route","climbing/route_bottom","climbing/crag","type/route/climbing","type/site/climbing/crag","type/site/climbing/area"]},"category-building":{"icon":"maki-building","members":["building","building/house","building/apartments","building/garage","building/retail","building/commercial","building/industrial","building/residential"]},"category-barrier":{"icon":"maki-roadblock","members":["barrier/fence","barrier/guard_rail","barrier/wall","barrier/retaining_wall","barrier/kerb","barrier/gate","barrier/lift_gate","barrier/bollard","barrier/cycle_barrier","barrier/stile","barrier/hedge","barrier/ditch","barrier"]}}

0 commit comments

Comments
 (0)