forked from OpenStreetBrowser/main
79 Commits
88a4290be7
...
1acb3fd7f8
75 changed files with 2284 additions and 144 deletions
-
2administrative.json
-
13agriculture.json
-
1alternative_amenities.json
-
2alternative_routes.json
-
7buildings.json
-
7car_amenities.json
-
4car_furniture.json
-
10car_maxspeed.json
-
80children.json
-
54communication.json
-
4construction.json
-
76craft.json
-
2culture.json
-
6culture_religion.json
-
18cycle_amenities.json
-
5cycle_routes.json
-
91education.json
-
52emergency.json
-
35financial.json
-
69gastro-smoking.json
-
4gastro.json
-
39health.json
-
5hiking_routes.json
-
48historic.json
-
57index.json
-
3internet.json
-
1lang/README.md
-
64lang/ast.json
-
60lang/ca.json
-
64lang/cs.json
-
68lang/de.json
-
62lang/el.json
-
68lang/en.json
-
60lang/es.json
-
63lang/et.json
-
68lang/fr.json
-
63lang/hu.json
-
64lang/it.json
-
64lang/ja.json
-
64lang/nl.json
-
63lang/pl.json
-
68lang/pt-br.json
-
68lang/pt.json
-
63lang/ro.json
-
64lang/ru.json
-
68lang/template.json
-
63lang/uk.json
-
2leisure.json
-
2military.json
-
18natural.json
-
4other.json
-
3phone.json
-
4places.json
-
4places_geo.json
-
3playgrounds.json
-
4post.json
-
4power.json
-
1pt_amenities.json
-
70pt_routes.json
-
2pt_stops.json
-
59public.json
-
7railway-electrification.json
-
24railway-infrastructure.json
-
24religion.json
-
4residential.json
-
2resources.json
-
4shop.json
-
6sport.json
-
30tourism_attractions.json
-
80tourism_services.json
-
4walk_amenities.json
-
55waste.json
-
12water.json
-
6wikipedia.json
-
6works.json
@ -0,0 +1,76 @@ |
|||
{ |
|||
"type": "overpass", |
|||
"name": { |
|||
"de": "Handwerk", |
|||
"en": "Craft", |
|||
"fr": "Artisanat", |
|||
"pt": "Artesanato", |
|||
"pt-br": "Ofícios" |
|||
}, |
|||
"query": { |
|||
"15": "(node[craft];way[craft];relation[craft];);" |
|||
}, |
|||
"feature": { |
|||
"description": "{{ tagTransList('craft', tags.craft) }}", |
|||
"markerSign": "{% set craft0 = tags.craft|split(';')[0] %}{% if const.crafts[craft0] %}{% set v = const.crafts[craft0] %}{% else %}{% set v = const.default %}{% endif %}{% if v|slice(0, 3) == 'fa-' %}<i class=\"fa {{ v }}\"></i>{% else %}{{ v|raw }}{% endif %}" |
|||
}, |
|||
"const": { |
|||
"default": "", |
|||
"crafts": { |
|||
"bakery": "fa-birthday-cake", |
|||
"beekeeper": "🐝", |
|||
"blacksmith": "🔨", |
|||
"boatbuilder": "⛵", |
|||
"bookbinder": "📕", |
|||
"brewery": "fa-beer", |
|||
"builder": "🚧", |
|||
"carpenter": "", |
|||
"carpet_layer": "", |
|||
"caterer": "fa-birthday-cake", |
|||
"chimney_sweeper": "", |
|||
"clockmaker": "⌚", |
|||
"confectionery": "", |
|||
"distillery": "🍷", |
|||
"dressmaker": "👚", |
|||
"electrician": "🔌", |
|||
"floorer": "", |
|||
"gardener": "⚘", |
|||
"glaziery": "", |
|||
"handicraft": "", |
|||
"hvac": "", |
|||
"insulation": "", |
|||
"jeweller": "💍", |
|||
"key_cutter": "🔑", |
|||
"locksmith": "🔑", |
|||
"metal_construction": "", |
|||
"optician": "👓", |
|||
"painter": "🖌", |
|||
"parquet_layer": "", |
|||
"photographer": "📷", |
|||
"photographic_laboratory": "📷", |
|||
"piano_tuner": "", |
|||
"plasterer": "", |
|||
"plumber": "", |
|||
"pottery": "", |
|||
"rigger": "", |
|||
"roofer": "", |
|||
"saddler": "🐎", |
|||
"sailmaker": "⛵", |
|||
"sawmill": "", |
|||
"scaffolder": "", |
|||
"sculptor": "", |
|||
"shoemaker": "👞", |
|||
"stand_builder": "", |
|||
"stonemason": "", |
|||
"sun_protection": "", |
|||
"tailor": "👚", |
|||
"tiler": "", |
|||
"tinsmith": "", |
|||
"turner": "", |
|||
"upholsterer": "", |
|||
"watchmaker": "⌚", |
|||
"window_construction": "", |
|||
"winery": "🍷" |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,69 @@ |
|||
{ |
|||
"type": "overpass", |
|||
"name": { |
|||
"de": "Rauchfreie Gastronomie", |
|||
"en": "Smokefree Gastronomy", |
|||
"fr": "Restauration sans tabac", |
|||
"pt": "Restauração livre de tabaco", |
|||
"pt-br": "Gastronomia sem fumo" |
|||
}, |
|||
"query": { |
|||
"16": "(node[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];way[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];relation[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];);" |
|||
}, |
|||
"feature": { |
|||
"pre": [ |
|||
"{% if tags.smoking == 'yes' or tags.smoking == 'dedicated' %}", |
|||
" {% set smoking_color='red' %}", |
|||
" {% set smoking_icon='🚬' %}", |
|||
"{% elseif tags.smoking == 'separated' or tags.smoking == 'isolated' %}", |
|||
" {% set smoking_color='#ffdf00' %}", |
|||
" {% set smoking_icon='🚬' %}", |
|||
"{% elseif tags.smoking == 'no' or tags.smoking == 'outside' or tags.smokefree == 'yes' %}", |
|||
" {% set smoking_color='#00ff00' %}", |
|||
" {% set smoking_icon='🚭' %}", |
|||
"{% else %}", |
|||
" {% set smoking_color='white' %}", |
|||
" {% set smoking_icon='' %}", |
|||
"{% endif %}" |
|||
], |
|||
"description": "{{ tagTrans('amenity', tags.amenity) }}", |
|||
"body": [ |
|||
"<ul>", |
|||
" <li class='hasSymbol'>", |
|||
" <i class=\"fa fa-cutlery\" aria-hidden=\"true\"></i>", |
|||
" <span class='key'>{{ keyTrans('cuisine') }}:</span>", |
|||
" <span class='value'>{{ tagTransList('cuisine', tags.cuisine)|default(trans('unknown')) }}</span>", |
|||
" </li>", |
|||
" <li class='hasSymbol'>", |
|||
" <span class='symbol'>🚬</span>", |
|||
" <span class='key'>{{ keyTrans('smoking') }}:</span>", |
|||
" <span class='value'>{% if tags.smoking %}{{ tagTrans('smoking', tags.smoking) }}{% else %}{{ trans('unknown') }}{% endif %}</span>", |
|||
" </li>", |
|||
"</ul>" |
|||
], |
|||
"markerSign": "{% if tags.amenity=='bar' %}🍸{% elseif tags.amenity=='biergarten'%}🍻{% elseif tags.amenity=='cafe' %}☕{% elseif tags.amenity=='fast_food' %}🍔{% elseif tags.amenity=='ice_cream' %}🍨{% elseif tags.amenity=='pub' %}🍺{% else %}🍴{% endif %}", |
|||
"markerSymbol": "{{ markerPointer({\"fillColor\": smoking_color })|raw }}", |
|||
"listMarkerSymbol": "{{ markerCircle({\"fillColor\": smoking_color })|raw }}" |
|||
}, |
|||
"info": [ |
|||
"{{ keyTrans('smoking') }}:", |
|||
"<table>", |
|||
" <tr>", |
|||
" <td>{{ markerCircle({ \"fillColor\": \"#00ff00\" })|raw }}</td>", |
|||
" <td>{{ tagTrans('smoking', 'no') }}, {{ tagTrans('smoking', 'outside') }}</td>", |
|||
" </tr>", |
|||
" <tr>", |
|||
" <td>{{ markerCircle({ \"fillColor\": \"#ffdf00\" })|raw }}</td>", |
|||
" <td>{{ tagTrans('smoking', 'separated') }}, {{ tagTrans('smoking', 'isolated') }}</td>", |
|||
" </tr>", |
|||
" <tr>", |
|||
" <td>{{ markerCircle({ \"fillColor\": \"red\" })|raw }}</td>", |
|||
" <td>{{ tagTrans('smoking', 'yes') }}, {{ tagTrans('smoking', 'dedicated') }}</td>", |
|||
" </tr>", |
|||
" <tr>", |
|||
" <td>{{ markerCircle({ \"fillColor\": \"white\" })|raw }}</td>", |
|||
" <td>{{ trans('unknown') }}</td>", |
|||
" </tr>", |
|||
"</table>" |
|||
] |
|||
} |
@ -0,0 +1 @@ |
|||
The files in this directory simplify translating categories. The real names will be read from the 'name' property in the categories. Translations in this directory will be copied to the categories. |
@ -0,0 +1,64 @@ |
|||
{ |
|||
"category:administrative": "Divisiones Alministratives", |
|||
"category:agriculture": "Agricultura", |
|||
"category:alternative_amenities": "Infraestructures", |
|||
"category:alternative_routes": "Rutes", |
|||
"category:buildings": null, |
|||
"category:car_amenities": "Infraestructures", |
|||
"category:car_furniture": "Acondicionamientu urbanu", |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Comunicaciones", |
|||
"category:construction": "Sitios d'obres", |
|||
"category:craft": "", |
|||
"category:culture": "Cultura", |
|||
"category:culture_religion": "Cultura", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "Servicios educativos", |
|||
"category:emergency": "Servicios d'emerxencia", |
|||
"category:financial": "Dineru", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "Gastronomía", |
|||
"category:health": "Salú", |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Hestoria", |
|||
"category:index": null, |
|||
"category:internet": "Accesu a Internet", |
|||
"category:leisure": "Recréu", |
|||
"category:military": "Militar", |
|||
"category:natural": "Formaciones naturales", |
|||
"category:other": "Otres", |
|||
"category:phone": "Teléfonos", |
|||
"category:places": "Llugares", |
|||
"category:places_geo": "Llugares", |
|||
"category:playgrounds": "Xuegos infantiles", |
|||
"category:post": "Corréu", |
|||
"category:power": "Enerxía", |
|||
"category:pt_amenities": "Infraestructures", |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "Paraes y estaciones", |
|||
"category:public": "Serviciu Públicu", |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "Relixón", |
|||
"category:residential": "Zones residenciales", |
|||
"category:resources": "Estraición de recursos", |
|||
"category:shop": "Compres", |
|||
"category:sport": "Deportes", |
|||
"category:tourism_attractions": "Turismu", |
|||
"category:tourism_services": "Turismu", |
|||
"category:transport_alternative": "Alternativu (Ciclismu, senderismu, ...)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": "Basures", |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": "Fábriques", |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Recréu, deportes y compres", |
|||
"category:railway": "Ferrocarril", |
|||
"category:services": "Servicios", |
|||
"category:transport": "Tresporte", |
|||
"category:transport_car": "Tráficu individual", |
|||
"category:transport_pt": "Tresporte Públicu" |
|||
} |
@ -0,0 +1,60 @@ |
|||
{ |
|||
"category:administrative": null, |
|||
"category:agriculture": null, |
|||
"category:alternative_amenities": null, |
|||
"category:alternative_routes": null, |
|||
"category:buildings": null, |
|||
"category:car_amenities": null, |
|||
"category:car_furniture": null, |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Comunicacions", |
|||
"category:construction": null, |
|||
"category:craft": "", |
|||
"category:culture": "Cultura", |
|||
"category:culture_religion": "Cultura i religió", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": null, |
|||
"category:emergency": "Serveis d'emergència", |
|||
"category:financial": null, |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": null, |
|||
"category:health": null, |
|||
"category:hiking_routes": null, |
|||
"category:historic": null, |
|||
"category:index": null, |
|||
"category:internet": "Accés a Internet", |
|||
"category:leisure": null, |
|||
"category:military": null, |
|||
"category:natural": null, |
|||
"category:other": null, |
|||
"category:phone": null, |
|||
"category:places": null, |
|||
"category:places_geo": null, |
|||
"category:playgrounds": null, |
|||
"category:post": null, |
|||
"category:power": null, |
|||
"category:pt_amenities": null, |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": null, |
|||
"category:public": null, |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": null, |
|||
"category:residential": null, |
|||
"category:resources": null, |
|||
"category:shop": null, |
|||
"category:sport": null, |
|||
"category:tourism_attractions": null, |
|||
"category:tourism_services": null, |
|||
"category:transport_alternative": null, |
|||
"category:walk_amenities": null, |
|||
"category:waste": null, |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": null, |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Oci, esport i compres", |
|||
"category:services": "Serveis" |
|||
} |
@ -0,0 +1,64 @@ |
|||
{ |
|||
"category:administrative": "Administrativní oblasti", |
|||
"category:agriculture": "Zemědělství", |
|||
"category:alternative_amenities": "Občanská vybavenost", |
|||
"category:alternative_routes": "Trasy cest", |
|||
"category:buildings": null, |
|||
"category:car_amenities": "Občasnká vybavenost", |
|||
"category:car_furniture": "Pouliční přislušenství", |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Komunikace", |
|||
"category:construction": "Staveniště", |
|||
"category:craft": "", |
|||
"category:culture": "Kultura", |
|||
"category:culture_religion": "Kultura", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "Vzdělávací služby", |
|||
"category:emergency": "Pohotovostní služby", |
|||
"category:financial": "Finanční služby", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "Stravování", |
|||
"category:health": "Zdravotnictví", |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Historické", |
|||
"category:index": null, |
|||
"category:internet": "Přístup k internetu", |
|||
"category:leisure": "Volný čas", |
|||
"category:military": "Vojenské", |
|||
"category:natural": "Přírodní úkazy", |
|||
"category:other": "Jiné", |
|||
"category:phone": "Telefony", |
|||
"category:places": "Sídla", |
|||
"category:places_geo": "Sídla", |
|||
"category:playgrounds": "Hřiště", |
|||
"category:post": "Poštovní služby", |
|||
"category:power": "Elektřina", |
|||
"category:pt_amenities": "Občanská vybavenost", |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "Zastávky & Stanice", |
|||
"category:public": "Veřejné služby", |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "Religion", |
|||
"category:residential": "Obytné oblasti", |
|||
"category:resources": "Těžba surovin", |
|||
"category:shop": "Obchody", |
|||
"category:sport": "Sport", |
|||
"category:tourism_attractions": "Turistika", |
|||
"category:tourism_services": "Turistika", |
|||
"category:transport_alternative": "Alternativní (Cyklistika, Pěší turistika, ...)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": "Nakládání s odpady", |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": "Továrny", |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Volný čas, sporty a nákupy", |
|||
"category:railway": "Železnice", |
|||
"category:services": "Služby", |
|||
"category:transport": "Doprava", |
|||
"category:transport_car": "Individuální doprava", |
|||
"category:transport_pt": "Veřejná doprava" |
|||
} |
@ -0,0 +1,68 @@ |
|||
{ |
|||
"category:administrative": "Administrative Gebiete", |
|||
"category:agriculture": "Landwirtschaft", |
|||
"category:alternative_amenities": "Einrichtungen", |
|||
"category:alternative_routes": "(ausgeschilderte) Routen", |
|||
"category:buildings": "Gebäude", |
|||
"category:car_amenities": "Einrichtungen", |
|||
"category:car_furniture": "Straßenausstattung", |
|||
"category:car_maxspeed": "Höchstgeschwindigkeiten", |
|||
"category:children": "Einrichtungen für Kinder", |
|||
"category:communication": "Kommunikation", |
|||
"category:construction": "Baustellen", |
|||
"category:craft": "Handwerk", |
|||
"category:culture": "Kultur", |
|||
"category:culture_religion": "Kultur und Religion", |
|||
"category:cycle_amenities": "Einrichtungen", |
|||
"category:cycle_routes": "Radrouten", |
|||
"category:education": "Bildungseinrichtungen", |
|||
"category:emergency": "Notfalldienste", |
|||
"category:financial": "Finanzen", |
|||
"category:gastro-smoking": "Rauchfreie Gastronomie", |
|||
"category:gastro": "Gastronomie", |
|||
"category:health": "Gesundheitsdienste", |
|||
"category:hiking_routes": "Wanderrouten", |
|||
"category:historic": "Geschichte", |
|||
"category:index": null, |
|||
"category:internet": "Internetzugang", |
|||
"category:leisure": "Freizeit", |
|||
"category:military": "Militär", |
|||
"category:natural": "Geographische Objekte", |
|||
"category:other": "Andere", |
|||
"category:phone": "Telekommunikation", |
|||
"category:places": "Orte", |
|||
"category:places_geo": "Orte", |
|||
"category:playgrounds": "Spielplätze", |
|||
"category:post": "Post", |
|||
"category:power": "Energie", |
|||
"category:pt_amenities": "Einrichtungen", |
|||
"category:pt_routes": "Routen", |
|||
"category:pt_stops": "Haltestellen", |
|||
"category:public": "Öffentliche Dienste", |
|||
"category:railway-electrification": "Eisenbahn Elektrifizierung", |
|||
"category:railway-infrastructure": "Eisenbahn Infrastruktur", |
|||
"category:religion": "Religion", |
|||
"category:residential": "Wohngebiete", |
|||
"category:resources": "Ressourcengewinnung", |
|||
"category:shop": "Einkauf", |
|||
"category:sport": "Sport", |
|||
"category:tourism_attractions": "Tourismus", |
|||
"category:tourism_services": "Tourismus", |
|||
"category:transport_alternative": null, |
|||
"category:walk_amenities": "Einrichtungen", |
|||
"category:waste": "Entsorgung", |
|||
"category:water": "Gewässer", |
|||
"category:wikipedia": "Wikipedia", |
|||
"category:works": "Fabriken", |
|||
"category:cycle_infrastructure": "Radwege", |
|||
"category:infrastructure": "Infrastruktur", |
|||
"category:leisure_sport_shopping": "Freizeit, Sport und Einkauf", |
|||
"category:railway": "Eisenbahn", |
|||
"category:services": "Dienste", |
|||
"category:special": "Spezial", |
|||
"category:transport": "Transport", |
|||
"category:transport_car": "Motorisierter Individualverkehr", |
|||
"category:transport_cycle": "Radfahren", |
|||
"category:transport_pt": "Öffentlicher Verkehr", |
|||
"category:transport_walk": "Zu Fuß gehen" |
|||
} |
@ -0,0 +1,62 @@ |
|||
{ |
|||
"category:administrative": "Διοικητικά Όρια", |
|||
"category:agriculture": "Γεωργία", |
|||
"category:alternative_amenities": null, |
|||
"category:alternative_routes": null, |
|||
"category:buildings": null, |
|||
"category:car_amenities": null, |
|||
"category:car_furniture": null, |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Επικοινωνίες", |
|||
"category:construction": null, |
|||
"category:craft": "", |
|||
"category:culture": "Πολιτισμός", |
|||
"category:culture_religion": "Πολιτισμός", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "Υπηρεσίες Εκπαίδευσης", |
|||
"category:emergency": "Υπηρεσίες Έκτακτης Ανάγκης", |
|||
"category:financial": "Χρήμα", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "Γαστρονομία", |
|||
"category:health": "Υγεία", |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Ιστορικά", |
|||
"category:index": null, |
|||
"category:internet": null, |
|||
"category:leisure": "Αναψυχή", |
|||
"category:military": "Στρατιωτικό", |
|||
"category:natural": "Φυσικοί Σχηματισμοί", |
|||
"category:other": null, |
|||
"category:phone": null, |
|||
"category:places": "Μέρη", |
|||
"category:places_geo": "Μέρη", |
|||
"category:playgrounds": null, |
|||
"category:post": null, |
|||
"category:power": null, |
|||
"category:pt_amenities": null, |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "Στάσεις & Σταθμοί", |
|||
"category:public": "Δημόσιες Υπηρεσίες", |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "Θρησκεία", |
|||
"category:residential": "Περιοχές Κατοικίας", |
|||
"category:resources": null, |
|||
"category:shop": "Αγορές", |
|||
"category:sport": "Άθληση", |
|||
"category:tourism_attractions": "Τουρισμός", |
|||
"category:tourism_services": "Τουρισμός", |
|||
"category:transport_alternative": "Εναλλακτικά (ποδηλασία, ορειβασία,...)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": null, |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": null, |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Αναψυχή, Αθλητισμός και Αγορές", |
|||
"category:services": "Υπηρεσίες", |
|||
"category:transport": "Μεταφορές", |
|||
"category:transport_pt": "Δημόσιες Μεταφορές" |
|||
} |
@ -0,0 +1,68 @@ |
|||
{ |
|||
"category:administrative": "Administrative Areas", |
|||
"category:agriculture": "Agriculture", |
|||
"category:alternative_amenities": "Amenities", |
|||
"category:alternative_routes": "Routes", |
|||
"category:buildings": "Buildings", |
|||
"category:car_amenities": "Amenities", |
|||
"category:car_furniture": "Street Furniture", |
|||
"category:car_maxspeed": "Maxspeed", |
|||
"category:children": "Children amenities", |
|||
"category:communication": "Communication", |
|||
"category:construction": "Construction Sites", |
|||
"category:craft": "Craft", |
|||
"category:culture": "Culture", |
|||
"category:culture_religion": "Culture and Religion", |
|||
"category:cycle_amenities": "Amenities", |
|||
"category:cycle_routes": "Cycle Routes", |
|||
"category:education": "Educational Services", |
|||
"category:emergency": "Emergency Services", |
|||
"category:financial": "Financial", |
|||
"category:gastro-smoking": "Smokefree Gastronomy", |
|||
"category:gastro": "Gastronomy", |
|||
"category:health": "Health", |
|||
"category:hiking_routes": "Hiking routes", |
|||
"category:historic": "Historic", |
|||
"category:index": null, |
|||
"category:internet": "Internet access", |
|||
"category:leisure": "Leisure", |
|||
"category:military": "Military", |
|||
"category:natural": "Natural Formations", |
|||
"category:other": "Other", |
|||
"category:phone": "Phone", |
|||
"category:places": "Places", |
|||
"category:places_geo": "Places", |
|||
"category:playgrounds": "Playground", |
|||
"category:post": "Post", |
|||
"category:power": "Power", |
|||
"category:pt_amenities": "Amenities", |
|||
"category:pt_routes": "Routes", |
|||
"category:pt_stops": "Stops & Stations", |
|||
"category:public": "Public Services", |
|||
"category:railway-electrification": "Railway electrification", |
|||
"category:railway-infrastructure": "Railway infrastructure", |
|||
"category:religion": "Religion", |
|||
"category:residential": "Residential Areas", |
|||
"category:resources": "Resource Extraction", |
|||
"category:shop": "Shopping", |
|||
"category:sport": "Sport", |
|||
"category:tourism_attractions": "Tourism", |
|||
"category:tourism_services": "Tourism", |
|||
"category:transport_alternative": null, |
|||
"category:walk_amenities": "Amenities", |
|||
"category:waste": "Disposal", |
|||
"category:water": "Waterbodies", |
|||
"category:wikipedia": "Wikipedia", |
|||
"category:works": "Works", |
|||
"category:cycle_infrastructure": "Cycleways", |
|||
"category:infrastructure": "Infrastructure", |
|||
"category:leisure_sport_shopping": "Leisure, Sport and Shopping", |
|||
"category:railway": "Railway", |
|||
"category:services": "Services", |
|||
"category:special": "Special", |
|||
"category:transport": "Transportation", |
|||
"category:transport_car": "Individual Traffic", |
|||
"category:transport_cycle": "Cycling", |
|||
"category:transport_pt": "Public Transportation", |
|||
"category:transport_walk": "Walking" |
|||
} |
@ -0,0 +1,60 @@ |
|||
{ |
|||
"category:administrative": null, |
|||
"category:agriculture": null, |
|||
"category:alternative_amenities": null, |
|||
"category:alternative_routes": null, |
|||
"category:buildings": null, |
|||
"category:car_amenities": null, |
|||
"category:car_furniture": null, |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": null, |
|||
"category:construction": null, |
|||
"category:craft": "", |
|||
"category:culture": "Cultura", |
|||
"category:culture_religion": "Cultura y religión", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": null, |
|||
"category:emergency": "Servicios de emergencia", |
|||
"category:financial": null, |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": null, |
|||
"category:health": null, |
|||
"category:hiking_routes": null, |
|||
"category:historic": null, |
|||
"category:index": null, |
|||
"category:internet": "Acceso a Internet", |
|||
"category:leisure": null, |
|||
"category:military": null, |
|||
"category:natural": null, |
|||
"category:other": null, |
|||
"category:phone": null, |
|||
"category:places": null, |
|||
"category:places_geo": null, |
|||
"category:playgrounds": null, |
|||
"category:post": null, |
|||
"category:power": null, |
|||
"category:pt_amenities": null, |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "Paradas y estaciones", |
|||
"category:public": null, |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": null, |
|||
"category:residential": null, |
|||
"category:resources": null, |
|||
"category:shop": null, |
|||
"category:sport": null, |
|||
"category:tourism_attractions": null, |
|||
"category:tourism_services": null, |
|||
"category:transport_alternative": null, |
|||
"category:walk_amenities": null, |
|||
"category:waste": null, |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": null, |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Ocio, deporte y compras", |
|||
"category:services": "Servicios" |
|||
} |
@ -0,0 +1,63 @@ |
|||
{ |
|||
"category:administrative": "Administratiivalad", |
|||
"category:agriculture": "Põllumajandus", |
|||
"category:alternative_amenities": null, |
|||
"category:alternative_routes": null, |
|||
"category:buildings": null, |
|||
"category:car_amenities": null, |
|||
"category:car_furniture": null, |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Kommunikatsioon", |
|||
"category:construction": null, |
|||
"category:craft": "", |
|||
"category:culture": "Kultuur", |
|||
"category:culture_religion": "Kultuur ja religioon", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "Haridusteenused", |
|||
"category:emergency": "Hädaabi teenused", |
|||
"category:financial": null, |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": null, |
|||
"category:health": null, |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Ajalooline", |
|||
"category:index": null, |
|||
"category:internet": null, |
|||
"category:leisure": null, |
|||
"category:military": null, |
|||
"category:natural": null, |
|||
"category:other": "Ülejäänud", |
|||
"category:phone": "Telefon", |
|||
"category:places": "Kohad", |
|||
"category:places_geo": "Kohad", |
|||
"category:playgrounds": "Mänguväljak", |
|||
"category:post": null, |
|||
"category:power": "Elekter", |
|||
"category:pt_amenities": null, |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": null, |
|||
"category:public": "Kommunaalteenused", |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "Religioon", |
|||
"category:residential": "Elamupiirkonnad", |
|||
"category:resources": null, |
|||
"category:shop": "Ostmine", |
|||
"category:sport": null, |
|||
"category:tourism_attractions": "Turism", |
|||
"category:tourism_services": "Turism", |
|||
"category:transport_alternative": "Alternatiivne (jalgrattasõit, matkamine, ...)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": null, |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": null, |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Vaba aeg, sport ja ostmine", |
|||
"category:railway": "Raudtee", |
|||
"category:services": "Teenused", |
|||
"category:transport": "Transport", |
|||
"category:transport_pt": "Ühistransport" |
|||
} |
@ -0,0 +1,68 @@ |
|||
{ |
|||
"category:administrative": "Zones administratives", |
|||
"category:agriculture": "Agriculture", |
|||
"category:alternative_amenities": "Équipement", |
|||
"category:alternative_routes": "Routes", |
|||
"category:buildings": "Bâtiments", |
|||
"category:car_amenities": "Équipements auto", |
|||
"category:car_furniture": "Fournitures automobiles", |
|||
"category:car_maxspeed": "Limites de vitesse", |
|||
"category:children": "Équipements pour enfants", |
|||
"category:communication": "Communication", |
|||
"category:construction": "Constructions", |
|||
"category:craft": "Artisanat", |
|||
"category:culture": "Culture", |
|||
"category:culture_religion": "Culture et Religion", |
|||
"category:cycle_amenities": "Équipements vélo", |
|||
"category:cycle_routes": "Itinéraires vélo", |
|||
"category:education": "Éducation", |
|||
"category:emergency": "Services d'urgence", |
|||
"category:financial": "Finance", |
|||
"category:gastro-smoking": "Restauration sans tabac", |
|||
"category:gastro": "Restauration", |
|||
"category:health": "Santé", |
|||
"category:hiking_routes": "Itinéraires pédestres", |
|||
"category:historic": "Histoire", |
|||
"category:index": null, |
|||
"category:internet": "Internet", |
|||
"category:leisure": "Loisirs", |
|||
"category:military": "Militaire", |
|||
"category:natural": "Éléments naturels", |
|||
"category:other": "Autres", |
|||
"category:phone": "Téléphone", |
|||
"category:places": "Lieux", |
|||
"category:places_geo": "Lieux", |
|||
"category:playgrounds": "Jeux pour enfants", |
|||
"category:post": null, |
|||
"category:power": "Énergie", |
|||
"category:pt_amenities": "Équipements", |
|||
"category:pt_routes": "Lignes", |
|||
"category:pt_stops": "Arrêts/Stops, Stations", |
|||
"category:public": "Services Publics", |
|||
"category:railway-electrification": "Puissance électrique ferroviaire", |
|||
"category:railway-infrastructure": "Infrastructure ferroviaire", |
|||
"category:religion": "Religion", |
|||
"category:residential": "Zones résidentielles", |
|||
"category:resources": "Extraction des ressources", |
|||
"category:shop": "Magasins/Boutiques", |
|||
"category:sport": "Sports", |
|||
"category:tourism_attractions": "Tourisme", |
|||
"category:tourism_services": "Tourisme", |
|||
"category:transport_alternative": "Alternatif (Cyclisme, Randonnée, ...)", |
|||
"category:walk_amenities": "Équipements piétons", |
|||
"category:waste": "Déchets/Recyclage", |
|||
"category:water": "Hydrographie", |
|||
"category:wikipedia": "Wikipédia", |
|||
"category:works": "Zones industrielles", |
|||
"category:cycle_infrastructure": "Infrastructures vélo", |
|||
"category:infrastructure": "Infrastructures", |
|||
"category:leisure_sport_shopping": "Loisirs", |
|||
"category:railway": "Chemins de fer", |
|||
"category:services": "Services", |
|||
"category:special": "Catégories spéciales", |
|||
"category:transport": "Transports", |
|||
"category:transport_car": "Transport automobile", |
|||
"category:transport_cycle": "Cyclisme", |
|||
"category:transport_pt": "Transports publics", |
|||
"category:transport_walk": "Marche à pied" |
|||
} |
@ -0,0 +1,63 @@ |
|||
{ |
|||
"category:administrative": "Adminisztratív határok", |
|||
"category:agriculture": "Mezőgazdaság", |
|||
"category:alternative_amenities": null, |
|||
"category:alternative_routes": null, |
|||
"category:buildings": null, |
|||
"category:car_amenities": null, |
|||
"category:car_furniture": null, |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Kommunikácó", |
|||
"category:construction": null, |
|||
"category:craft": "", |
|||
"category:culture": "Kultúra", |
|||
"category:culture_religion": "Kultúra", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": null, |
|||
"category:emergency": null, |
|||
"category:financial": null, |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "Gasztronómia", |
|||
"category:health": null, |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Historikus", |
|||
"category:index": null, |
|||
"category:internet": "Internethozzáférés", |
|||
"category:leisure": null, |
|||
"category:military": "Katonai", |
|||
"category:natural": "Természeti képződmények", |
|||
"category:other": "Egyéb", |
|||
"category:phone": "Telefon", |
|||
"category:places": "Helyek", |
|||
"category:places_geo": "Helyek", |
|||
"category:playgrounds": null, |
|||
"category:post": "Posta", |
|||
"category:power": "Áramellátás", |
|||
"category:pt_amenities": null, |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "Megállók és állomások", |
|||
"category:public": null, |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "Vallás", |
|||
"category:residential": "Lakóövezetek", |
|||
"category:resources": null, |
|||
"category:shop": "Vásárlás", |
|||
"category:sport": "Sport", |
|||
"category:tourism_attractions": "Túrizmus", |
|||
"category:tourism_services": "Túrizmus", |
|||
"category:transport_alternative": "Alternatív (Krékpár, Túra)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": null, |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": null, |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Szabadidő", |
|||
"category:railway": "Vasút", |
|||
"category:services": "Szolgáltatás", |
|||
"category:transport": "Közlekedés", |
|||
"category:transport_pt": "Tömegközlekedés" |
|||
} |
@ -0,0 +1,64 @@ |
|||
{ |
|||
"category:administrative": "Suddivisioni amministrative", |
|||
"category:agriculture": "Agricoltura", |
|||
"category:alternative_amenities": "Infrastrutture", |
|||
"category:alternative_routes": "Itinerari segnalati", |
|||
"category:buildings": null, |
|||
"category:car_amenities": "Infrastrutture", |
|||
"category:car_furniture": "Dotazioni stradali", |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Communicazioni", |
|||
"category:construction": "Cantieri", |
|||
"category:craft": "", |
|||
"category:culture": "Cultura", |
|||
"category:culture_religion": "Cultura", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "Istruzione", |
|||
"category:emergency": "Servizi d'emergenza", |
|||
"category:financial": "Finanze", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "Gastronomia", |
|||
"category:health": "Sanità", |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Storia", |
|||
"category:index": null, |
|||
"category:internet": null, |
|||
"category:leisure": "Tempo libero", |
|||
"category:military": "Militare", |
|||
"category:natural": "Natura", |
|||
"category:other": "Altri", |
|||
"category:phone": null, |
|||
"category:places": "Luoghi", |
|||
"category:places_geo": "Luoghi", |
|||
"category:playgrounds": null, |
|||
"category:post": null, |
|||
"category:power": "Energia", |
|||
"category:pt_amenities": "Infrastrutture", |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "Stazioni e fermate", |
|||
"category:public": "Servizi pubblici", |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "Religione", |
|||
"category:residential": "Aree residenziali", |
|||
"category:resources": "Areee estrattive", |
|||
"category:shop": "Acquisti", |
|||
"category:sport": "Sport", |
|||
"category:tourism_attractions": "Turismo", |
|||
"category:tourism_services": "Turismo", |
|||
"category:transport_alternative": "Alternativi (bicicletta, camminate, ...)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": "Smaltimento", |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": "Fabbriche", |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Tempo libero, sport e shopping", |
|||
"category:railway": "Ferrovie", |
|||
"category:services": "Servizi", |
|||
"category:transport": "Trasporti", |
|||
"category:transport_car": "Trasporti individuali", |
|||
"category:transport_pt": "Trasporti pubblici" |
|||
} |
@ -0,0 +1,64 @@ |
|||
{ |
|||
"category:administrative": null, |
|||
"category:agriculture": "農業", |
|||
"category:alternative_amenities": "生活環境", |
|||
"category:alternative_routes": "ルート", |
|||
"category:buildings": null, |
|||
"category:car_amenities": "生活環境", |
|||
"category:car_furniture": "街路設置公共物", |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "交流", |
|||
"category:construction": "工事中", |
|||
"category:craft": "", |
|||
"category:culture": "文化", |
|||
"category:culture_religion": "文化", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "教育サービス", |
|||
"category:emergency": "緊急サービス", |
|||
"category:financial": "金融", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "食べ物", |
|||
"category:health": "健康", |
|||
"category:hiking_routes": null, |
|||
"category:historic": "記念", |
|||
"category:index": null, |
|||
"category:internet": "インターネット接続", |
|||
"category:leisure": "レジャー", |
|||
"category:military": "軍事", |
|||
"category:natural": "自然地層", |
|||
"category:other": "その他", |
|||
"category:phone": "電話", |
|||
"category:places": "場所", |
|||
"category:places_geo": "場所", |
|||
"category:playgrounds": null, |
|||
"category:post": "郵便", |
|||
"category:power": "電力", |
|||
"category:pt_amenities": "生活環境", |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "停留所と駅", |
|||
"category:public": "公共サービス", |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "宗教", |
|||
"category:residential": "住居エリア", |
|||
"category:resources": null, |
|||
"category:shop": "ショッピング", |
|||
"category:sport": "スポーツ", |
|||
"category:tourism_attractions": "観光", |
|||
"category:tourism_services": "観光", |
|||
"category:transport_alternative": "その他交通 (サイクリング、ハイキング、...)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": "処理場", |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": "工場", |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "レジャー", |
|||
"category:railway": "鉄道", |
|||
"category:services": "サービス", |
|||
"category:transport": "輸送", |
|||
"category:transport_car": "個人輸送機関", |
|||
"category:transport_pt": "公共輸送" |
|||
} |
@ -0,0 +1,64 @@ |
|||
{ |
|||
"category:administrative": "Administratieve gebieden", |
|||
"category:agriculture": "Landbouw", |
|||
"category:alternative_amenities": "Voorzieningen", |
|||
"category:alternative_routes": "Alternatieve routes", |
|||
"category:buildings": null, |
|||
"category:car_amenities": "Voorzieningen", |
|||
"category:car_furniture": "Straatmeubilair", |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Communicatie", |
|||
"category:construction": "Bouwterrein", |
|||
"category:craft": "", |
|||
"category:culture": "Cultuur", |
|||
"category:culture_religion": "Cultuur", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "Onderwijs", |
|||
"category:emergency": "Hulpdiensten", |
|||
"category:financial": "Financieel", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "Gastronomie", |
|||
"category:health": "Gezondheid", |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Historisch", |
|||
"category:index": null, |
|||
"category:internet": "Internettoegang", |
|||
"category:leisure": "Vrije tijd", |
|||
"category:military": "Militair", |
|||
"category:natural": "Natuurlijke Formaties", |
|||
"category:other": "Andere", |
|||
"category:phone": "Telefonie", |
|||
"category:places": "Plaatsen", |
|||
"category:places_geo": "Plaatsen", |
|||
"category:playgrounds": null, |
|||
"category:post": "Post", |
|||
"category:power": "Stroomvoorziening", |
|||
"category:pt_amenities": "Voorzieningen", |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "Haltes en Stations", |
|||
"category:public": "Openbare diensten", |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "Religie", |
|||
"category:residential": "Woongebieden", |
|||
"category:resources": "Grondstoffenwinning", |
|||
"category:shop": "Winkelen", |
|||
"category:sport": "Sport", |
|||
"category:tourism_attractions": "Toerisme", |
|||
"category:tourism_services": "Toerisme", |
|||
"category:transport_alternative": "Alternatief (Fiets, Wandel, ...)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": "Afvalverwijdering", |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": "Fabrieken", |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Vrije tijd, Sport en Winkelen", |
|||
"category:railway": "Spoorwegen", |
|||
"category:services": "Dienstverlening", |
|||
"category:transport": "Vervoer", |
|||
"category:transport_car": "Gemotoriseerd individueel verkeer", |
|||
"category:transport_pt": "Openbaar vervoer" |
|||
} |
@ -0,0 +1,63 @@ |
|||
{ |
|||
"category:administrative": null, |
|||
"category:agriculture": null, |
|||
"category:alternative_amenities": null, |
|||
"category:alternative_routes": null, |
|||
"category:buildings": null, |
|||
"category:car_amenities": null, |
|||
"category:car_furniture": "Elementy drogowe", |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": null, |
|||
"category:construction": null, |
|||
"category:craft": "", |
|||
"category:culture": "Kultura", |
|||
"category:culture_religion": "Kultura", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "Edukacyjne", |
|||
"category:emergency": null, |
|||
"category:financial": "Finasowe", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "Gastronomia", |
|||
"category:health": "Zdrowie", |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Miejsca Historyczne", |
|||
"category:index": null, |
|||
"category:internet": null, |
|||
"category:leisure": null, |
|||
"category:military": null, |
|||
"category:natural": null, |
|||
"category:other": null, |
|||
"category:phone": null, |
|||
"category:places": "Miejsca", |
|||
"category:places_geo": "Miejsca", |
|||
"category:playgrounds": null, |
|||
"category:post": null, |
|||
"category:power": null, |
|||
"category:pt_amenities": null, |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "Przystanki i Stacje", |
|||
"category:public": null, |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": null, |
|||
"category:residential": null, |
|||
"category:resources": null, |
|||
"category:shop": "Zakupy", |
|||
"category:sport": null, |
|||
"category:tourism_attractions": "Turystyka", |
|||
"category:tourism_services": "Turystyka", |
|||
"category:transport_alternative": null, |
|||
"category:walk_amenities": null, |
|||
"category:waste": null, |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": null, |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Wypoczynek, Sport i Zakupy", |
|||
"category:services": "Usługi", |
|||
"category:transport": "Transport", |
|||
"category:transport_car": "Transport Indywidualny", |
|||
"category:transport_pt": "Transport Publiczny" |
|||
} |
@ -0,0 +1,68 @@ |
|||
{ |
|||
"category:administrative": "Divisão Político-Administrativa", |
|||
"category:agriculture": "Agricultura", |
|||
"category:alternative_amenities": "Equipamentos", |
|||
"category:alternative_routes": "Rotas", |
|||
"category:buildings": "Edificações", |
|||
"category:car_amenities": "Equipamentos", |
|||
"category:car_furniture": "Mobiliário Urbano", |
|||
"category:car_maxspeed": "Velocidade Máxima", |
|||
"category:children": "Equipamentos Infantis", |
|||
"category:communication": "Comunicação", |
|||
"category:construction": "Terrenos e Obras", |
|||
"category:craft": "Ofícios", |
|||
"category:culture": "Cultura", |
|||
"category:culture_religion": "Cultura", |
|||
"category:cycle_amenities": "Equipamentos", |
|||
"category:cycle_routes": "Ciclorrotas", |
|||
"category:education": "Educação", |
|||
"category:emergency": "Emergência", |
|||
"category:financial": "Finanças", |
|||
"category:gastro-smoking": "Gastronomia sem fumo", |
|||
"category:gastro": "Gastronomia", |
|||
"category:health": "Saúde e Assistência", |
|||
"category:hiking_routes": "Rotas de Caminhada", |
|||
"category:historic": "Histórico", |
|||
"category:index": null, |
|||
"category:internet": "Acesso à Internet", |
|||
"category:leisure": "Lazer", |
|||
"category:military": "Militar", |
|||
"category:natural": "Formações Naturais", |
|||
"category:other": "Outros", |
|||
"category:phone": "Telefone", |
|||
"category:places": "Lugares", |
|||
"category:places_geo": "Lugares", |
|||
"category:playgrounds": "Parquinhos", |
|||
"category:post": "Correios", |
|||
"category:power": "Energia", |
|||
"category:pt_amenities": "Equipamentos", |
|||
"category:pt_routes": "Rotas", |
|||
"category:pt_stops": "Paradas e Estações", |
|||
"category:public": "Serviços Públicos", |
|||
"category:railway-electrification": "Eletrificação Ferroviária", |
|||
"category:railway-infrastructure": "Infraestrutura Ferroviária", |
|||
"category:religion": "Religião", |
|||
"category:residential": "Áreas Residenciais", |
|||
"category:resources": "Extração de Recursos", |
|||
"category:shop": "Compras", |
|||
"category:sport": "Esportes", |
|||
"category:tourism_attractions": "Turismo", |
|||
"category:tourism_services": "Turismo", |
|||
"category:transport_alternative": null, |
|||
"category:walk_amenities": "Equipamentos", |
|||
"category:waste": "Lixo", |
|||
"category:water": "Hidrografia", |
|||
"category:wikipedia": "Wikipédia", |
|||
"category:works": "Fábricas", |
|||
"category:cycle_infrastructure": "Ciclovias", |
|||
"category:infrastructure": "Infraestrutura", |
|||
"category:leisure_sport_shopping": "Lazer, Esportes e Compras", |
|||
"category:railway": "Ferrovia", |
|||
"category:services": "Serviços", |
|||
"category:special": "Especial", |
|||
"category:transport": "Transportes", |
|||
"category:transport_car": "Tráfego Individual", |
|||
"category:transport_cycle": "Ciclismo", |
|||
"category:transport_pt": "Transporte Público", |
|||
"category:transport_walk": "Pedestre" |
|||
} |
@ -0,0 +1,68 @@ |
|||
{ |
|||
"category:administrative": "Regiões administrativas", |
|||
"category:agriculture": "Agricultura", |
|||
"category:alternative_amenities": "", |
|||
"category:alternative_routes": "Rotas", |
|||
"category:buildings": "Edifícios", |
|||
"category:car_amenities": "", |
|||
"category:car_furniture": "Mobiliário urbano", |
|||
"category:car_maxspeed": "Velocidade máxima", |
|||
"category:children": "", |
|||
"category:communication": "Comunicação", |
|||
"category:construction": "Locais de construção", |
|||
"category:craft": "Artesanato", |
|||
"category:culture": "Cultura", |
|||
"category:culture_religion": "Cultura e religião", |
|||
"category:cycle_amenities": "", |
|||
"category:cycle_routes": "Ciclovias", |
|||
"category:education": "Educação", |
|||
"category:emergency": "Emergência", |
|||
"category:financial": "Finanças", |
|||
"category:gastro-smoking": "Restauração livre de tabaco", |
|||
"category:gastro": "Restauração", |
|||
"category:health": "Saúde", |
|||
"category:hiking_routes": "Rotas de caminhada", |
|||
"category:historic": "Histórico", |
|||
"category:index": null, |
|||
"category:internet": "Acesso à Internet", |
|||
"category:leisure": "Lazer", |
|||
"category:military": "Militar", |
|||
"category:natural": "Formações naturais", |
|||
"category:other": "Outros", |
|||
"category:phone": "Telefone", |
|||
"category:places": "Lugares", |
|||
"category:places_geo": "Lugares", |
|||
"category:playgrounds": "Parques infantis", |
|||
"category:post": "Correios", |
|||
"category:power": "Eletricidade", |
|||
"category:pt_amenities": "", |
|||
"category:pt_routes": "Rotas", |
|||
"category:pt_stops": "Paragens e estações", |
|||
"category:public": "Serviços públicos", |
|||
"category:railway-electrification": "Eletrificação ferroviária", |
|||
"category:railway-infrastructure": "Infraestrutura ferroviária", |
|||
"category:religion": "Religião", |
|||
"category:residential": "Áreas residenciais", |
|||
"category:resources": "Extração de recursos", |
|||
"category:shop": "Compras", |
|||
"category:sport": "Desporto", |
|||
"category:tourism_attractions": "Turismo", |
|||
"category:tourism_services": "Turismo", |
|||
"category:transport_alternative": null, |
|||
"category:walk_amenities": "", |
|||
"category:waste": "Lixo", |
|||
"category:water": "Massas de água", |
|||
"category:wikipedia": "Wikipédia", |
|||
"category:works": "Fábricas", |
|||
"category:cycle_infrastructure": "Ciclovias", |
|||
"category:infrastructure": "Infraestrutura", |
|||
"category:leisure_sport_shopping": "Lazer, desporto e compras", |
|||
"category:railway": "Linhas ferroviárias", |
|||
"category:services": "Serviços", |
|||
"category:special": "Especial", |
|||
"category:transport": "Transportes", |
|||
"category:transport_car": "Transporte individual", |
|||
"category:transport_cycle": "Ciclismo", |
|||
"category:transport_pt": "Transportes públicos", |
|||
"category:transport_walk": "Pedestre" |
|||
} |
@ -0,0 +1,63 @@ |
|||
{ |
|||
"category:administrative": "Zona administrativa", |
|||
"category:agriculture": "Agricultura", |
|||
"category:alternative_amenities": null, |
|||
"category:alternative_routes": null, |
|||
"category:buildings": null, |
|||
"category:car_amenities": null, |
|||
"category:car_furniture": null, |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Comunicatii", |
|||
"category:construction": null, |
|||
"category:craft": "", |
|||
"category:culture": "Cultura", |
|||
"category:culture_religion": "Cultura", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "Servicii educatie", |
|||
"category:emergency": "Servicii urgenta", |
|||
"category:financial": "Financiar", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "Gastronomie", |
|||
"category:health": "Sanatate", |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Istoric", |
|||
"category:index": null, |
|||
"category:internet": "Acces internet", |
|||
"category:leisure": "Timp liber", |
|||
"category:military": "Militar", |
|||
"category:natural": null, |
|||
"category:other": "Altele", |
|||
"category:phone": "Telefon", |
|||
"category:places": "Locuri", |
|||
"category:places_geo": "Locuri", |
|||
"category:playgrounds": "Loc de joaca", |
|||
"category:post": null, |
|||
"category:power": "Energie", |
|||
"category:pt_amenities": null, |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": null, |
|||
"category:public": "Servicii publice", |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "Religie", |
|||
"category:residential": "Zona rezidentiala", |
|||
"category:resources": null, |
|||
"category:shop": "Cumpărături", |
|||
"category:sport": null, |
|||
"category:tourism_attractions": "Turism", |
|||
"category:tourism_services": "Turism", |
|||
"category:transport_alternative": "Alternativ(Bicicleta,Drumetii)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": null, |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": null, |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Timp liber, Sport si Cumparaturi", |
|||
"category:services": "Servicii", |
|||
"category:transport": "Transport", |
|||
"category:transport_car": "Trafic individual", |
|||
"category:transport_pt": "Transport public" |
|||
} |
@ -0,0 +1,64 @@ |
|||
{ |
|||
"category:administrative": "Административные границы", |
|||
"category:agriculture": "Сельское хозяйство", |
|||
"category:alternative_amenities": "Полезные места", |
|||
"category:alternative_routes": "Маршруты", |
|||
"category:buildings": null, |
|||
"category:car_amenities": "Обслуживание транспорта", |
|||
"category:car_furniture": "Элементы дороги", |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Услуги связи", |
|||
"category:construction": "Места строительства", |
|||
"category:craft": "", |
|||
"category:culture": "Культура", |
|||
"category:culture_religion": "Культура", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "Образование", |
|||
"category:emergency": "Экстренные службы", |
|||
"category:financial": "Финансы", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "Общепит", |
|||
"category:health": "Медицина", |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Историческое", |
|||
"category:index": null, |
|||
"category:internet": null, |
|||
"category:leisure": "Досуг", |
|||
"category:military": "Вооружённые силы", |
|||
"category:natural": "Природные образования", |
|||
"category:other": "Прочее", |
|||
"category:phone": null, |
|||
"category:places": "Места", |
|||
"category:places_geo": "Места", |
|||
"category:playgrounds": null, |
|||
"category:post": null, |
|||
"category:power": "Энергетика", |
|||
"category:pt_amenities": "Транспортные принадлежности", |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "Остановки и станции", |
|||
"category:public": "Общественные места", |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "Религия", |
|||
"category:residential": "Жилые районы", |
|||
"category:resources": "Добыча ресурсов", |
|||
"category:shop": "Покупки", |
|||
"category:sport": "Спорт", |
|||
"category:tourism_attractions": "Туризм", |
|||
"category:tourism_services": "Туризм", |
|||
"category:transport_alternative": "Альтернативное передвижение (Велоспорт, Пешие прогулки, ...)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": "Переработка отходов", |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": "Промышленность", |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Досуг", |
|||
"category:railway": "Железные дороги", |
|||
"category:services": "Услуги", |
|||
"category:transport": "Транспорт", |
|||
"category:transport_car": "Частный транспорт", |
|||
"category:transport_pt": "Общественный транспорт" |
|||
} |
@ -0,0 +1,68 @@ |
|||
{ |
|||
"category:administrative": "", |
|||
"category:agriculture": "", |
|||
"category:alternative_amenities": "", |
|||
"category:alternative_routes": "", |
|||
"category:buildings": "", |
|||
"category:car_amenities": "", |
|||
"category:car_furniture": "", |
|||
"category:car_maxspeed": "", |
|||
"category:children": "", |
|||
"category:communication": "", |
|||
"category:construction": "", |
|||
"category:craft": "", |
|||
"category:culture": "", |
|||
"category:culture_religion": "", |
|||
"category:cycle_amenities": "", |
|||
"category:cycle_routes": "", |
|||
"category:education": "", |
|||
"category:emergency": "", |
|||
"category:financial": "", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "", |
|||
"category:health": "", |
|||
"category:hiking_routes": "", |
|||
"category:historic": "", |
|||
"category:index": "", |
|||
"category:internet": "", |
|||
"category:leisure": "", |
|||
"category:military": "", |
|||
"category:natural": "", |
|||
"category:other": "", |
|||
"category:phone": "", |
|||
"category:places": "", |
|||
"category:places_geo": "", |
|||
"category:playgrounds": "", |
|||
"category:post": "", |
|||
"category:power": "", |
|||
"category:pt_amenities": "", |
|||
"category:pt_routes": "", |
|||
"category:pt_stops": "", |
|||
"category:public": "", |
|||
"category:railway-electrification": "", |
|||
"category:railway-infrastructure": "", |
|||
"category:religion": "", |
|||
"category:residential": "", |
|||
"category:resources": "", |
|||
"category:shop": "", |
|||
"category:sport": "", |
|||
"category:tourism_attractions": "", |
|||
"category:tourism_services": "", |
|||
"category:transport_alternative": "", |
|||
"category:walk_amenities": "", |
|||
"category:waste": "", |
|||
"category:water": "", |
|||
"category:wikipedia": "", |
|||
"category:works": "", |
|||
"category:cycle_infrastructure": "", |
|||
"category:infrastructure": "", |
|||
"category:leisure_sport_shopping": "", |
|||
"category:railway": "", |
|||
"category:services": "", |
|||
"category:special": "", |
|||
"category:transport": "", |
|||
"category:transport_car": "", |
|||
"category:transport_cycle": "", |
|||
"category:transport_pt": "", |
|||
"category:transport_walk": "" |
|||
} |
@ -0,0 +1,63 @@ |
|||
{ |
|||
"category:administrative": null, |
|||
"category:agriculture": null, |
|||
"category:alternative_amenities": "Amenities", |
|||
"category:alternative_routes": "Маршрути", |
|||
"category:buildings": null, |
|||
"category:car_amenities": "Amenities", |
|||
"category:car_furniture": "Street Furniture", |
|||
"category:car_maxspeed": null, |
|||
"category:children": null, |
|||
"category:communication": "Телекомунікації", |
|||
"category:construction": null, |
|||
"category:craft": "", |
|||
"category:culture": "Культура ", |
|||
"category:culture_religion": "Культура ", |
|||
"category:cycle_amenities": null, |
|||
"category:cycle_routes": null, |
|||
"category:education": "Освіта", |
|||
"category:emergency": "Швидка допомога", |
|||
"category:financial": "Фінанси", |
|||
"category:gastro-smoking": "", |
|||
"category:gastro": "Гастрономія", |
|||
"category:health": "Здоров'я", |
|||
"category:hiking_routes": null, |
|||
"category:historic": "Історія", |
|||
"category:index": null, |
|||
"category:internet": null, |
|||
"category:leisure": "Дозвілля", |
|||
"category:military": null, |
|||
"category:natural": "Природне середовище", |
|||
"category:other": "Інше", |
|||
"category:phone": null, |
|||
"category:places": "Місцевість", |
|||
"category:places_geo": "Місцевість", |
|||
"category:playgrounds": "Дитячий майданчик", |
|||
"category:post": null, |
|||
"category:power": null, |
|||
"category:pt_amenities": "Amenities", |
|||
"category:pt_routes": null, |
|||
"category:pt_stops": "Зупинки та станції", |
|||
"category:public": "Громадські місця", |
|||
"category:railway-electrification": null, |
|||
"category:railway-infrastructure": null, |
|||
"category:religion": "Релігія", |
|||
"category:residential": "Житлова зона", |
|||
"category:resources": null, |
|||
"category:shop": "Торгівля", |
|||
"category:sport": "Спорт. Інше.", |
|||
"category:tourism_attractions": "Туризм", |
|||
"category:tourism_services": "Туризм", |
|||
"category:transport_alternative": "Інші (Велосипедні, піші, ...)", |
|||
"category:walk_amenities": null, |
|||
"category:waste": null, |
|||
"category:water": null, |
|||
"category:wikipedia": null, |
|||
"category:works": null, |
|||
"category:cycle_infrastructure": null, |
|||
"category:leisure_sport_shopping": "Дозвілля", |
|||
"category:services": "Послуги", |
|||
"category:transport": "Транспорт", |
|||
"category:transport_car": "Приватний транспорт", |
|||
"category:transport_pt": "Громадський транспорт" |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue