Compare commits
merge into: OpenStreetBrowser:master
OpenStreetBrowser:aboriginal_lands
OpenStreetBrowser:bug-43
OpenStreetBrowser:buildings
OpenStreetBrowser:climbing
OpenStreetBrowser:cycle_infrastructure
OpenStreetBrowser:cycleway
OpenStreetBrowser:filter
OpenStreetBrowser:fitness_trail
OpenStreetBrowser:fossil
OpenStreetBrowser:heritage
OpenStreetBrowser:leisure-restruct
OpenStreetBrowser:master
OpenStreetBrowser:maxspeed
OpenStreetBrowser:office
OpenStreetBrowser:osm-qa
OpenStreetBrowser:parking-lanes
OpenStreetBrowser:pattern
OpenStreetBrowser:pedestrian
OpenStreetBrowser:places
OpenStreetBrowser:pt
OpenStreetBrowser:railway-electrification
OpenStreetBrowser:railway-rails
OpenStreetBrowser:shop-bulk_purchase
OpenStreetBrowser:sidewalks-category
naveenmtp:aboriginal_lands
naveenmtp:bug-43
naveenmtp:buildings
naveenmtp:climbing
naveenmtp:cycle_infrastructure
naveenmtp:filter
naveenmtp:fitness_trail
naveenmtp:fossil
naveenmtp:heritage
naveenmtp:leisure-restruct
naveenmtp:master
naveenmtp:maxspeed
naveenmtp:office
naveenmtp:pattern
naveenmtp:places
naveenmtp:pt
naveenmtp:railway-electrification
naveenmtp:shop-bulk_purchase
pull from: naveenmtp:pt
naveenmtp:aboriginal_lands
naveenmtp:bug-43
naveenmtp:buildings
naveenmtp:climbing
naveenmtp:cycle_infrastructure
naveenmtp:filter
naveenmtp:fitness_trail
naveenmtp:fossil
naveenmtp:heritage
naveenmtp:leisure-restruct
naveenmtp:master
naveenmtp:maxspeed
naveenmtp:office
naveenmtp:pattern
naveenmtp:places
naveenmtp:pt
naveenmtp:railway-electrification
naveenmtp:shop-bulk_purchase
OpenStreetBrowser:aboriginal_lands
OpenStreetBrowser:bug-43
OpenStreetBrowser:buildings
OpenStreetBrowser:climbing
OpenStreetBrowser:cycle_infrastructure
OpenStreetBrowser:cycleway
OpenStreetBrowser:filter
OpenStreetBrowser:fitness_trail
OpenStreetBrowser:fossil
OpenStreetBrowser:heritage
OpenStreetBrowser:leisure-restruct
OpenStreetBrowser:master
OpenStreetBrowser:maxspeed
OpenStreetBrowser:office
OpenStreetBrowser:osm-qa
OpenStreetBrowser:parking-lanes
OpenStreetBrowser:pattern
OpenStreetBrowser:pedestrian
OpenStreetBrowser:places
OpenStreetBrowser:pt
OpenStreetBrowser:railway-electrification
OpenStreetBrowser:railway-rails
OpenStreetBrowser:shop-bulk_purchase
OpenStreetBrowser:sidewalks-category
71 Commits
75 changed files with 1419 additions and 714 deletions
-
2administrative.json
-
13agriculture.json
-
1alternative_amenities.json
-
2alternative_routes.json
-
4buildings.json
-
7car_amenities.json
-
4car_furniture.json
-
4car_maxspeed.json
-
3children.json
-
2communication.json
-
4construction.json
-
76craft.json
-
2culture.json
-
6culture_religion.json
-
17cycle_amenities.json
-
82cycle_routes.json
-
4education.json
-
28emergency.json
-
6financial.json
-
69gastro-smoking.json
-
4gastro.json
-
33health.json
-
83hiking_routes.json
-
6historic.json
-
74index.json
-
3internet.json
-
35lang/ast.json
-
100lang/ca.json
-
35lang/cs.json
-
13lang/de.json
-
65lang/el.json
-
15lang/en.json
-
102lang/es.json
-
71lang/et.json
-
67lang/fr.json
-
67lang/hu.json
-
43lang/it.json
-
41lang/ja.json
-
37lang/nl.json
-
87lang/pl.json
-
67lang/pt-br.json
-
67lang/pt.json
-
59lang/ro.json
-
43lang/ru.json
-
58lang/template.json
-
57lang/uk.json
-
2leisure.json
-
2military.json
-
4natural.json
-
4other.json
-
3phone.json
-
2places.json
-
2places_geo.json
-
2playgrounds.json
-
4post.json
-
2power.json
-
205pt.json
-
1pt_amenities.json
-
80pt_routes.json
-
47pt_stops.json
-
2public.json
-
10railway-electrification.json
-
23railway-infrastructure.json
-
24religion.json
-
2residential.json
-
2resources.json
-
4shop.json
-
6sport.json
-
6tourism_attractions.json
-
6tourism_services.json
-
3walk_amenities.json
-
4waste.json
-
4water.json
-
5wikipedia.json
-
4works.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>" |
||||
|
] |
||||
|
} |
@ -1,58 +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:administrative": "", |
||||
|
"category:agriculture": "", |
||||
|
"category:alternative_amenities": "", |
||||
|
"category:alternative_routes": "", |
||||
|
"category:buildings": "", |
||||
|
"category:car_amenities": "", |
||||
|
"category:car_furniture": "", |
||||
|
"category:car_maxspeed": "", |
||||
|
"category:children": "", |
||||
"category:communication": "Comunicacions", |
"category:communication": "Comunicacions", |
||||
"category:construction": null, |
|
||||
|
"category:construction": "", |
||||
|
"category:craft": "", |
||||
"category:culture": "Cultura", |
"category:culture": "Cultura", |
||||
"category:culture_religion": "Cultura i religió", |
"category:culture_religion": "Cultura i religió", |
||||
"category:cycle_amenities": null, |
|
||||
"category:cycle_routes": null, |
|
||||
"category:education": null, |
|
||||
|
"category:cycle_amenities": "", |
||||
|
"category:cycle_routes": "", |
||||
|
"category:education": "", |
||||
"category:emergency": "Serveis d'emergència", |
"category:emergency": "Serveis d'emergència", |
||||
"category:financial": null, |
|
||||
"category:gastro": null, |
|
||||
"category:health": null, |
|
||||
"category:hiking_routes": null, |
|
||||
"category:historic": null, |
|
||||
"category:index": null, |
|
||||
|
"category:financial": "", |
||||
|
"category:gastro-smoking": "", |
||||
|
"category:gastro": "", |
||||
|
"category:health": "", |
||||
|
"category:hiking_routes": "", |
||||
|
"category:historic": "", |
||||
|
"category:index": "", |
||||
"category:internet": "Accés a Internet", |
"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": "", |
||||
|
"category:military": "", |
||||
|
"category:natural": "", |
||||
|
"category:other": "", |
||||
|
"category:phone": "", |
||||
|
"category:places": "", |
||||
|
"category:places_geo": "", |
||||
|
"category:playgrounds": "", |
||||
|
"category:post": "", |
||||
|
"category:power": "", |
||||
|
"category:pt": "", |
||||
|
"category:pt:stops": "", |
||||
|
"category:pt:routes": "", |
||||
|
"category:pt_amenities": "", |
||||
|
"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:leisure_sport_shopping": "Oci, esport i compres", |
"category:leisure_sport_shopping": "Oci, esport i compres", |
||||
"category:services": "Serveis" |
"category:services": "Serveis" |
||||
} |
} |
@ -1,60 +1,61 @@ |
|||||
{ |
{ |
||||
"category:administrative": "Διοικητικά Όρια", |
"category:administrative": "Διοικητικά Όρια", |
||||
"category:agriculture": "Γεωργία", |
"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:alternative_amenities": "", |
||||
|
"category:alternative_routes": "", |
||||
|
"category:buildings": "", |
||||
|
"category:car_amenities": "", |
||||
|
"category:car_furniture": "", |
||||
|
"category:car_maxspeed": "", |
||||
|
"category:children": "", |
||||
"category:communication": "Επικοινωνίες", |
"category:communication": "Επικοινωνίες", |
||||
"category:construction": null, |
|
||||
|
"category:construction": "", |
||||
|
"category:craft": "", |
||||
"category:culture": "Πολιτισμός", |
"category:culture": "Πολιτισμός", |
||||
"category:culture_religion": "Πολιτισμός", |
"category:culture_religion": "Πολιτισμός", |
||||
"category:cycle_amenities": null, |
|
||||
"category:cycle_routes": null, |
|
||||
|
"category:cycle_amenities": "", |
||||
|
"category:cycle_routes": "", |
||||
"category:education": "Υπηρεσίες Εκπαίδευσης", |
"category:education": "Υπηρεσίες Εκπαίδευσης", |
||||
"category:emergency": "Υπηρεσίες Έκτακτης Ανάγκης", |
"category:emergency": "Υπηρεσίες Έκτακτης Ανάγκης", |
||||
"category:financial": "Χρήμα", |
"category:financial": "Χρήμα", |
||||
|
"category:gastro-smoking": "", |
||||
"category:gastro": "Γαστρονομία", |
"category:gastro": "Γαστρονομία", |
||||
"category:health": "Υγεία", |
"category:health": "Υγεία", |
||||
"category:hiking_routes": null, |
|
||||
|
"category:hiking_routes": "", |
||||
"category:historic": "Ιστορικά", |
"category:historic": "Ιστορικά", |
||||
"category:index": null, |
|
||||
"category:internet": null, |
|
||||
|
"category:index": "", |
||||
|
"category:internet": "", |
||||
"category:leisure": "Αναψυχή", |
"category:leisure": "Αναψυχή", |
||||
"category:military": "Στρατιωτικό", |
"category:military": "Στρατιωτικό", |
||||
"category:natural": "Φυσικοί Σχηματισμοί", |
"category:natural": "Φυσικοί Σχηματισμοί", |
||||
"category:other": null, |
|
||||
"category:phone": null, |
|
||||
|
"category:other": "", |
||||
|
"category:phone": "", |
||||
"category:places": "Μέρη", |
"category:places": "Μέρη", |
||||
"category:places_geo": "Μέρη", |
"category:places_geo": "Μέρη", |
||||
"category:playgrounds": null, |
|
||||
"category:post": null, |
|
||||
"category:power": null, |
|
||||
"category:pt_amenities": null, |
|
||||
"category:pt_routes": null, |
|
||||
"category:pt_stops": "Στάσεις & Σταθμοί", |
|
||||
|
"category:playgrounds": "", |
||||
|
"category:post": "", |
||||
|
"category:power": "", |
||||
|
"category:pt": "Δημόσιες Μεταφορές", |
||||
|
"category:pt:stops": "Στάσεις & Σταθμοί", |
||||
|
"category:pt:routes": "", |
||||
|
"category:pt_amenities": "", |
||||
"category:public": "Δημόσιες Υπηρεσίες", |
"category:public": "Δημόσιες Υπηρεσίες", |
||||
"category:railway-electrification": null, |
|
||||
"category:railway-infrastructure": null, |
|
||||
|
"category:railway-electrification": "", |
||||
|
"category:railway-infrastructure": "", |
||||
"category:religion": "Θρησκεία", |
"category:religion": "Θρησκεία", |
||||
"category:residential": "Περιοχές Κατοικίας", |
"category:residential": "Περιοχές Κατοικίας", |
||||
"category:resources": null, |
|
||||
|
"category:resources": "", |
||||
"category:shop": "Αγορές", |
"category:shop": "Αγορές", |
||||
"category:sport": "Άθληση", |
"category:sport": "Άθληση", |
||||
"category:tourism_attractions": "Τουρισμός", |
"category:tourism_attractions": "Τουρισμός", |
||||
"category:tourism_services": "Τουρισμός", |
"category:tourism_services": "Τουρισμός", |
||||
"category:transport_alternative": "Εναλλακτικά (ποδηλασία, ορειβασία,...)", |
"category:transport_alternative": "Εναλλακτικά (ποδηλασία, ορειβασία,...)", |
||||
"category:walk_amenities": null, |
|
||||
"category:waste": null, |
|
||||
"category:water": null, |
|
||||
"category:wikipedia": null, |
|
||||
"category:works": null, |
|
||||
"category:cycle_infrastructure": null, |
|
||||
|
"category:walk_amenities": "", |
||||
|
"category:waste": "", |
||||
|
"category:water": "", |
||||
|
"category:wikipedia": "", |
||||
|
"category:works": "", |
||||
"category:leisure_sport_shopping": "Αναψυχή, Αθλητισμός και Αγορές", |
"category:leisure_sport_shopping": "Αναψυχή, Αθλητισμός και Αγορές", |
||||
"category:services": "Υπηρεσίες", |
"category:services": "Υπηρεσίες", |
||||
"category:transport": "Μεταφορές", |
|
||||
"category:transport_pt": "Δημόσιες Μεταφορές" |
|
||||
|
"category:transport": "Μεταφορές" |
||||
} |
} |
@ -1,58 +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: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": "Cultura", |
"category:culture": "Cultura", |
||||
"category:culture_religion": "Cultura y religión", |
"category:culture_religion": "Cultura y religión", |
||||
"category:cycle_amenities": null, |
|
||||
"category:cycle_routes": null, |
|
||||
"category:education": null, |
|
||||
|
"category:cycle_amenities": "", |
||||
|
"category:cycle_routes": "", |
||||
|
"category:education": "", |
||||
"category:emergency": "Servicios de emergencia", |
"category:emergency": "Servicios de emergencia", |
||||
"category:financial": null, |
|
||||
"category:gastro": null, |
|
||||
"category:health": null, |
|
||||
"category:hiking_routes": null, |
|
||||
"category:historic": null, |
|
||||
"category:index": null, |
|
||||
|
"category:financial": "", |
||||
|
"category:gastro-smoking": "", |
||||
|
"category:gastro": "", |
||||
|
"category:health": "", |
||||
|
"category:hiking_routes": "", |
||||
|
"category:historic": "", |
||||
|
"category:index": "", |
||||
"category:internet": "Acceso a Internet", |
"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": "", |
||||
|
"category:military": "", |
||||
|
"category:natural": "", |
||||
|
"category:other": "", |
||||
|
"category:phone": "", |
||||
|
"category:places": "", |
||||
|
"category:places_geo": "", |
||||
|
"category:playgrounds": "", |
||||
|
"category:post": "", |
||||
|
"category:power": "", |
||||
|
"category:pt": "", |
||||
|
"category:pt:stops": "Paradas y estaciones", |
||||
|
"category:pt:routes": "", |
||||
|
"category:pt_amenities": "", |
||||
|
"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:leisure_sport_shopping": "Ocio, deporte y compras", |
"category:leisure_sport_shopping": "Ocio, deporte y compras", |
||||
"category:services": "Servicios" |
"category:services": "Servicios" |
||||
} |
} |
@ -1,61 +1,62 @@ |
|||||
{ |
{ |
||||
"category:administrative": "Administratiivalad", |
"category:administrative": "Administratiivalad", |
||||
"category:agriculture": "Põllumajandus", |
"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:alternative_amenities": "", |
||||
|
"category:alternative_routes": "", |
||||
|
"category:buildings": "", |
||||
|
"category:car_amenities": "", |
||||
|
"category:car_furniture": "", |
||||
|
"category:car_maxspeed": "", |
||||
|
"category:children": "", |
||||
"category:communication": "Kommunikatsioon", |
"category:communication": "Kommunikatsioon", |
||||
"category:construction": null, |
|
||||
|
"category:construction": "", |
||||
|
"category:craft": "", |
||||
"category:culture": "Kultuur", |
"category:culture": "Kultuur", |
||||
"category:culture_religion": "Kultuur ja religioon", |
"category:culture_religion": "Kultuur ja religioon", |
||||
"category:cycle_amenities": null, |
|
||||
"category:cycle_routes": null, |
|
||||
|
"category:cycle_amenities": "", |
||||
|
"category:cycle_routes": "", |
||||
"category:education": "Haridusteenused", |
"category:education": "Haridusteenused", |
||||
"category:emergency": "Hädaabi teenused", |
"category:emergency": "Hädaabi teenused", |
||||
"category:financial": null, |
|
||||
"category:gastro": null, |
|
||||
"category:health": null, |
|
||||
"category:hiking_routes": null, |
|
||||
|
"category:financial": "", |
||||
|
"category:gastro-smoking": "", |
||||
|
"category:gastro": "", |
||||
|
"category:health": "", |
||||
|
"category:hiking_routes": "", |
||||
"category:historic": "Ajalooline", |
"category:historic": "Ajalooline", |
||||
"category:index": null, |
|
||||
"category:internet": null, |
|
||||
"category:leisure": null, |
|
||||
"category:military": null, |
|
||||
"category:natural": null, |
|
||||
|
"category:index": "", |
||||
|
"category:internet": "", |
||||
|
"category:leisure": "", |
||||
|
"category:military": "", |
||||
|
"category:natural": "", |
||||
"category:other": "Ülejäänud", |
"category:other": "Ülejäänud", |
||||
"category:phone": "Telefon", |
"category:phone": "Telefon", |
||||
"category:places": "Kohad", |
"category:places": "Kohad", |
||||
"category:places_geo": "Kohad", |
"category:places_geo": "Kohad", |
||||
"category:playgrounds": "Mänguväljak", |
"category:playgrounds": "Mänguväljak", |
||||
"category:post": null, |
|
||||
|
"category:post": "", |
||||
"category:power": "Elekter", |
"category:power": "Elekter", |
||||
"category:pt_amenities": null, |
|
||||
"category:pt_routes": null, |
|
||||
"category:pt_stops": null, |
|
||||
|
"category:pt": "Ühistransport", |
||||
|
"category:pt:stops": "", |
||||
|
"category:pt:routes": "", |
||||
|
"category:pt_amenities": "", |
||||
"category:public": "Kommunaalteenused", |
"category:public": "Kommunaalteenused", |
||||
"category:railway-electrification": null, |
|
||||
"category:railway-infrastructure": null, |
|
||||
|
"category:railway-electrification": "", |
||||
|
"category:railway-infrastructure": "", |
||||
"category:religion": "Religioon", |
"category:religion": "Religioon", |
||||
"category:residential": "Elamupiirkonnad", |
"category:residential": "Elamupiirkonnad", |
||||
"category:resources": null, |
|
||||
|
"category:resources": "", |
||||
"category:shop": "Ostmine", |
"category:shop": "Ostmine", |
||||
"category:sport": null, |
|
||||
|
"category:sport": "", |
||||
"category:tourism_attractions": "Turism", |
"category:tourism_attractions": "Turism", |
||||
"category:tourism_services": "Turism", |
"category:tourism_services": "Turism", |
||||
"category:transport_alternative": "Alternatiivne (jalgrattasõit, matkamine, ...)", |
"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:walk_amenities": "", |
||||
|
"category:waste": "", |
||||
|
"category:water": "", |
||||
|
"category:wikipedia": "", |
||||
|
"category:works": "", |
||||
"category:leisure_sport_shopping": "Vaba aeg, sport ja ostmine", |
"category:leisure_sport_shopping": "Vaba aeg, sport ja ostmine", |
||||
"category:railway": "Raudtee", |
"category:railway": "Raudtee", |
||||
"category:services": "Teenused", |
"category:services": "Teenused", |
||||
"category:transport": "Transport", |
|
||||
"category:transport_pt": "Ühistransport" |
|
||||
|
"category:transport": "Transport" |
||||
} |
} |
@ -1,61 +1,62 @@ |
|||||
{ |
{ |
||||
"category:administrative": "Adminisztratív határok", |
"category:administrative": "Adminisztratív határok", |
||||
"category:agriculture": "Mezőgazdaság", |
"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:alternative_amenities": "", |
||||
|
"category:alternative_routes": "", |
||||
|
"category:buildings": "", |
||||
|
"category:car_amenities": "", |
||||
|
"category:car_furniture": "", |
||||
|
"category:car_maxspeed": "", |
||||
|
"category:children": "", |
||||
"category:communication": "Kommunikácó", |
"category:communication": "Kommunikácó", |
||||
"category:construction": null, |
|
||||
|
"category:construction": "", |
||||
|
"category:craft": "", |
||||
"category:culture": "Kultúra", |
"category:culture": "Kultúra", |
||||
"category:culture_religion": "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:cycle_amenities": "", |
||||
|
"category:cycle_routes": "", |
||||
|
"category:education": "", |
||||
|
"category:emergency": "", |
||||
|
"category:financial": "", |
||||
|
"category:gastro-smoking": "", |
||||
"category:gastro": "Gasztronómia", |
"category:gastro": "Gasztronómia", |
||||
"category:health": null, |
|
||||
"category:hiking_routes": null, |
|
||||
|
"category:health": "", |
||||
|
"category:hiking_routes": "", |
||||
"category:historic": "Historikus", |
"category:historic": "Historikus", |
||||
"category:index": null, |
|
||||
|
"category:index": "", |
||||
"category:internet": "Internethozzáférés", |
"category:internet": "Internethozzáférés", |
||||
"category:leisure": null, |
|
||||
|
"category:leisure": "", |
||||
"category:military": "Katonai", |
"category:military": "Katonai", |
||||
"category:natural": "Természeti képződmények", |
"category:natural": "Természeti képződmények", |
||||
"category:other": "Egyéb", |
"category:other": "Egyéb", |
||||
"category:phone": "Telefon", |
"category:phone": "Telefon", |
||||
"category:places": "Helyek", |
"category:places": "Helyek", |
||||
"category:places_geo": "Helyek", |
"category:places_geo": "Helyek", |
||||
"category:playgrounds": null, |
|
||||
|
"category:playgrounds": "", |
||||
"category:post": "Posta", |
"category:post": "Posta", |
||||
"category:power": "Áramellátás", |
"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:pt": "Tömegközlekedés", |
||||
|
"category:pt:stops": "Megállók és állomások", |
||||
|
"category:pt:routes": "", |
||||
|
"category:pt_amenities": "", |
||||
|
"category:public": "", |
||||
|
"category:railway-electrification": "", |
||||
|
"category:railway-infrastructure": "", |
||||
"category:religion": "Vallás", |
"category:religion": "Vallás", |
||||
"category:residential": "Lakóövezetek", |
"category:residential": "Lakóövezetek", |
||||
"category:resources": null, |
|
||||
|
"category:resources": "", |
||||
"category:shop": "Vásárlás", |
"category:shop": "Vásárlás", |
||||
"category:sport": "Sport", |
"category:sport": "Sport", |
||||
"category:tourism_attractions": "Túrizmus", |
"category:tourism_attractions": "Túrizmus", |
||||
"category:tourism_services": "Túrizmus", |
"category:tourism_services": "Túrizmus", |
||||
"category:transport_alternative": "Alternatív (Krékpár, Túra)", |
"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:walk_amenities": "", |
||||
|
"category:waste": "", |
||||
|
"category:water": "", |
||||
|
"category:wikipedia": "", |
||||
|
"category:works": "", |
||||
"category:leisure_sport_shopping": "Szabadidő", |
"category:leisure_sport_shopping": "Szabadidő", |
||||
"category:railway": "Vasút", |
"category:railway": "Vasút", |
||||
"category:services": "Szolgáltatás", |
"category:services": "Szolgáltatás", |
||||
"category:transport": "Közlekedés", |
|
||||
"category:transport_pt": "Tömegközlekedés" |
|
||||
|
"category:transport": "Közlekedés" |
||||
} |
} |
@ -1,61 +1,62 @@ |
|||||
{ |
{ |
||||
"category:administrative": null, |
|
||||
"category:agriculture": null, |
|
||||
"category:alternative_amenities": null, |
|
||||
"category:alternative_routes": null, |
|
||||
"category:buildings": null, |
|
||||
"category:car_amenities": null, |
|
||||
|
"category:administrative": "", |
||||
|
"category:agriculture": "", |
||||
|
"category:alternative_amenities": "", |
||||
|
"category:alternative_routes": "", |
||||
|
"category:buildings": "", |
||||
|
"category:car_amenities": "", |
||||
"category:car_furniture": "Elementy drogowe", |
"category:car_furniture": "Elementy drogowe", |
||||
"category:car_maxspeed": null, |
|
||||
"category:children": null, |
|
||||
"category:communication": null, |
|
||||
"category:construction": null, |
|
||||
|
"category:car_maxspeed": "", |
||||
|
"category:children": "", |
||||
|
"category:communication": "", |
||||
|
"category:construction": "", |
||||
|
"category:craft": "", |
||||
"category:culture": "Kultura", |
"category:culture": "Kultura", |
||||
"category:culture_religion": "Kultura", |
"category:culture_religion": "Kultura", |
||||
"category:cycle_amenities": null, |
|
||||
"category:cycle_routes": null, |
|
||||
|
"category:cycle_amenities": "", |
||||
|
"category:cycle_routes": "", |
||||
"category:education": "Edukacyjne", |
"category:education": "Edukacyjne", |
||||
"category:emergency": null, |
|
||||
|
"category:emergency": "", |
||||
"category:financial": "Finasowe", |
"category:financial": "Finasowe", |
||||
|
"category:gastro-smoking": "", |
||||
"category:gastro": "Gastronomia", |
"category:gastro": "Gastronomia", |
||||
"category:health": "Zdrowie", |
"category:health": "Zdrowie", |
||||
"category:hiking_routes": null, |
|
||||
|
"category:hiking_routes": "", |
||||
"category:historic": "Miejsca Historyczne", |
"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:index": "", |
||||
|
"category:internet": "", |
||||
|
"category:leisure": "", |
||||
|
"category:military": "", |
||||
|
"category:natural": "", |
||||
|
"category:other": "", |
||||
|
"category:phone": "", |
||||
"category:places": "Miejsca", |
"category:places": "Miejsca", |
||||
"category:places_geo": "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:playgrounds": "", |
||||
|
"category:post": "", |
||||
|
"category:power": "", |
||||
|
"category:pt": "Transport Publiczny", |
||||
|
"category:pt:stops": "Przystanki i Stacje", |
||||
|
"category:pt:routes": "", |
||||
|
"category:pt_amenities": "", |
||||
|
"category:public": "", |
||||
|
"category:railway-electrification": "", |
||||
|
"category:railway-infrastructure": "", |
||||
|
"category:religion": "", |
||||
|
"category:residential": "", |
||||
|
"category:resources": "", |
||||
"category:shop": "Zakupy", |
"category:shop": "Zakupy", |
||||
"category:sport": null, |
|
||||
|
"category:sport": "", |
||||
"category:tourism_attractions": "Turystyka", |
"category:tourism_attractions": "Turystyka", |
||||
"category:tourism_services": "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:transport_alternative": "", |
||||
|
"category:walk_amenities": "", |
||||
|
"category:waste": "", |
||||
|
"category:water": "", |
||||
|
"category:wikipedia": "", |
||||
|
"category:works": "", |
||||
"category:leisure_sport_shopping": "Wypoczynek, Sport i Zakupy", |
"category:leisure_sport_shopping": "Wypoczynek, Sport i Zakupy", |
||||
"category:services": "Usługi", |
"category:services": "Usługi", |
||||
"category:transport": "Transport", |
"category:transport": "Transport", |
||||
"category:transport_car": "Transport Indywidualny", |
|
||||
"category:transport_pt": "Transport Publiczny" |
|
||||
|
"category:transport_car": "Transport Indywidualny" |
||||
} |
} |
@ -0,0 +1,67 @@ |
|||||
|
{ |
||||
|
"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": "", |
||||
|
"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": "Transporte Público", |
||||
|
"category:pt:stops": "Paradas e Estações", |
||||
|
"category:pt:routes": "Rotas", |
||||
|
"category:pt_amenities": "Equipamentos", |
||||
|
"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": "", |
||||
|
"category:walk_amenities": "Equipamentos", |
||||
|
"category:waste": "Lixo", |
||||
|
"category:water": "Hidrografia", |
||||
|
"category:wikipedia": "Wikipédia", |
||||
|
"category:works": "Fábricas", |
||||
|
"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_walk": "Pedestre" |
||||
|
} |
@ -0,0 +1,67 @@ |
|||||
|
{ |
||||
|
"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": "", |
||||
|
"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": "Transportes públicos", |
||||
|
"category:pt:stops": "", |
||||
|
"category:pt:routes": "Rotas", |
||||
|
"category:pt_amenities": "", |
||||
|
"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": "", |
||||
|
"category:walk_amenities": "", |
||||
|
"category:waste": "Lixo", |
||||
|
"category:water": "Massas de água", |
||||
|
"category:wikipedia": "Wikipédia", |
||||
|
"category:works": "Fábricas", |
||||
|
"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_walk": "Pedestre" |
||||
|
} |
@ -1,61 +1,62 @@ |
|||||
{ |
{ |
||||
"category:administrative": "Zona administrativa", |
"category:administrative": "Zona administrativa", |
||||
"category:agriculture": "Agricultura", |
"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:alternative_amenities": "", |
||||
|
"category:alternative_routes": "", |
||||
|
"category:buildings": "", |
||||
|
"category:car_amenities": "", |
||||
|
"category:car_furniture": "", |
||||
|
"category:car_maxspeed": "", |
||||
|
"category:children": "", |
||||
"category:communication": "Comunicatii", |
"category:communication": "Comunicatii", |
||||
"category:construction": null, |
|
||||
|
"category:construction": "", |
||||
|
"category:craft": "", |
||||
"category:culture": "Cultura", |
"category:culture": "Cultura", |
||||
"category:culture_religion": "Cultura", |
"category:culture_religion": "Cultura", |
||||
"category:cycle_amenities": null, |
|
||||
"category:cycle_routes": null, |
|
||||
|
"category:cycle_amenities": "", |
||||
|
"category:cycle_routes": "", |
||||
"category:education": "Servicii educatie", |
"category:education": "Servicii educatie", |
||||
"category:emergency": "Servicii urgenta", |
"category:emergency": "Servicii urgenta", |
||||
"category:financial": "Financiar", |
"category:financial": "Financiar", |
||||
|
"category:gastro-smoking": "", |
||||
"category:gastro": "Gastronomie", |
"category:gastro": "Gastronomie", |
||||
"category:health": "Sanatate", |
"category:health": "Sanatate", |
||||
"category:hiking_routes": null, |
|
||||
|
"category:hiking_routes": "", |
||||
"category:historic": "Istoric", |
"category:historic": "Istoric", |
||||
"category:index": null, |
|
||||
|
"category:index": "", |
||||
"category:internet": "Acces internet", |
"category:internet": "Acces internet", |
||||
"category:leisure": "Timp liber", |
"category:leisure": "Timp liber", |
||||
"category:military": "Militar", |
"category:military": "Militar", |
||||
"category:natural": null, |
|
||||
|
"category:natural": "", |
||||
"category:other": "Altele", |
"category:other": "Altele", |
||||
"category:phone": "Telefon", |
"category:phone": "Telefon", |
||||
"category:places": "Locuri", |
"category:places": "Locuri", |
||||
"category:places_geo": "Locuri", |
"category:places_geo": "Locuri", |
||||
"category:playgrounds": "Loc de joaca", |
"category:playgrounds": "Loc de joaca", |
||||
"category:post": null, |
|
||||
|
"category:post": "", |
||||
"category:power": "Energie", |
"category:power": "Energie", |
||||
"category:pt_amenities": null, |
|
||||
"category:pt_routes": null, |
|
||||
"category:pt_stops": null, |
|
||||
|
"category:pt": "Transport public", |
||||
|
"category:pt:stops": "", |
||||
|
"category:pt:routes": "", |
||||
|
"category:pt_amenities": "", |
||||
"category:public": "Servicii publice", |
"category:public": "Servicii publice", |
||||
"category:railway-electrification": null, |
|
||||
"category:railway-infrastructure": null, |
|
||||
|
"category:railway-electrification": "", |
||||
|
"category:railway-infrastructure": "", |
||||
"category:religion": "Religie", |
"category:religion": "Religie", |
||||
"category:residential": "Zona rezidentiala", |
"category:residential": "Zona rezidentiala", |
||||
"category:resources": null, |
|
||||
|
"category:resources": "", |
||||
"category:shop": "Cumpărături", |
"category:shop": "Cumpărături", |
||||
"category:sport": null, |
|
||||
|
"category:sport": "", |
||||
"category:tourism_attractions": "Turism", |
"category:tourism_attractions": "Turism", |
||||
"category:tourism_services": "Turism", |
"category:tourism_services": "Turism", |
||||
"category:transport_alternative": "Alternativ(Bicicleta,Drumetii)", |
"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:walk_amenities": "", |
||||
|
"category:waste": "", |
||||
|
"category:water": "", |
||||
|
"category:wikipedia": "", |
||||
|
"category:works": "", |
||||
"category:leisure_sport_shopping": "Timp liber, Sport si Cumparaturi", |
"category:leisure_sport_shopping": "Timp liber, Sport si Cumparaturi", |
||||
"category:services": "Servicii", |
"category:services": "Servicii", |
||||
"category:transport": "Transport", |
"category:transport": "Transport", |
||||
"category:transport_car": "Trafic individual", |
|
||||
"category:transport_pt": "Transport public" |
|
||||
|
"category:transport_car": "Trafic individual" |
||||
} |
} |
@ -0,0 +1,58 @@ |
|||||
|
{ |
||||
|
"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": "", |
||||
|
"category:pt:stops": "", |
||||
|
"category:pt:routes": "", |
||||
|
"category:pt_amenities": "", |
||||
|
"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": "" |
||||
|
} |
@ -1,61 +1,62 @@ |
|||||
{ |
{ |
||||
"category:administrative": null, |
|
||||
"category:agriculture": null, |
|
||||
|
"category:administrative": "", |
||||
|
"category:agriculture": "", |
||||
"category:alternative_amenities": "Amenities", |
"category:alternative_amenities": "Amenities", |
||||
"category:alternative_routes": "Маршрути", |
"category:alternative_routes": "Маршрути", |
||||
"category:buildings": null, |
|
||||
|
"category:buildings": "", |
||||
"category:car_amenities": "Amenities", |
"category:car_amenities": "Amenities", |
||||
"category:car_furniture": "Street Furniture", |
"category:car_furniture": "Street Furniture", |
||||
"category:car_maxspeed": null, |
|
||||
"category:children": null, |
|
||||
|
"category:car_maxspeed": "", |
||||
|
"category:children": "", |
||||
"category:communication": "Телекомунікації", |
"category:communication": "Телекомунікації", |
||||
"category:construction": null, |
|
||||
|
"category:construction": "", |
||||
|
"category:craft": "", |
||||
"category:culture": "Культура ", |
"category:culture": "Культура ", |
||||
"category:culture_religion": "Культура ", |
"category:culture_religion": "Культура ", |
||||
"category:cycle_amenities": null, |
|
||||
"category:cycle_routes": null, |
|
||||
|
"category:cycle_amenities": "", |
||||
|
"category:cycle_routes": "", |
||||
"category:education": "Освіта", |
"category:education": "Освіта", |
||||
"category:emergency": "Швидка допомога", |
"category:emergency": "Швидка допомога", |
||||
"category:financial": "Фінанси", |
"category:financial": "Фінанси", |
||||
|
"category:gastro-smoking": "", |
||||
"category:gastro": "Гастрономія", |
"category:gastro": "Гастрономія", |
||||
"category:health": "Здоров'я", |
"category:health": "Здоров'я", |
||||
"category:hiking_routes": null, |
|
||||
|
"category:hiking_routes": "", |
||||
"category:historic": "Історія", |
"category:historic": "Історія", |
||||
"category:index": null, |
|
||||
"category:internet": null, |
|
||||
|
"category:index": "", |
||||
|
"category:internet": "", |
||||
"category:leisure": "Дозвілля", |
"category:leisure": "Дозвілля", |
||||
"category:military": null, |
|
||||
|
"category:military": "", |
||||
"category:natural": "Природне середовище", |
"category:natural": "Природне середовище", |
||||
"category:other": "Інше", |
"category:other": "Інше", |
||||
"category:phone": null, |
|
||||
|
"category:phone": "", |
||||
"category:places": "Місцевість", |
"category:places": "Місцевість", |
||||
"category:places_geo": "Місцевість", |
"category:places_geo": "Місцевість", |
||||
"category:playgrounds": "Дитячий майданчик", |
"category:playgrounds": "Дитячий майданчик", |
||||
"category:post": null, |
|
||||
"category:power": null, |
|
||||
|
"category:post": "", |
||||
|
"category:power": "", |
||||
|
"category:pt": "Громадський транспорт", |
||||
|
"category:pt:stops": "Зупинки та станції", |
||||
|
"category:pt:routes": "", |
||||
"category:pt_amenities": "Amenities", |
"category:pt_amenities": "Amenities", |
||||
"category:pt_routes": null, |
|
||||
"category:pt_stops": "Зупинки та станції", |
|
||||
"category:public": "Громадські місця", |
"category:public": "Громадські місця", |
||||
"category:railway-electrification": null, |
|
||||
"category:railway-infrastructure": null, |
|
||||
|
"category:railway-electrification": "", |
||||
|
"category:railway-infrastructure": "", |
||||
"category:religion": "Релігія", |
"category:religion": "Релігія", |
||||
"category:residential": "Житлова зона", |
"category:residential": "Житлова зона", |
||||
"category:resources": null, |
|
||||
|
"category:resources": "", |
||||
"category:shop": "Торгівля", |
"category:shop": "Торгівля", |
||||
"category:sport": "Спорт. Інше.", |
"category:sport": "Спорт. Інше.", |
||||
"category:tourism_attractions": "Туризм", |
"category:tourism_attractions": "Туризм", |
||||
"category:tourism_services": "Туризм", |
"category:tourism_services": "Туризм", |
||||
"category:transport_alternative": "Інші (Велосипедні, піші, ...)", |
"category:transport_alternative": "Інші (Велосипедні, піші, ...)", |
||||
"category:walk_amenities": null, |
|
||||
"category:waste": null, |
|
||||
"category:water": null, |
|
||||
"category:wikipedia": null, |
|
||||
"category:works": null, |
|
||||
"category:cycle_infrastructure": null, |
|
||||
|
"category:walk_amenities": "", |
||||
|
"category:waste": "", |
||||
|
"category:water": "", |
||||
|
"category:wikipedia": "", |
||||
|
"category:works": "", |
||||
"category:leisure_sport_shopping": "Дозвілля", |
"category:leisure_sport_shopping": "Дозвілля", |
||||
"category:services": "Послуги", |
"category:services": "Послуги", |
||||
"category:transport": "Транспорт", |
"category:transport": "Транспорт", |
||||
"category:transport_car": "Приватний транспорт", |
|
||||
"category:transport_pt": "Громадський транспорт" |
|
||||
|
"category:transport_car": "Приватний транспорт" |
||||
} |
} |
@ -0,0 +1,205 @@ |
|||||
|
{ |
||||
|
"type": "overpass", |
||||
|
"name": { |
||||
|
"ast": "Tresporte Públicu", |
||||
|
"cs": "Veřejná doprava", |
||||
|
"de": "Öffentlicher Verkehr", |
||||
|
"el": "Δημόσιες Μεταφορές", |
||||
|
"en": "Public Transportation", |
||||
|
"et": "Ühistransport", |
||||
|
"fr": "Transports publics", |
||||
|
"hu": "Tömegközlekedés", |
||||
|
"it": "Trasporti pubblici", |
||||
|
"ja": "公共輸送", |
||||
|
"nl": "Openbaar vervoer", |
||||
|
"pl": "Transport Publiczny", |
||||
|
"ro": "Transport public", |
||||
|
"ru": "Общественный транспорт", |
||||
|
"uk": "Громадський транспорт", |
||||
|
"pt-br": "Transporte Público", |
||||
|
"pt": "Transportes públicos" |
||||
|
}, |
||||
|
"query": { |
||||
|
"12": "relation[type=route][route~\"^(subway|monorail|ferry|train)$\"];", |
||||
|
"14": [ |
||||
|
"(", |
||||
|
"relation[type=route][route~\"^(subway|monorail|aerialway|bus|trolleybus|ferry|train|tram)$\"];", |
||||
|
"relation[type=public_transport][public_transport=stop_area];", |
||||
|
")" |
||||
|
] |
||||
|
}, |
||||
|
"members": true, |
||||
|
"lists": { |
||||
|
"stops": { |
||||
|
"prefix": "listStops", |
||||
|
"name": { |
||||
|
"ast": "Paraes y estaciones", |
||||
|
"cs": "Zastávky & Stanice", |
||||
|
"de": "Haltestellen", |
||||
|
"el": "Στάσεις & Σταθμοί", |
||||
|
"en": "Stops & Stations", |
||||
|
"es": "Paradas y estaciones", |
||||
|
"fr": "Arrêts/Stops, Stations", |
||||
|
"hu": "Megállók és állomások", |
||||
|
"it": "Stazioni e fermate", |
||||
|
"ja": "停留所と駅", |
||||
|
"nl": "Haltes en Stations", |
||||
|
"pl": "Przystanki i Stacje", |
||||
|
"pt-br": "Paradas e Estações", |
||||
|
"ru": "Остановки и станции", |
||||
|
"uk": "Зупинки та станції" |
||||
|
} |
||||
|
}, |
||||
|
"routes": { |
||||
|
"prefix": "listRoutes", |
||||
|
"name": { |
||||
|
"de": "Routen", |
||||
|
"en": "Routes", |
||||
|
"fr": "Lignes", |
||||
|
"pt": "Rotas", |
||||
|
"pt-br": "Rotas" |
||||
|
} |
||||
|
} |
||||
|
}, |
||||
|
"feature": { |
||||
|
"pre": "{% set isStopArea = tags.public_transport == 'stop_area' %}", |
||||
|
"listRoutesExclude": "{{ isStopArea }}", |
||||
|
"styles": "", |
||||
|
"title": [ |
||||
|
"{% if tags.ref %}{{ tags.ref }} - {% endif %}", |
||||
|
"", |
||||
|
"{{ localizedTag(tags, 'name') |default(localizedTag(tags, 'operator')) | default(localizedTag(tags, 'ref')) | default(trans('unnamed')) }}" |
||||
|
], |
||||
|
"description": "{{ tagTrans('route', tags.route) }}", |
||||
|
"body": [ |
||||
|
"<h4>Stops</h4><ul>", |
||||
|
"{% for member in members %}", |
||||
|
"{% if member.role|slice(-4) == 'stop' %}", |
||||
|
"<li data-object='{{ member.id }}' data-sublayer='member'><b>{{ member.tags.name|default(member.id) }}</li>", |
||||
|
"{% endif %}", |
||||
|
"{% endfor %}", |
||||
|
"</ul>" |
||||
|
], |
||||
|
"listStopsExclude": "true", |
||||
|
"listRoutesMarkerSign": "{{ const[tags.route].sign|raw }}", |
||||
|
"markerSymbol": null, |
||||
|
"listRoutesMarkerSymbol": "{{ markerCircle({fillColor:const[tags.route].color})|raw }}" |
||||
|
}, |
||||
|
"memberFeature": { |
||||
|
"pre": [ |
||||
|
"{% set stopName = '' %}", |
||||
|
"{% set isStop = false %}", |
||||
|
"{% set isWay = false %}", |
||||
|
"{% set aRoute = null %}", |
||||
|
"{% set refs = [] %}", |
||||
|
"{% for master in masters %}", |
||||
|
" {% if master.tags.public_transport == 'stop_area' %}", |
||||
|
" {% set stopName = master.tags.name %}", |
||||
|
" {% else %}", |
||||
|
" {% if master.role|slice(-4) == 'stop' %}", |
||||
|
" {% set isStop = true %}", |
||||
|
" {% elseif master.role|matches('^(|forward|backward)$') %}", |
||||
|
" {% set isWay = true %}", |
||||
|
" {% endif %}", |
||||
|
" {% set aRoute = master %}", |
||||
|
"", |
||||
|
" {% if master.tags.ref %}", |
||||
|
" {% set refs = refs|merge([ master.tags.ref ]) %}", |
||||
|
" {% endif %}", |
||||
|
" {% endif %}", |
||||
|
"{% endfor %}", |
||||
|
"", |
||||
|
"{% set refs = refs|unique|natsort({ insensitive: true }) %}", |
||||
|
"{% set color = const[aRoute.tags.route].color %}" |
||||
|
], |
||||
|
"listStopsMarkerSymbol": "{{ markerCircle({ width: 5, color: color, fillOpacity: '1', radius: 3 })|raw }}", |
||||
|
"listStopsMarkerSign": "", |
||||
|
"styles": "{% if isStop %}stop{% elseif isWay %}way{% else %}{% endif %}", |
||||
|
"style:way": { |
||||
|
"color": [ |
||||
|
"{{ color|default('#ff0000') }}" |
||||
|
], |
||||
|
"width": "3", |
||||
|
"text": "{{ refs|join(' ') }} ", |
||||
|
"textRepeat": "1", |
||||
|
"textOffset": "12", |
||||
|
"textFontWeight": "bold" |
||||
|
}, |
||||
|
"style:stop": { |
||||
|
"color": [ |
||||
|
"{{ color|default('#ff0000') }}" |
||||
|
], |
||||
|
"width": "5", |
||||
|
"radius": 3 |
||||
|
}, |
||||
|
"title": "{% if tags.public_transport == 'stop_position' %}{{ tags.name|default(stopName)|default(id) }}{% endif %}", |
||||
|
"listStopsTitle": "{{ tags.name|default(stopName)|default(id) }}", |
||||
|
"listStopsDescription": "{{ refs|join(' ') }}", |
||||
|
"body": [ |
||||
|
"<h4>Routes</h4>", |
||||
|
"<ul>", |
||||
|
"{% for master in masters %}", |
||||
|
" {% if master.tags.public_transport != 'stop_area' %}", |
||||
|
" <li data-object=\"{{ master.id }}\"><b>{{ master.tags.name|default(master.tags.ref) }}</li>", |
||||
|
" {% endif %}", |
||||
|
"{% endfor %}", |
||||
|
"</ul>" |
||||
|
], |
||||
|
"listRoutesExclude": "true", |
||||
|
"listStopsExclude": "{{ not isStop }}" |
||||
|
}, |
||||
|
"info": [ |
||||
|
"<table>", |
||||
|
"{% for value, data in const %}", |
||||
|
"{% if data.zoom <= map.zoom %}", |
||||
|
" <tr>", |
||||
|
" <td>{{ markerCircle({fillColor:data.color})|raw }}<div class='sign'>{{ data.sign|raw }}</div></td>", |
||||
|
" <td>{{ tagTrans('route', value) }}</td>", |
||||
|
" </tr>", |
||||
|
"{% endif %}", |
||||
|
"{% endfor %}", |
||||
|
"</table>" |
||||
|
], |
||||
|
"const": { |
||||
|
"train": { |
||||
|
"sign": "<img src='maki:rail?fill=#ffffff'>", |
||||
|
"zoom": 12, |
||||
|
"color": "#00007f" |
||||
|
}, |
||||
|
"subway": { |
||||
|
"sign": "<img src='maki:rail-metro?fill=#ffffff'>", |
||||
|
"zoom": 12, |
||||
|
"color": "#0000ff" |
||||
|
}, |
||||
|
"monorail": { |
||||
|
"sign": "<span style='color: #ffffff'>M</span>", |
||||
|
"zoom": 12, |
||||
|
"color": "#006f8f" |
||||
|
}, |
||||
|
"tram": { |
||||
|
"sign": "<img src='maki:rail-light?fill=#ffffff'>", |
||||
|
"zoom": 12, |
||||
|
"color": "#7f007f" |
||||
|
}, |
||||
|
"bus": { |
||||
|
"sign": "<img src='maki:bus?fill=#ffffff'>", |
||||
|
"zoom": 12, |
||||
|
"color": "#af0000" |
||||
|
}, |
||||
|
"trolleybus": { |
||||
|
"sign": "<img src='maki:bus?fill=#ffffff'>", |
||||
|
"zoom": 12, |
||||
|
"color": "#af3f00" |
||||
|
}, |
||||
|
"aerialway": { |
||||
|
"sign": "<img src='maki:aerialway?fill=#ffffff'>", |
||||
|
"zoom": 12, |
||||
|
"color": "#00aaaa" |
||||
|
}, |
||||
|
"ferry": { |
||||
|
"sign": "<img src='maki:ferry?fill=#ffffff'>", |
||||
|
"zoom": 12, |
||||
|
"color": "#007fff" |
||||
|
} |
||||
|
} |
||||
|
} |
@ -1,80 +0,0 @@ |
|||||
{ |
|
||||
"type": "overpass", |
|
||||
"name": { |
|
||||
"de": "Routen", |
|
||||
"en": "Routes", |
|
||||
"fr": "Lignes" |
|
||||
}, |
|
||||
"query": { |
|
||||
"12": "relation[type=route][route~\"^(subway|monorail|ferry|train)$\"];", |
|
||||
"14": "relation[type=route][route~\"^(subway|monorail|aerialway|bus|trolleybus|ferry|train|tram)$\"];" |
|
||||
}, |
|
||||
"feature": { |
|
||||
"title": [ |
|
||||
"{% if tags.ref %}{{ tags.ref }} - {% endif %}", |
|
||||
"", |
|
||||
"{{ localizedTag(tags, 'name') |default(localizedTag(tags, 'operator')) | default(localizedTag(tags, 'ref')) | default(trans('unnamed')) }}" |
|
||||
], |
|
||||
"description": "{{ tagTrans('route', tags.route) }}", |
|
||||
"listMarkerSign": "{{ const[tags.route].sign|raw }}", |
|
||||
"markerSymbol": null, |
|
||||
"listMarkerSymbol": "{{ markerCircle({fillColor:const[tags.route].color})|raw }}", |
|
||||
"style": { |
|
||||
"color": "{{ const[tags.route].color }}" |
|
||||
} |
|
||||
}, |
|
||||
"info": [ |
|
||||
"<table>", |
|
||||
"{% for value, data in const %}", |
|
||||
"{% if data.zoom <= map.zoom %}", |
|
||||
" <tr>", |
|
||||
" <td>{{ markerCircle({fillColor:data.color})|raw }}<div class='sign'>{{ data.sign|raw }}</div></td>", |
|
||||
" <td>{{ tagTrans('route', value) }}</td>", |
|
||||
" </tr>", |
|
||||
"{% endif %}", |
|
||||
"{% endfor %}", |
|
||||
"</table>" |
|
||||
], |
|
||||
"const": { |
|
||||
"train": { |
|
||||
"sign": "<img src='maki:rail?fill=#ffffff'>", |
|
||||
"zoom": 12, |
|
||||
"color": "#202020" |
|
||||
}, |
|
||||
"subway": { |
|
||||
"sign": "<img src='maki:rail-metro?fill=#ffffff'>", |
|
||||
"zoom": 12, |
|
||||
"color": "#00007f" |
|
||||
}, |
|
||||
"monorail": { |
|
||||
"sign": "<span style='color: #ffffff'>M</span>", |
|
||||
"zoom": 12, |
|
||||
"color": "#006f8f" |
|
||||
}, |
|
||||
"tram": { |
|
||||
"sign": "<img src='maki:rail-light?fill=#ffffff'>", |
|
||||
"zoom": 12, |
|
||||
"color": "#7f007f" |
|
||||
}, |
|
||||
"bus": { |
|
||||
"sign": "<img src='maki:bus?fill=#ffffff'>", |
|
||||
"zoom": 12, |
|
||||
"color": "#af0000" |
|
||||
}, |
|
||||
"trolleybus": { |
|
||||
"sign": "<img src='maki:bus?fill=#ffffff'>", |
|
||||
"zoom": 12, |
|
||||
"color": "#af3f00" |
|
||||
}, |
|
||||
"aerialway": { |
|
||||
"sign": "<img src='maki:aerialway?fill=#ffffff'>", |
|
||||
"zoom": 12, |
|
||||
"color": "#00aaaa" |
|
||||
}, |
|
||||
"ferry": { |
|
||||
"sign": "<img src='maki:ferry?fill=#ffffff'>", |
|
||||
"zoom": 12, |
|
||||
"color": "#007fff" |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,47 +0,0 @@ |
|||||
{ |
|
||||
"type": "overpass", |
|
||||
"name": { |
|
||||
"ast": "Paraes y estaciones", |
|
||||
"cs": "Zastávky & Stanice", |
|
||||
"de": "Haltestellen", |
|
||||
"el": "Στάσεις & Σταθμοί", |
|
||||
"en": "Stops & Stations", |
|
||||
"es": "Paradas y estaciones", |
|
||||
"fr": "Arrêts/Stops, Stations", |
|
||||
"hu": "Megállók és állomások", |
|
||||
"it": "Stazioni e fermate", |
|
||||
"ja": "停留所と駅", |
|
||||
"nl": "Haltes en Stations", |
|
||||
"pl": "Przystanki i Stacje", |
|
||||
"ru": "Остановки и станции", |
|
||||
"uk": "Зупинки та станції" |
|
||||
}, |
|
||||
"query": { |
|
||||
"14": [ |
|
||||
"(", |
|
||||
"node[railway~\"^(station|halt|tram_stop|platform)$\"];", |
|
||||
"way[railway~\"^(station|platform)$\"];", |
|
||||
"node[highway~\"^(bus_stop|platform)$\"];", |
|
||||
"way[highway~\"^(platform)$\"];", |
|
||||
"node[public_transport~\"^(stop_position|platform)$\"];", |
|
||||
"way[public_transport~\"^(platform)$\"];", |
|
||||
"node[amenity~\"^(ferry_terminal|bus_station)$\"];", |
|
||||
")" |
|
||||
] |
|
||||
}, |
|
||||
"feature": { |
|
||||
"pre": [ |
|
||||
"{% if tags.amenity in [ 'ferry_terminal', 'bus_station' ] %}", |
|
||||
" {% set key = 'amenity' %}", |
|
||||
" {% set value = tags.amenity %}", |
|
||||
"{% elseif tags.railway == 'platform' or tags.highway == 'platform' or tags.public_transport == 'platform' %}", |
|
||||
" {% set key = 'public_transport' %}", |
|
||||
" {% set value = 'platform' %}", |
|
||||
"{% else %}", |
|
||||
" {% set key = 'public_transport' %}", |
|
||||
" {% set value = 'stop_position' %}", |
|
||||
"{% endif %}" |
|
||||
], |
|
||||
"description": "{{ tagTrans(key, value) }}" |
|
||||
} |
|
||||
} |
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue