Skip to content

Commit d22fc78

Browse files
committed
npm run dist
1 parent 7fea9e4 commit d22fc78

Some content is hidden

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

71 files changed

+3510
-885
lines changed

dist/fields.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,10 @@
817817
"no"
818818
]
819819
},
820+
"deposit/trolley": {
821+
"key": "trolley:deposit",
822+
"type": "check"
823+
},
820824
"depth": {
821825
"key": "depth",
822826
"minValue": 0,

dist/fields.min.json

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

dist/presets.json

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -882,8 +882,7 @@
882882
"width"
883883
],
884884
"geometry": [
885-
"line",
886-
"area"
885+
"line"
887886
],
888887
"tags": {
889888
"aeroway": "runway"
@@ -5821,6 +5820,29 @@
58215820
"amenity": "toy_library"
58225821
}
58235822
},
5823+
"amenity/trolley_bay": {
5824+
"icon": "fas-cart-shopping",
5825+
"fields": [
5826+
"capacity",
5827+
"deposit/trolley",
5828+
"payment_multi_fee"
5829+
],
5830+
"moreFields": [
5831+
"brand",
5832+
"covered",
5833+
"fee",
5834+
"indoor",
5835+
"opening_hours",
5836+
"operator"
5837+
],
5838+
"geometry": [
5839+
"point",
5840+
"area"
5841+
],
5842+
"tags": {
5843+
"amenity": "trolley_bay"
5844+
}
5845+
},
58245846
"amenity/university": {
58255847
"icon": "maki-college",
58265848
"fields": [
@@ -9939,8 +9961,11 @@
99399961
"line"
99409962
],
99419963
"tags": {
9964+
"highway": "construction"
9965+
},
9966+
"removeTags": {
99429967
"highway": "construction",
9943-
"access": "no"
9968+
"construction": "*"
99449969
}
99459970
},
99469971
"highway/corridor": {
@@ -15677,6 +15702,27 @@
1567715702
"value": "yes"
1567815703
}
1567915704
},
15705+
"man_made/mast/lighting": {
15706+
"icon": "temaki-mast",
15707+
"fields": [
15708+
"{man_made/mast}",
15709+
"direction_point"
15710+
],
15711+
"moreFields": [
15712+
"{man_made/mast}"
15713+
],
15714+
"geometry": [
15715+
"point"
15716+
],
15717+
"tags": {
15718+
"man_made": "mast",
15719+
"tower:type": "lighting"
15720+
},
15721+
"reference": {
15722+
"key": "tower:type",
15723+
"value": "lighting"
15724+
}
15725+
},
1568015726
"man_made/mineshaft": {
1568115727
"icon": "temaki-mineshaft_cage",
1568215728
"geometry": [
@@ -17611,10 +17657,6 @@
1761117657
],
1761217658
"tags": {
1761317659
"office": "coworking"
17614-
},
17615-
"reference": {
17616-
"key": "amenity",
17617-
"value": "coworking_space"
1761817660
}
1761917661
},
1762017662
"office/diplomatic": {

dist/presets.min.json

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

dist/taginfo.json

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,7 @@
472472
"value": "runway",
473473
"description": "🄿 Runway",
474474
"object_types": [
475-
"way",
476-
"area"
475+
"way"
477476
],
478477
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-plane-departure.svg"
479478
},
@@ -2467,6 +2466,16 @@
24672466
],
24682467
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-chess-knight.svg"
24692468
},
2469+
{
2470+
"key": "amenity",
2471+
"value": "trolley_bay",
2472+
"description": "🄿 Cart Corral",
2473+
"object_types": [
2474+
"node",
2475+
"area"
2476+
],
2477+
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-cart-shopping.svg"
2478+
},
24702479
{
24712480
"key": "amenity",
24722481
"value": "university",
@@ -5016,9 +5025,9 @@
50165025
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/bus_guided.svg"
50175026
},
50185027
{
5019-
"key": "access",
5020-
"value": "no",
5021-
"description": "🄿 Closed Road, 🄵🅅 Allowed Access: None, 🄵🅅 Allowed Access: `no`",
5028+
"key": "highway",
5029+
"value": "construction",
5030+
"description": "🄿 Road Under Construction",
50225031
"object_types": [
50235032
"way"
50245033
],
@@ -7515,6 +7524,15 @@
75157524
],
75167525
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/mast_communication.svg"
75177526
},
7527+
{
7528+
"key": "tower:type",
7529+
"value": "lighting",
7530+
"description": "🄿 Lighting Mast",
7531+
"object_types": [
7532+
"node"
7533+
],
7534+
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/mast.svg"
7535+
},
75187536
{
75197537
"key": "man_made",
75207538
"value": "mineshaft",
@@ -12885,6 +12903,11 @@
1288512903
"value": "unknown",
1288612904
"description": "🄵🅅 Allowed Access: Unknown, 🄵🅅 Allowed Access: `unknown`"
1288712905
},
12906+
{
12907+
"key": "access",
12908+
"value": "no",
12909+
"description": "🄵🅅 Allowed Access: None, 🄵🅅 Allowed Access: `no`"
12910+
},
1288812911
{
1288912912
"key": "access",
1289012913
"value": "designated",
@@ -14065,6 +14088,10 @@
1406514088
"value": "no",
1406614089
"description": "🄵🅅 Departures Board: None"
1406714090
},
14091+
{
14092+
"key": "trolley:deposit",
14093+
"description": "🄵 Deposit"
14094+
},
1406814095
{
1406914096
"key": "depth",
1407014097
"description": "🄵 Depth (Meters)"

dist/taginfo.min.json

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

dist/translations/ar.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,7 +3933,7 @@
39333933
"terms": "نفايات,قمامة,مهملات"
39343934
},
39353935
"amenity/water_point": {
3936-
"name": "مياه شرب لمقطورات السفر والتخييم",
3936+
"name": "تعبئة مياه شرب بكميات (لمقطورات السفر والتخييم)",
39373937
"terms": "مياه شرب للكارفانات"
39383938
},
39393939
"amenity/watering_place": {
@@ -8020,8 +8020,8 @@
80208020
"terms": "محطة معلومات"
80218021
},
80228022
"tourism/motel": {
8023-
"name": "فندق رخيص",
8024-
"terms": "فندق رخيص"
8023+
"name": "فندق صغير",
8024+
"terms": "فندق صغير"
80258025
},
80268026
"tourism/museum": {
80278027
"name": "متحف",
@@ -8032,7 +8032,7 @@
80328032
"terms": "متحف تاريخي"
80338033
},
80348034
"tourism/picnic_site": {
8035-
"name": "موقع نزهة",
8035+
"name": "موقع تنزه",
80368036
"terms": "موقع نزهة"
80378037
},
80388038
"tourism/theme_park": {

dist/translations/ar.min.json

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

0 commit comments

Comments
 (0)