mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-17 08:40:23 +02:00
Vendored
+3415
File diff suppressed because it is too large
Load Diff
Vendored
+48
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Vendored
+4244
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+224
@@ -0,0 +1,224 @@
|
||||
{
|
||||
"category-barrier": {
|
||||
"icon": "maki-roadblock",
|
||||
"name": "Barrier Features",
|
||||
"members": [
|
||||
"barrier/fence",
|
||||
"barrier/wall",
|
||||
"barrier/ditch",
|
||||
"barrier/gate",
|
||||
"barrier/hedge",
|
||||
"barrier/kerb",
|
||||
"barrier"
|
||||
]
|
||||
},
|
||||
"category-building": {
|
||||
"icon": "maki-building",
|
||||
"name": "Building Features",
|
||||
"members": [
|
||||
"building",
|
||||
"building/house",
|
||||
"building/apartments",
|
||||
"building/garage",
|
||||
"building/retail",
|
||||
"building/commercial",
|
||||
"building/industrial",
|
||||
"building/residential"
|
||||
]
|
||||
},
|
||||
"category-golf": {
|
||||
"icon": "maki-golf",
|
||||
"name": "Golf Features",
|
||||
"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-landuse": {
|
||||
"icon": "maki-landuse",
|
||||
"name": "Land Use Features",
|
||||
"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-natural": {
|
||||
"icon": "maki-natural",
|
||||
"name": "Natural Features",
|
||||
"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-path": {
|
||||
"icon": "temaki-pedestrian",
|
||||
"name": "Paths",
|
||||
"members": [
|
||||
"highway/path",
|
||||
"highway/footway",
|
||||
"highway/footway/marked",
|
||||
"highway/footway/sidewalk",
|
||||
"highway/steps",
|
||||
"highway/cycleway",
|
||||
"highway/bridleway",
|
||||
"highway/pedestrian_line"
|
||||
]
|
||||
},
|
||||
"category-rail": {
|
||||
"icon": "temaki-railway_track",
|
||||
"name": "Rails",
|
||||
"members": [
|
||||
"railway/rail",
|
||||
"railway/disused",
|
||||
"railway/tram",
|
||||
"railway/subway",
|
||||
"railway/narrow_gauge",
|
||||
"railway/light_rail",
|
||||
"railway/monorail",
|
||||
"railway/funicular"
|
||||
]
|
||||
},
|
||||
"category-restriction": {
|
||||
"icon": "iD-restriction",
|
||||
"name": "Restriction Features",
|
||||
"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-road_major": {
|
||||
"icon": "iD-highway-unclassified",
|
||||
"name": "Major Roads",
|
||||
"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-road_minor": {
|
||||
"icon": "iD-highway-unclassified",
|
||||
"name": "Minor Roads",
|
||||
"members": [
|
||||
"highway/unclassified",
|
||||
"highway/residential",
|
||||
"highway/living_street",
|
||||
"highway/service",
|
||||
"highway/track"
|
||||
]
|
||||
},
|
||||
"category-road_service": {
|
||||
"icon": "iD-highway-service",
|
||||
"name": "Service Roads",
|
||||
"members": [
|
||||
"highway/service",
|
||||
"highway/service/parking_aisle",
|
||||
"highway/service/driveway",
|
||||
"highway/service/alley",
|
||||
"highway/service/emergency_access",
|
||||
"highway/service/drive-through"
|
||||
]
|
||||
},
|
||||
"category-route": {
|
||||
"icon": "iD-route",
|
||||
"name": "Route Features",
|
||||
"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/ferry",
|
||||
"type/route/power",
|
||||
"type/route/pipeline",
|
||||
"type/route/detour",
|
||||
"type/route_master",
|
||||
"type/route"
|
||||
]
|
||||
},
|
||||
"category-utility": {
|
||||
"icon": "iD-power-line",
|
||||
"name": "Utility Features",
|
||||
"members": [
|
||||
"power/line",
|
||||
"power/minor_line",
|
||||
"man_made/pipeline",
|
||||
"power/cable/underground"
|
||||
]
|
||||
},
|
||||
"category-water": {
|
||||
"icon": "maki-water",
|
||||
"name": "Water Bodies",
|
||||
"members": [
|
||||
"natural/water",
|
||||
"natural/water/pond",
|
||||
"natural/water/basin",
|
||||
"natural/water/lake",
|
||||
"natural/water/reservoir"
|
||||
]
|
||||
},
|
||||
"category-waterway": {
|
||||
"icon": "iD-waterway-stream",
|
||||
"name": "Waterways",
|
||||
"members": [
|
||||
"waterway/stream",
|
||||
"waterway/drain",
|
||||
"waterway/river",
|
||||
"waterway/canal",
|
||||
"waterway/ditch",
|
||||
"natural/water/stream",
|
||||
"natural/water/river",
|
||||
"natural/water/canal"
|
||||
]
|
||||
}
|
||||
}
|
||||
Vendored
+61
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"area": [
|
||||
"category-landuse",
|
||||
"category-building",
|
||||
"category-water",
|
||||
"category-natural",
|
||||
"leisure/park",
|
||||
"amenity/hospital",
|
||||
"amenity/place_of_worship",
|
||||
"amenity/cafe",
|
||||
"amenity/restaurant",
|
||||
"area"
|
||||
],
|
||||
"line": [
|
||||
"category-road_major",
|
||||
"category-road_minor",
|
||||
"category-rail",
|
||||
"category-path",
|
||||
"category-waterway",
|
||||
"category-barrier",
|
||||
"category-natural",
|
||||
"category-utility",
|
||||
"line"
|
||||
],
|
||||
"point": [
|
||||
"category-natural",
|
||||
"leisure/park",
|
||||
"amenity/hospital",
|
||||
"amenity/place_of_worship",
|
||||
"amenity/cafe",
|
||||
"amenity/restaurant",
|
||||
"amenity/fast_food",
|
||||
"amenity/bar",
|
||||
"amenity/bank",
|
||||
"shop/supermarket",
|
||||
"point"
|
||||
],
|
||||
"vertex": [
|
||||
"highway/crossing/marked",
|
||||
"highway/crossing/unmarked",
|
||||
"railway/level_crossing",
|
||||
"highway/traffic_signals",
|
||||
"highway/turning_circle",
|
||||
"highway/turning_loop",
|
||||
"traffic_calming",
|
||||
"highway/mini_roundabout",
|
||||
"highway/motorway_junction",
|
||||
"point"
|
||||
],
|
||||
"relation": [
|
||||
"category-route",
|
||||
"category-restriction",
|
||||
"public_transport/stop_area",
|
||||
"type/boundary",
|
||||
"type/waterway",
|
||||
"type/multipolygon",
|
||||
"type/enforcement",
|
||||
"type/site",
|
||||
"relation"
|
||||
]
|
||||
}
|
||||
Vendored
+177189
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+15636
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ak":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"am":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ar-AA":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"as":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ay":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"az":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ba":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"be":{"presets":{"categories":{"category-barrier":{"name":"Перашкоды"},"category-building":{"name":"Будынкі"},"category-golf":{"name":"Аб'екты на полі для гольфа"},"category-landuse":{"name":"Аб'екты землекарыстання"},"category-natural":{"name":"Прыродныя аб'екты"},"category-path":{"name":"Шлях"},"category-rail":{"name":"Рэйкі"},"category-restriction":{"name":"Забароненыя аб'екты"},"category-road_major":{"name":"Асноўныя дарогі"},"category-road_minor":{"name":"Малазначныя дарогі"},"category-road_service":{"name":"Службовыя дарогі"},"category-route":{"name":"Аб'екты маршрутаў"},"category-utility":{"name":"Іншыя аб'екты"},"category-water":{"name":"Водныя паверхні"},"category-waterway":{"name":"Водныя шляхі"}},"fields":{"access":{"label":"Агульны доступ"}}}}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"bo":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"cv":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"cy":{"presets":{"categories":{"category-barrier":{"name":"Nodweddion Rhwystr"},"category-building":{"name":"Nodweddion Adeilad"},"category-landuse":{"name":"Nodweddion Defnydd Tir"},"category-restriction":{"name":"Nodweddion Cyfyngiad"},"category-route":{"name":"Nodweddion Llwybr"}},"fields":{"access":{"label":"Yn Caniatau Mynediad","options":{"designated":{"title":"Dynodedig"},"destination":{"title":"Cyrchfan"}}},"address":{"label":"Cyfeiriad","placeholders":{"city":"Dinas"}},"country":{"label":"Gwlad"},"craft":{"label":"Math"},"crane/type":{"label":"Math o Graen"},"crop":{"label":"Cnydau"},"crossing":{"label":"Math"},"cuisine":{"label":"Bwydydd"},"cycleway":{"options":{"none":{"title":"Dim"}},"types":{"cycleway:left":"Ochr chwith","cycleway:right":"Ochr dde"}},"date":{"label":"Dyddiad"},"description":{"label":"Disgrifiad"},"devices":{"label":"Dyfeisiau","placeholder":"1, 2, 3..."},"direction":{"label":"Cyfeiriad (Gradd Clocwedd)","placeholder":"45, 90, 180, 270"},"direction_clock":{"label":"Cyfeiriad","options":{"anticlockwise":"Gwrthglocwedd","clockwise":"Clocwedd"}},"direction_vertex":{"options":{"backward":"Yn ôl","forward":"Ymlaen"}},"display":{"label":"Arddangos"},"dock":{"label":"Math"},"duration":{"label":"Hyd","placeholder":"00:00"},"electrified":{"options":{"contact_line":"Llinell Cyswllt","no":"Na"}},"incline_steps":{"options":{"down":"Lawr","up":"Lan/fyny"}},"information":{"label":"Math"},"inscription":{"label":"Arysgrif"},"internet_access":{"options":{"no":"Na","yes":"Ia"}},"label":{"label":"Label"},"lamp_type":{"label":"Math"},"landuse":{"label":"Math"},"lanes":{"label":"Lonydd","placeholder":"1, 2, 3..."},"layer":{"label":"Haen","placeholder":"0"},"leaf_cycle":{"options":{"deciduous":"Collddail","evergreen":"Bytholwyrdd","mixed":"Cymysg","semi_deciduous":"Lled-collddail","semi_evergreen":"Lled-bytholwyrdd"}},"leaf_cycle_singular":{"label":"Cylchred Dail","options":{"deciduous":"Collddail","evergreen":"Bytholwyrdd","semi_deciduous":"Lled-collddail","semi_evergreen":"Lled-bytholwyrdd"}},"leaf_type":{"label":"Math o Ddail","options":{"broadleaved":"Llydanddail","leafless":"Di-ddail","mixed":"Cymysg"}},"leaf_type_singular":{"label":"Math o Ddail","options":{"broadleaved":"Llydanddail","leafless":"Di-ddail"}},"leisure":{"label":"Math"},"length":{"label":"Hyd (metr)"},"level":{"label":"Lefel"},"location":{"label":"Lleoliad"},"man_made":{"label":"Math"},"manhole":{"label":"Math"},"mtb/scale/imba":{"options":{"1":"Hawdd (cylch gwyrdd)","2":"Canolig (sgwâr glas)","3":"Anodd (diemwnt du)","4":"Anodd Iawn (diemwnt du dwbl)"},"placeholder":"Hawdd, Canolig, Anodd..."}},"presets":{"waterway/waterfall":{"name":"Rheadr"}}}}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ee":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"en-AU":{"presets":{"fields":{"changing_table":{"label":"Nappy Changing Table"},"height":{"label":"Height (Metres)"},"height_building":{"label":"Building Height (Metres)"},"kerb":{"label":"Kerb"},"length":{"label":"Length (Metres)"},"recycling_type":{"options":{"centre":"Centre"},"placeholder":"Container, Centre"},"width":{"label":"Width (Metres)"}},"presets":{"amenity/arts_centre":{"name":"Arts Centre"},"amenity/community_centre":{"name":"Community Centre"},"amenity/community_centre/lgbtq":{"name":"LGBTQ+ Community Centre"},"amenity/conference_centre":{"name":"Convention Centre"},"amenity/dive_centre":{"name":"Dive Centre"},"amenity/fuel":{"name":"Service Station"},"amenity/payment_centre":{"name":"Payment Centre"},"amenity/pharmacy":{"name":"Pharmacy"},"amenity/recycling_centre":{"name":"Recycling Centre"},"amenity/social_centre":{"name":"Social Centre"},"amenity/vending_machine/fuel":{"name":"Fuel Pump"},"barrier/kerb":{"name":"Kerb"},"barrier/kerb/flush":{"name":"Flush Kerb"},"barrier/kerb/lowered":{"name":"Lowered Kerb"},"healthcare/birthing_center":{"name":"Birthing Centre"},"healthcare/blood_donation":{"name":"Blood Donor Centre"},"highway/crossing/marked":{"name":"Marked Crossing"},"highway/crossing/marked-raised":{"name":"Marked Crossing (Raised)"},"highway/crossing/zebra":{"name":"Marked Crossing"},"highway/crossing/zebra-raised":{"name":"Marked Crossing (Raised)"},"highway/cycleway/bicycle_foot":{"name":"Shared Path"},"highway/footway/marked":{"name":"Marked Crossing"},"highway/footway/marked-raised":{"name":"Marked Crossing (Raised)"},"highway/footway/sidewalk":{"name":"Footpath (sidewalk)"},"highway/footway/zebra":{"name":"Marked Zebra Crossing"},"highway/footway/zebra-raised":{"name":"Marked Zebra Crossing (Raised)"},"highway/give_way":{"name":"Give Way Sign"},"highway/living_street":{"name":"Shared Zone Road"},"leisure/adult_gaming_centre":{"name":"Adult Gaming Centre"},"leisure/fitness_centre":{"name":"Gym / Fitness Centre"},"leisure/sports_centre":{"name":"Sports Centre / Complex"},"shop/cheese":{"name":"Cheese Shop","terms":"Cheesemonger"},"shop/chemist":{"name":"Pharmacy","terms":"Chemist"},"shop/chocolate":{"name":"Chocolate Shop","terms":"Chocolatier"},"shop/garden_centre":{"name":"Garden Centre"},"shop/tyres":{"name":"Tyre Shop"},"telecom/data_center":{"name":"Data Centre"},"tourism/caravan_site":{"name":"Caravan Site"}}}}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"en-IN":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"en-NZ":{}}
|
||||
Vendored
+1
-7866
File diff suppressed because one or more lines are too long
Vendored
-9198
File diff suppressed because it is too large
Load Diff
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ff":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"fil":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"gan":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"grt":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"gu":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ha":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"hi":{"presets":{"categories":{"category-barrier":{"name":"बाधा विशॆषता"},"category-building":{"name":"इमारत विशॆषता"},"category-landuse":{"name":"भूमि उपयोग विशॆषता"},"category-restriction":{"name":"प्रतिबंध विशॆषता"},"category-route":{"name":"रास्ता विशॆषता"}},"fields":{"access":{"label":"अनुज्ञात प्रवेश","options":{"destination":{"title":"मंजिल"},"dismount":{"title":"उतरना"},"no":{"title":"प्रतिबंधित"},"permissive":{"title":"अनुज्ञात्मक"},"private":{"title":"निजी"},"yes":{"title":"अनुज्ञात"}},"types":{"access":"सब","bicycle":"साइकिल","foot":"पैर","horse":"घोड़े","motor_vehicle":"मोटर वाहन"}},"access_simple":{"label":"अनुज्ञात प्रवेश"},"address":{"label":"पता","placeholders":{"city":"शहर","city!jp":"शहर/नगर /गाँव","city!vn":"शहर/नगर ","country":"देश","county":"देश","county!jp":"जिला","district":"जिला","floor":"मंजिल","hamlet":"उपग्राम","housename":"घर का नाम","neighbourhood":"अास पड़ोस","place":"जगह","state":"प्रदेश","street":"गली"}},"aerialway":{"label":"भाती"},"aerialway/access":{"options":{"both":"दोनो","entry":"प्रवेश","exit":"निकास"}},"aerialway/capacity":{"label":"क्षमता (प्रति घंटा)"},"aerialway/summer/access":{"options":{"both":"दोनो","entry":"प्रवेश"}},"animal_breeding":{"label":"जान्वरों के लिए"},"animal_shelter":{"label":"जान्वरों के लिए"},"building":{"label":"इमारत"},"building_area":{"label":"इमारत"},"date":{"label":"दिनॉंक"},"fire_hydrant/type":{"options":{"wall":"दिवार"}},"gender":{"options":{"female":"औरत","male":"आदमी"}},"incline_steps":{"options":{"down":"नीचॆ","up":"ऊपर"}},"internet_access":{"options":{"no":"नहीं","yes":"हॉं"}},"name":{"label":"नाम"},"plant":{"label":"पौधा"},"rooms":{"label":"कमरे"},"second_hand":{"options":{"no":"नहीं","only":"केवल","yes":"हॉं"}},"smoking":{"label":"धूम्रपान"},"sport":{"label":"खेल"},"sport_ice":{"label":"खेल"},"sport_racing_motor":{"label":"खेल"},"sport_racing_nonmotor":{"label":"खेल"},"stars":{"label":"तारे"},"structure":{"options":{"bridge":"पुल"}},"toilets/disposal":{"options":{"bucket":"बालटी"}},"trees":{"label":"पेड़"}},"presets":{"address":{"name":"पता"},"amenity/clock":{"name":"घडी"},"amenity/drinking_water":{"name":"पीने का पानी"},"area":{"name":"एरिया"},"barrier/wall":{"name":"दिवार"},"building/house":{"name":"मकान"},"building/hut":{"name":"झोपड़ी"},"craft/tailor":{"name":"दऱजी"},"golf/rough":{"name":"खुरदुरा"},"landuse/grass":{"name":"घास"},"line":{"name":"रेखा"},"natural/tree":{"name":"पेड़"},"natural/water":{"name":"पानी"},"natural/water/lake":{"name":"झील"},"natural/water/pond":{"name":"तलाब"},"point":{"name":"बिंदु"},"shop":{"name":"दुकान"},"shop/books":{"name":"किताबों की दुकान"},"tourism/zoo":{"name":"चिड़िया घर"},"waterway/river":{"name":"नदी"},"waterway/waterfall":{"name":"झरना"}}}}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ia":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ig":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"af":{"pct":0.09},"ak":{"pct":0},"am":{"pct":0},"ar":{"pct":0.58},"ar-AA":{"pct":0},"as":{"pct":0},"ast":{"pct":0.35},"ay":{"pct":0},"az":{"pct":0},"ba":{"pct":0},"be":{"pct":0},"bg":{"pct":0.17},"bn":{"pct":0.07},"bo":{"pct":0},"bs":{"pct":0.18},"ca":{"pct":0.44},"ckb":{"pct":0.06},"cs":{"pct":0.85},"cv":{"pct":0},"cy":{"pct":0.02},"da":{"pct":0.71},"de":{"pct":1},"dv":{"pct":0.03},"ee":{"pct":0},"el":{"pct":0.62},"en":{"pct":1},"en-AU":{"pct":0.01},"en-GB":{"pct":0.39},"en-IN":{"pct":0},"en-NZ":{"pct":0},"eo":{"pct":1},"es":{"pct":1},"et":{"pct":0.37},"eu":{"pct":0.19},"fa":{"pct":0.87},"ff":{"pct":0},"fi":{"pct":0.66},"fil":{"pct":0},"fr":{"pct":0.96},"gan":{"pct":0},"gl":{"pct":0.78},"grt":{"pct":0},"gu":{"pct":0},"ha":{"pct":0},"he":{"pct":0.98},"hi":{"pct":0.02},"hr":{"pct":0.39},"hu":{"pct":0.76},"hy":{"pct":0.04},"ia":{"pct":0},"id":{"pct":0.25},"ig":{"pct":0},"is":{"pct":0.44},"it":{"pct":0.97},"ja":{"pct":1},"jam":{"pct":0},"jv":{"pct":0},"ka":{"pct":0},"kbd":{"pct":0},"kha":{"pct":0},"ki":{"pct":0},"kk":{"pct":0},"km":{"pct":0},"kn":{"pct":0.1},"ko":{"pct":0.73},"ks":{"pct":0},"ku":{"pct":0.01},"ky":{"pct":0},"lg":{"pct":0},"lij":{"pct":0},"ln":{"pct":0},"lo":{"pct":0},"lt":{"pct":0.38},"lus":{"pct":0},"lv":{"pct":0.28},"mg":{"pct":0},"mi":{"pct":0},"mk":{"pct":1},"ml":{"pct":0},"mn":{"pct":0},"mr":{"pct":0},"ms":{"pct":0.17},"my":{"pct":0},"nd":{"pct":0},"ne":{"pct":0.03},"nl":{"pct":0.83},"nn":{"pct":0.06},"no":{"pct":0.72},"nr":{"pct":0},"nso":{"pct":0},"nv":{"pct":0},"ny":{"pct":0},"oc":{"pct":0},"om":{"pct":0},"or":{"pct":0},"pa":{"pct":0},"pap":{"pct":0},"pl":{"pct":1},"ps":{"pct":0},"pt":{"pct":0.99},"pt-BR":{"pct":0.97},"qu":{"pct":0},"rm":{"pct":0},"ro":{"pct":0.35},"ru":{"pct":0.68},"rw":{"pct":0},"sat":{"pct":0},"sc":{"pct":0},"sd":{"pct":0},"sg":{"pct":0},"si":{"pct":0.01},"sk":{"pct":0.71},"sl":{"pct":0.42},"sm":{"pct":0},"sn":{"pct":0},"so":{"pct":0.05},"sq":{"pct":0.03},"sr":{"pct":0.48},"ss":{"pct":0},"st":{"pct":0},"su":{"pct":0},"sv":{"pct":1},"sw":{"pct":0},"ta":{"pct":0.29},"te":{"pct":0.03},"tg":{"pct":0},"th":{"pct":0.01},"ti":{"pct":0},"tk":{"pct":0},"tl":{"pct":0.05},"tn":{"pct":0},"tr":{"pct":0.99},"ts":{"pct":0},"tt":{"pct":0},"tum":{"pct":0},"ug":{"pct":0},"uk":{"pct":1},"ur":{"pct":0},"uz":{"pct":0},"ve":{"pct":0},"vi":{"pct":0.9},"wo":{"pct":0},"xh":{"pct":0},"yo":{"pct":0},"yue":{"pct":0.28},"zh":{"pct":0.08},"zh-CN":{"pct":0.8},"zh-HK":{"pct":0.55},"zh-TW":{"pct":1},"zu":{"pct":0}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"jam":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"jv":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ka":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"kbd":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"kha":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ki":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"kk":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"km":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ks":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ku":{"presets":{"fields":{"access":{"types":{"access":"Hemû"}},"address":{"label":"Adrês","placeholders":{"city":"Bajar","city!vn":"Bajar/Bajarok","conscriptionnumber":"123","country":"Welat","county!jp":"Navçe","district":"Navçe","hamlet":"Mezra","housenumber":"123","province":"Parêzgeh","state":"Dewlet","street":"Kolan"}},"aerialway":{"label":"Cûre"},"aerialway/summer/access":{"options":{"exit":"Derkeve"}},"aeroway":{"label":"Cûre"},"amenity":{"label":"Cûre"},"area/highway":{"label":"Cûre"},"artwork_type":{"label":"Cûre"},"barrier":{"label":"Cûre"},"bicycle_parking":{"label":"Cûre"},"board_type":{"label":"Cûre"},"boules":{"label":"Cûre"},"boundary":{"label":"Cûre"},"bridge":{"label":"Cûre"},"bunker_type":{"label":"Cûre"},"castle_type":{"label":"Cûre"},"club":{"label":"Cûre"},"construction":{"label":"Cûre"},"country":{"label":"Welat"},"craft":{"label":"Cûre"},"crossing":{"label":"Cûre"},"cutting":{"label":"Cûre"},"electrified":{"options":{"no":"Na"}},"embankment":{"label":"Cûre"},"entrance":{"label":"Cûre"},"fax":{"label":"Faks"},"fire_hydrant/type":{"options":{"wall":"Dîwar"}},"ford":{"label":"Cûre"},"generator/source":{"label":"Çavkanî"},"generator/type":{"label":"Cûre"},"government":{"label":"Cûre"},"highway":{"label":"Cûre"},"historic":{"label":"Cûre"},"information":{"label":"Cûre"},"internet_access":{"options":{"no":"Na","yes":"Erê"}},"lamp_type":{"label":"Cûre"},"landuse":{"label":"Cûre"},"leisure":{"label":"Cûre"},"man_made":{"label":"Cûre"},"manhole":{"label":"Cûre"},"map_type":{"label":"Cûre"},"memorial":{"label":"Cûre"},"name":{"label":"Nav"},"oneway_yes":{"options":{"no":"Na","yes":"Erê"}},"parking":{"label":"Cûre"},"place":{"label":"Cûre"},"power":{"label":"Cûre"},"second_hand":{"options":{"no":"Na","yes":"Erê"}},"takeaway":{"options":{"no":"Na","yes":"Erê"}},"trees":{"label":"Dar"},"wikipedia":{"label":"Wîkîpediya"}}}}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ky":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"lg":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"lij":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ln":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"lo":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"lus":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"mg":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"mi":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ml":{"presets":{"categories":{"category-natural":{"name":"പ്രകൃതി സവിശേഷതകൾ"},"category-route":{"name":"റോഡ് സവിശേഷതകൾ"},"category-water":{"name":"ജല സവിശേഷതകൾ"}},"fields":{"access":{"types":{"access":"എല്ലാം","bicycle":"സൈക്കിളുകള്","horse":"കുതിരകള്"}},"address":{"label":"വിലാസം","placeholders":{"city":"നഗരം","city!vn":"നഗരം/പട്ടണം","country":"രാജ്യം","district":"ജില്ല","housenumber":"123","neighbourhood":"അയല്പക്കം","place":"പ്രദേശം","postcode":"പോസ്റ്റ്കോഡ്","state":"സംസ്ഥാനം"}},"aerialway":{"label":"തരം"},"atm":{"label":"എടിഎം"}}}}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"mn":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"mr":{}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"my":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"nd":{}}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
{"ne":{"presets":{"fields":{"access":{"options":{"destination":{"title":"गन्तव्य"},"no":{"title":"निषेधित"},"private":{"title":"निजी"}},"placeholder":"तोकिएको छैन","types":{"access":"सबै","horse":"घोडा"}},"access_aisle":{"label":"प्रकार"},"addr/interpolation":{"label":"प्रकार"},"address":{"label":"ठेगाना","placeholders":{"city":"शहर","conscriptionnumber":"१२३","country":"देश","county!jp":"जिल्ला","district":"जिल्ला","housenumber":"१२३","state":"राज्य","street":"सडक","suburb!jp":"वडा"}},"aerialway":{"label":"प्रकार"},"aerialway/access":{"label":"पहुँच","options":{"both":"दुबै","entry":"प्रवेश","exit":"बाहिर जाने"}},"aerialway/capacity":{"placeholder":"५००, २५००, ५०००..."},"aerialway/duration":{"placeholder":"१, २, ३..."},"aerialway/heating":{"label":"गरम"},"aerialway/summer/access":{"options":{"both":"दुबै","entry":"प्रवेश"}},"aeroway":{"label":"प्रकार"},"amenity":{"label":"प्रकार"},"area/highway":{"label":"प्रकार"},"artwork_type":{"label":"प्रकार"},"attraction":{"label":"प्रकार"},"barrier":{"label":"प्रकार"},"basin":{"label":"प्रकार"},"bicycle_parking":{"label":"प्रकार"},"board_type":{"label":"प्रकार"},"bollard":{"label":"प्रकार"},"boules":{"label":"प्रकार"},"boundary":{"label":"प्रकार"},"bridge":{"label":"प्रकार"},"bridge/support":{"label":"प्रकार"},"bridge_combo":{"label":"प्रकार"},"bunker_type":{"label":"प्रकार"},"castle_type":{"label":"प्रकार"},"club":{"label":"प्रकार"},"construction":{"label":"प्रकार"},"country":{"label":"देश"},"craft":{"label":"प्रकार"},"crossing":{"label":"प्रकार"},"cutting":{"label":"प्रकार"},"dock":{"label":"प्रकार"},"electrified":{"options":{"no":"होइन"}},"entrance":{"label":"प्रकार"},"fence_type":{"label":"प्रकार"},"generator/type":{"label":"प्रकार"},"highway":{"label":"प्रकार"},"historic":{"label":"प्रकार"},"hoops":{"placeholder":"१, २, ४..."},"information":{"label":"प्रकार"},"internet_access":{"options":{"no":"होइन","yes":"हो"}},"lamp_type":{"label":"प्रकार"},"landuse":{"label":"प्रकार"},"leisure":{"label":"प्रकार"},"man_made":{"label":"प्रकार"},"map_type":{"label":"प्रकार"},"mtb/scale":{"placeholder":"०, १, २, ३..."},"mtb/scale/uphill":{"placeholder":"०, १, २, ३..."},"office":{"label":"प्रकार"},"oneway":{"options":{"no":"होइन","yes":"हो"}},"oneway_yes":{"options":{"no":"होइन","yes":"हो"}},"parking":{"label":"प्रकार"},"piste/type":{"label":"प्रकार"},"place":{"label":"प्रकार"},"power":{"label":"प्रकार"},"railway":{"label":"प्रकार"},"relation":{"label":"प्रकार"},"restriction":{"label":"प्रकार"},"route":{"label":"प्रकार"},"route_master":{"label":"प्रकार"},"second_hand":{"options":{"no":"होइन","yes":"हो"}},"service":{"label":"प्रकार"},"shelter_type":{"label":"प्रकार"},"shop":{"label":"प्रकार"},"site":{"label":"प्रकार"},"social_facility":{"label":"प्रकार"},"studio":{"label":"प्रकार"},"substation":{"label":"प्रकार"},"takeaway":{"options":{"no":"होइन","yes":"हो"}},"tomb":{"label":"प्रकार"},"tourism":{"label":"प्रकार"},"tower/type":{"label":"प्रकार"},"traffic_calming":{"label":"प्रकार"},"traffic_signals":{"label":"प्रकार"},"wall":{"label":"प्रकार"},"water":{"label":"प्रकार"},"waterway":{"label":"प्रकार"},"wetland":{"label":"प्रकार"}},"presets":{"amenity/bank":{"name":"बैंक"},"amenity/bar":{"name":"बार"},"amenity/cafe":{"name":"क्याफे"},"amenity/fast_food":{"name":"फास्ट फूड"},"amenity/hospital":{"name":"अस्पताल मैदान"},"amenity/place_of_worship":{"name":"पूजा गर्ने ठाउँ"},"amenity/restaurant":{"name":"रेस्टुरेन्ट"},"building/house":{"name":"घर"},"highway/street_lamp":{"name":" सडक बत्ति"},"leisure/park":{"name":"पार्क"},"point":{"name":"पोइन्ट"},"shop/supermarket":{"name":"सुपरमार्केट"}}}}}
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user