Generate translations

This commit is contained in:
Pieter Vander Vennet 2021-11-03 00:51:05 +01:00
parent 2484848cd6
commit 6e0f57f368
14 changed files with 159 additions and 1342 deletions

View file

@ -1,32 +1,36 @@
{
"id": "conflation",
"description": "This is a special meta_layer which render geometry-changes for inspection",
"minzoom": 1,
"source": {
"osmTags": {
"or": ["move=yes","newpoint=yes"]
}
},
"name": "Conflation",
"title": "Conflation",
"mapRendering": [
{
"location": "point",
"icon": "addSmall:#000",
"iconSize": "10,10,center"
"id": "conflation",
"description": "This is a special meta_layer which render geometry-changes for inspection",
"minzoom": 1,
"source": {
"osmTags": {
"or": [
"move=yes",
"newpoint=yes"
]
}
},
{
"location": "end",
"icon": "circle:#0f0",
"iconSize": "10,10,center"
},{
"location": "start",
"icon": "square:#f00",
"iconSize": "10,10,center"
},
{
"width": "3",
"color": "#00f"
}
]
"name": "Conflation",
"title": "Conflation",
"mapRendering": [
{
"location": "point",
"icon": "addSmall:#000",
"iconSize": "10,10,center"
},
{
"location": "end",
"icon": "circle:#0f0",
"iconSize": "10,10,center"
},
{
"location": "start",
"icon": "square:#f00",
"iconSize": "10,10,center"
},
{
"width": "3",
"color": "#00f"
}
]
}

View file

@ -1,15 +1,15 @@
{
"id": "gps_location",
"description": "Meta layer showing the current location of the user",
"minzoom": 0,
"source": {
"osmTags": "user:location=yes"
},
"mapRendering": [
{
"icon": "crosshair:#00f",
"iconSize": "40,40,center",
"location": "point"
}
]
"id": "gps_location",
"description": "Meta layer showing the current location of the user",
"minzoom": 0,
"source": {
"osmTags": "user:location=yes"
},
"mapRendering": [
{
"icon": "crosshair:#00f",
"iconSize": "40,40,center",
"location": "point"
}
]
}

View file

@ -1,19 +1,19 @@
{
"id": "home_location",
"description": "Meta layer showing the home location of the user",
"minzoom": 0,
"source": {
"osmTags": "user:home=yes"
},
"mapRendering": [
{
"icon": {
"render": "circle:white;./assets/svg/home.svg"
},
"iconSize": {
"render": "20,20,center"
},
"location": "point"
}
]
"id": "home_location",
"description": "Meta layer showing the home location of the user",
"minzoom": 0,
"source": {
"osmTags": "user:home=yes"
},
"mapRendering": [
{
"icon": {
"render": "circle:white;./assets/svg/home.svg"
},
"iconSize": {
"render": "20,20,center"
},
"location": "point"
}
]
}

View file

@ -1,12 +1,12 @@
{
"id": "type_node",
"description": "This is a special meta_layer which exports _every_ point in OSM. This only works if zoomed below the point that the full tile is loaded (and not loaded via Overpass). Note that this point will also contain a property `parent_ways` which contains all the ways this node is part of as a list",
"minzoom": 18,
"source": {
"osmTags": "id~node/.*"
},
"mapRendering": [],
"name": "All OSM Nodes",
"title": "OSM node {id}",
"tagRendering": [ ]
"id": "type_node",
"description": "This is a special meta_layer which exports _every_ point in OSM. This only works if zoomed below the point that the full tile is loaded (and not loaded via Overpass). Note that this point will also contain a property `parent_ways` which contains all the ways this node is part of as a list",
"minzoom": 18,
"source": {
"osmTags": "id~node/.*"
},
"mapRendering": [],
"name": "All OSM Nodes",
"title": "OSM node {id}",
"tagRendering": []
}

View file

@ -31,7 +31,7 @@
"trackAllNodes": true,
"layers": [
{
"builtin": "type_node",
"builtin": "type_node",
"isShown": {
"render": "no"
},
@ -40,7 +40,7 @@
"_is_part_of_building=feat.get('parent_ways')?.some(p => p.building !== undefined && p.building !== '') ?? false",
"_is_part_of_building_passage=feat.get('parent_ways')?.some(p => p.tunnel === 'building_passage') ?? false",
"_is_part_of_highway=!feat.get('is_part_of_building_passage') && (feat.get('parent_ways')?.some(p => p.highway !== undefined && p.highway !== '') ?? false)",
"_is_part_of_landuse=feat.get('parent_ways')?.some(p => (p.landuse !== undefined && p.landuse !== '') || (p.natural !== undefined && p.natural !== '')) ?? false"
"_is_part_of_landuse=feat.get('parent_ways')?.some(p => (p.landuse !== undefined && p.landuse !== '') || (p.natural !== undefined && p.natural !== '')) ?? false"
]
}
},

View file

@ -65,7 +65,7 @@
"wheelchair-access": {
"mappings": {
"0": {
"then": "This place is specially adapted for wheelchair users"
"then": "This place is specially adapated for wheelchair users"
},
"1": {
"then": "This place is easily reachable with a wheelchair"
@ -96,4 +96,4 @@
"question": "What is the corresponding item on Wikipedia?"
}
}
}
}

View file

@ -15,85 +15,6 @@
},
"website": {
"question": "Qual è il sito web di {name}?"
},
"level": {
"render": "Si trova al piano numero {level}",
"mappings": {
"1": {
"then": "Si trova al pianoterra"
},
"2": {
"then": "Si trova al pianoterra"
},
"3": {
"then": "Si trova al primo piano"
},
"0": {
"then": "Si trova sotto il livello stradale"
}
},
"question": "A quale piano si trova questo elemento?"
},
"payment-options": {
"mappings": {
"0": {
"then": "I contanti sono accettati"
},
"1": {
"then": "I pagamenti con la carta sono accettati"
}
},
"question": "Quali metodi di pagamento sono accettati qui?"
},
"wheelchair-access": {
"mappings": {
"1": {
"then": "Questo luogo è facilmente raggiungibile con una sedia a rotelle"
},
"2": {
"then": "È possibile raggiungere questo luogo con una sedia a rotella ma non è semplice"
},
"3": {
"then": "Questo luogo non è accessibile con una sedia a rotelle"
},
"0": {
"then": "Questo luogo è stato adattato per favorire le persone in sedia a rotelle"
}
},
"question": "Questo luogo è accessibile con una sedia a rotelle?"
},
"dog-access": {
"mappings": {
"0": {
"then": "Cani ammessi"
},
"2": {
"then": "Cani ammessi ma solo se tenuti al guinzaglio"
},
"1": {
"then": "I cani <b>non</b> sono ammessi"
},
"3": {
"then": "I cani sono ammessi e possono andare in giro liberamente"
}
},
"question": "I cani sono ammessi in questattività?"
},
"wikipedialink": {
"question": "Qual è il corrispondente elemento su Wikipedia?",
"mappings": {
"0": {
"then": "Non collegato a Wikipedia"
}
}
},
"wikipedia": {
"mappings": {
"0": {
"then": "Nessuna pagina Wikipedia è ancora stata collegata"
}
},
"question": "Qual è lelemento Wikidata corrispondente?"
}
}
}
}

View file

@ -15,83 +15,6 @@
},
"website": {
"question": "Hva er nettsiden til {name}?"
},
"wikipedialink": {
"mappings": {
"0": {
"then": "Ikke lenket med Wikipedia"
}
},
"question": "Hva er respektivt element på Wikipedia?"
},
"wheelchair-access": {
"question": "Er dette stedet tilgjengelig for rullestoler?",
"mappings": {
"3": {
"then": "Dette stedet er ikke tilgjengelig for besøk med rullestol"
},
"2": {
"then": "Det er mulig å besøke dette stedet i rullestol, men det er ikke lett"
},
"1": {
"then": "Dette stedet kan enkelt besøkes med rullestol"
},
"0": {
"then": "Dette stedet er spesielt tilpasset rullestolsbrukere"
}
}
},
"dog-access": {
"mappings": {
"0": {
"then": "Hunder tillates"
},
"3": {
"then": "Hunder tillates og kan gå fritt"
},
"1": {
"then": "Hunder tillates <b>ikke</b>"
},
"2": {
"then": "Hunder tillates, men de må være i bånd"
}
},
"question": "Tillates hunder i denne forretningen?"
},
"level": {
"mappings": {
"2": {
"then": "På gateplan"
},
"3": {
"then": "I andre etasje"
},
"1": {
"then": "På gateplan"
},
"0": {
"then": "Under bakken"
}
}
},
"payment-options": {
"mappings": {
"0": {
"then": "Kontanter godtas her"
},
"1": {
"then": "Betalingskort godtas her"
}
},
"question": "Hvilke betalingsmetoder godtas her?"
},
"wikipedia": {
"mappings": {
"0": {
"then": "Ingen Wikipedia-side lenket enda"
}
},
"question": "Hva er respektivt Wikipedia-element?"
}
}
}
}

View file

@ -96,4 +96,4 @@
"question": "Qual é o item correspondente na Wikipédia?"
}
}
}
}

View file

@ -733,8 +733,7 @@
}
},
"shortDescription": "Diese Karte zeigt Fassadenbegrünungen mit Bildern und nützlichen Informationen über Ausrichtung, Sonneneinstrahlung und Pflanzenarten.",
"title": "Fassadenbegrünung",
"description": "<a href='https://nl.wikipedia.org/wiki/Geveltuin' target=_blank>Fassadengärten</a>, grüne Fassaden und Bäume in der Stadt bringen nicht nur Ruhe und Frieden, sondern auch eine schönere Stadt, eine größere Artenvielfalt, einen Kühleffekt und eine bessere Luftqualität. <br/> Klimaan VZW und Mechelen Klimaatneutraal wollen bestehende und neue Fassadengärten als Beispiel für Menschen, die ihren eigenen Garten anlegen wollen, oder für naturverbundene Stadtspaziergänger kartieren.<br/>Mehr Informationen über das Projekt unter <a href='https://klimaan.be/' target=_blank>klimaan.be</a>."
"title": "Fassadenbegrünung"
},
"food": {
"title": "Restaurants und Schnellimbisse"
@ -764,6 +763,17 @@
}
}
},
"mapRendering": {
"0": {
"icon": {
"mappings": {
"0": {
"then": "./assets/themes/hackerspaces/led.png"
}
}
}
}
},
"name": "Hackerspace",
"presets": {
"0": {
@ -823,17 +833,6 @@
}
},
"render": "Hackerspace"
},
"mapRendering": {
"0": {
"icon": {
"mappings": {
"0": {
"then": "./assets/themes/hackerspaces/led.png"
}
}
}
}
}
}
},
@ -948,41 +947,24 @@
"tagRenderings": {
"station-name": {
"question": "Wie lautet der Name dieser Feuerwache?"
},
"station-agency": {
"mappings": {
"0": {
"then": "Brandschutzbehörde"
}
}
}
}
},
"3": {
"presets": {
"0": {
"description": "Eine Rettungsstation der Karte hinzufügen",
"title": "Rettungswache"
"description": "Eine Rettungsstation der Karte hinzufügen"
}
},
"title": {
"render": "Rettungswache"
},
"name": "Karte der Rettungswachen",
"description": "Eine Rettungswache ist ein Ort, an dem Rettungsfahrzeuge, medizinische Ausrüstung, persönliche Schutzausrüstung und anderes medizinisches Material untergebracht sind."
}
}
},
"shortDescription": "Hydranten, Feuerlöscher, Feuerwachen und Rettungswachen."
}
},
"maps": {
"title": "Eine Karte der Karten",
"shortDescription": "Dieses Thema zeigt alle (touristischen) Karten, die OpenStreetMap kennt",
"description": "Auf dieser Karte findest du alle Karten, die OpenStreetMap kennt - typischerweise eine große Karte auf einer Informationstafel, die das Gebiet, die Stadt oder die Region zeigt, z.B. eine touristische Karte auf der Rückseite einer Plakatwand, eine Karte eines Naturschutzgebietes, eine Karte der Radwegenetze in der Region, ...) <br/><br/>Wenn eine Karte fehlt, können Sie diese leicht auf OpenStreetMap kartieren."
"title": "Eine Karte der Karten"
},
"natuurpunt": {
"shortDescription": "Diese Karte zeigt Naturschutzgebiete des flämischen Naturverbands Natuurpunt",
"title": "Naturschutzgebiete",
"description": "Auf dieser Karte können Sie alle Naturschutzgebiete von Natuurpunt finden "
"title": "Naturschutzgebiete"
},
"observation_towers": {
"description": "Öffentlich zugänglicher Aussichtsturm",
@ -1004,8 +986,7 @@
},
"playgrounds": {
"shortDescription": "Eine Karte mit Spielplätzen",
"title": "Spielpläzte",
"description": "Auf dieser Karte finden Sie Spielplätze und können weitere Informationen hinzufügen"
"title": "Spielpläzte"
},
"postboxes": {
"layers": {
@ -1027,8 +1008,7 @@
},
"shops": {
"shortDescription": "Eine bearbeitbare Karte mit grundlegenden Geschäftsinformationen",
"title": "Freie Geschäftskarte",
"description": "Auf dieser Karte kann man grundlegende Informationen über Geschäfte markieren, Öffnungszeiten und Telefonnummern hinzufügen"
"title": "Freie Geschäftskarte"
},
"sport_pitches": {
"description": "Ein Sportplatz ist eine Fläche, auf der Sportarten gespielt werden",

View file

@ -610,7 +610,7 @@
"title": "Bicycle infrastructure"
},
"cyclestreets": {
"description": "A cyclestreet is a street where <b>motorized traffic is not allowed to overtake cyclists</b>. They are signposted by a special traffic sign. Cyclestreets can be found in the Netherlands and Belgium, but also in Germany and France. ",
"description": "A cyclestreet is is a street where <b>motorized traffic is not allowed to overtake cyclists</b>. They are signposted by a special traffic sign. Cyclestreets can be found in the Netherlands and Belgium, but also in Germany and France. ",
"layers": {
"0": {
"description": "A cyclestreet is a street where motorized traffic is not allowed to overtake a cyclist",
@ -666,14 +666,14 @@
},
"cyclofix": {
"description": "The goal of this map is to present cyclists with an easy-to-use solution to find the appropriate infrastructure for their needs.<br><br>You can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide more data by answering the questions.<br><br>All changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.<br><br>For more information about the cyclofix project, go to <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
"title": "Cyclofix an open map for cyclists"
"title": "Cyclofix - an open map for cyclists"
},
"drinking_water": {
"description": "On this map, publicly accessible drinking water spots are shown and can be easily added",
"title": "Drinking Water"
},
"etymology": {
"description": "On this map, you can see what an object is named after. The streets, buildings, ... come from OpenStreetMap which got linked with Wikidata. In the popup, you'll see the Wikipedia article (if it exists) or a Wikidata box of what the object is named after. If the object itself has a Wikipedia page, that'll be shown too.<br/><br/><b>You can help contribute too!</b>Zoom in enough and <i>all</i> streets will show up. You can click one and a Wikidata-search box will popup. With a few clicks, you can add an etymology link. Note that you need a free OpenStreetMap account to do this.",
"description": "On this map, you can see what an object is named after. The streets, buildings, ... come from OpenStreetMap which got linked with Wikidata. In the popup, you'll see the Wikipedia article (if it exists) or a wikidata box of what the object is named after. If the object itself has a wikipedia page, that'll be shown too.<br/><br/><b>You can help contribute too!</b>Zoom in enough and <i>all</i> streets will show up. You can click one and a Wikidata-search box will popup. With a few clicks, you can add an etymology link. Note that you need a free OpenStreetMap account to do this.",
"layers": {
"1": {
"override": {
@ -708,7 +708,7 @@
},
"facadegardens-direction": {
"question": "What is the orientation of the garden?",
"render": "Orientation: {direction} (where 0=N and 90=E)"
"render": "Orientation: {direction} (where 0=N and 90=O)"
},
"facadegardens-edible": {
"mappings": {
@ -792,6 +792,9 @@
"description": "A <b>ghost bike</b> is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location.<br/><br/>On this map, one can see all the ghost bikes which are known by OpenStreetMap. Is a ghost bike missing? Everyone can add or update information here - you only need to have a (free) OpenStreetMap account.",
"title": "Ghost bikes"
},
"grb": {
"description": "This theme is an attempt to help automating the GRB import.<br/>Note that this is very hacky and 'steals' the GRB data from an external site; in order to do this, you need to install and activate <a href='https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/'>this firefox extension</a> for it to work."
},
"hackerspaces": {
"description": "On this map you can see hackerspaces, add a new hackerspace or update data directly",
"layers": {
@ -804,6 +807,17 @@
}
}
},
"mapRendering": {
"0": {
"icon": {
"mappings": {
"0": {
"then": "./assets/themes/hackerspaces/led.png"
}
}
}
}
},
"name": "Hackerspace",
"presets": {
"0": {
@ -863,17 +877,6 @@
}
},
"render": "Hackerspace"
},
"mapRendering": {
"0": {
"icon": {
"mappings": {
"0": {
"then": "./assets/themes/hackerspaces/led.png"
}
}
}
}
}
}
},
@ -881,7 +884,7 @@
"title": "Hackerspaces"
},
"hailhydrant": {
"description": "On this map you can find and update hydrants, fire stations, ambulance stations, and extinguishers in your favorite neighborhoods.\n\nYou can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide additional details by answering available questions.\n\nAll changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.",
"description": "On this map you can find and update hydrants, fire stations, ambulance stations, and extinguishers in your favorite neighborhoods. \n\nYou can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide additional details by answering available questions. \n\nAll changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.",
"layers": {
"0": {
"description": "Map layer to show fire hydrants.",
@ -1237,6 +1240,25 @@
"shortDescription": "An editable map with basic shop information",
"title": "Open Shop Map"
},
"sidewalks": {
"description": "Experimental theme",
"layers": {
"0": {
"description": "Layer showing sidewalks of highways",
"name": "Sidewalks",
"tagRenderings": {
"streetname": {
"render": "This street is named {name}"
}
},
"title": {
"render": "{name}"
}
}
},
"shortDescription": "Sidewalk mapping",
"title": "Sidewalks"
},
"sport_pitches": {
"description": "A sport pitch is an area where sports are played",
"shortDescription": "A map showing sport pitches",
@ -1297,27 +1319,5 @@
"description": "On this map, you'll find waste baskets near you. If a waste basket is missing on this map, you can add it yourself",
"shortDescription": "A map with waste baskets",
"title": "Waste Basket"
},
"sidewalks": {
"description": "Experimental theme",
"layers": {
"0": {
"description": "Layer showing sidewalks of highways",
"name": "Sidewalks",
"tagRenderings": {
"streetname": {
"render": "This street is named {name}"
}
},
"title": {
"render": "{name}"
}
}
},
"shortDescription": "Sidewalk mapping",
"title": "Sidewalks"
},
"grb": {
"description": "This theme is an attempt to help automating the GRB import.<br/>Note that this is very hacky and 'steals' the GRB data from an external site; in order to do this, you need to install and activate <a href='https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/'>this firefox extension</a> for it to work."
}
}

View file

@ -272,21 +272,6 @@
},
"question": "Come si chiama questa via di arrampicata?",
"render": "<strong>{name}</strong>"
},
"Bolts": {
"render": "Questo percorso ha {climbing:bolts} bulloni",
"mappings": {
"1": {
"then": "In questo percorso non sono presenti bulloni"
},
"0": {
"then": "In questo percorso non sono presenti bulloni"
}
},
"question": "Quanti bulloni sono presenti in questo percorso prima di arrivare alla moulinette?"
},
"Rock type": {
"render": "Il tipo di roccia è {_embedding_features_with_rock:rock} come dichiarato sul <a href='#{_embedding_features_with_rock:id}'>muro circostante</a>"
}
},
"title": {
@ -296,293 +281,10 @@
}
},
"render": "Via di arrampicata"
},
"name": "Vie di arrampicata",
"presets": {
"0": {
"title": "Via di arrampicata"
}
}
},
"0": {
"description": "Un club o associazione di arrampacata",
"name": "Club di arrampicata",
"tagRenderings": {
"climbing_club-name": {
"render": "<strong>{name}</strong>",
"question": "Qual è il nome di questo club o associazione di arrampicata?"
}
},
"title": {
"mappings": {
"0": {
"then": "Associazione di arrampicata"
}
},
"render": "Club di arrampicata"
},
"presets": {
"1": {
"title": "Associazione di arrampicata",
"description": "Unassociazione che ha a che fare con larrampicata"
},
"0": {
"title": "Club di arrampicata",
"description": "Un club di arrampicata"
}
}
},
"4": {
"title": {
"render": "Opportunità di arrampicata?"
},
"name": "Opportunità di arrampicata?",
"tagRenderings": {
"climbing-possible": {
"mappings": {
"0": {
"then": "Non è possibile arrampicarsi qua"
},
"2": {
"then": "Non è possibile arrampicarsi qua"
},
"1": {
"then": "È possibile arrampicarsi qua"
}
},
"question": "È possibile arrampicarsi qua?"
},
"climbing-opportunity-name": {
"render": "<strong>{name}</strong>"
}
},
"description": "Unopportunità di arrampicata?"
},
"3": {
"title": {
"mappings": {
"2": {
"then": "Sito di arrampicata"
},
"3": {
"then": "Opportunità di arrampicata <b>{name}</b>"
},
"0": {
"then": "Muro da arrampicata <b>{name}</b>"
},
"1": {
"then": "Area di arrampicata <b>{name}</b>"
}
},
"render": "Opportunità di arrampicata"
},
"tagRenderings": {
"Rock type (crag/rock/cliff only)": {
"render": "Il tipo di roccia è {rock}",
"question": "Qual è il tipo di roccia qua?",
"mappings": {
"0": {
"then": "Calcare"
}
}
},
"Type": {
"mappings": {
"1": {
"then": "Un muro da arrampicata (un singolo masso o falesia con almeno qualche via per arrampicata)"
},
"0": {
"then": "Un masso per arrampicata (una singola roccia o falesia con una o poche vie di arrampicata che possono essere scalate in sicurezza senza una corda)"
}
}
},
"Containe {_contained_climbing_routes_count} routes": {
"render": "<h3>Contiene {_contained_climbing_routes_count} vie</h3> <ul>{_contained_climbing_routes}</ul>"
},
"name": {
"question": "Qual è il nome di questa opportunità di arrampicata?",
"mappings": {
"0": {
"then": "Questa opportunità di arrampicata non ha un nome"
}
},
"render": "<strong>{name}</strong>"
},
"Contained routes length hist": {
"render": "<h3>Riassunto della lunghezza</h3>{histogram(_length_hist)}"
},
"Contained routes hist": {
"render": "<h3>Riassunto delle difficoltà</h3>{histogram(_difficulty_hist)}"
}
},
"description": "Unopportunità di arrampicata",
"presets": {
"0": {
"description": "Unopportunità di arrampicata",
"title": "Opportunità di arrampicata"
}
},
"name": "Opportunità di arrampicata"
},
"1": {
"description": "Una palestra di arrampicata",
"name": "Palestre di arrampicata",
"title": {
"render": "Palestra di arrampicata",
"mappings": {
"0": {
"then": "Palestra di arrampicata <strong>{name}</strong>"
}
}
},
"tagRenderings": {
"name": {
"render": "<strong>{name}</strong>",
"question": "Qual è il nome di questa palestra di arrampicata?"
}
}
}
},
"title": "Mappa aperta per le arrampicate",
"description": "In questa cartina puoi trovare vari luoghi per arrampicata come ad esempio palestre di arrampicata, sale di pratica e rocce naturali.",
"overrideAll": {
"tagRenderings+": {
"2": {
"mappings": {
"2": {
"then": "Riservato ai clienti"
},
"3": {
"then": "Riservato ai membri del club"
},
"0": {
"then": "Pubblicamente accessibile a chiunque"
},
"1": {
"then": "È necessario avere unautorizzazione per entrare"
}
},
"question": "Chi può accedervi?"
},
"9": {
"question": "È possibile arrampicarsi qua con ancoraggi fissi?",
"mappings": {
"1": {
"then": "Larrampicata sportiva non è possibile qua"
},
"0": {
"then": "Larrampicata sportiva è possibile qua"
},
"2": {
"then": "Sono presenti {climbing:sport} vie di arrampicata sportiva"
}
}
},
"10": {
"mappings": {
"0": {
"then": "Larrampicata tradizionale è possibile qua"
},
"1": {
"then": "Larrampicata tradizionale non è possibile qua"
},
"2": {
"then": "Sono presenti {climbing:traditional} vie di arrampicata tradizionale"
}
},
"question": "È possibile arrampicarsi in maniera tradizionale qua (usando attrezzi propri, ad es. dadi)?"
},
"11": {
"mappings": {
"0": {
"then": "È presente una parete per larrampicata di velocità"
},
"1": {
"then": "Non è presente una parete per larrampicata di velocità"
},
"2": {
"then": "Sono presenti {climbing:speed} pareti per larrampicata di velocità"
}
},
"question": "È presente una prete per larrampicata di velocità?"
},
"7": {
"mappings": {
"1": {
"then": "Larrampicata su massi non è possibile qua"
},
"0": {
"then": "Larrampicata su massi è possibile qua"
},
"2": {
"then": "Larrampicata su massi è possibile anche se su poche vie"
},
"3": {
"then": "Sono presenti {climbing:boulder} vie di arrampicata su massi"
}
},
"question": "È possibile praticare bouldering qua?"
},
"8": {
"mappings": {
"0": {
"then": "È possibile arrampicarsi con moulinette qua"
},
"1": {
"then": "Non è possibile arrampicarsi con moulinette qua"
},
"2": {
"then": "Sono presenti {climbing:toprope} vie con moulinette"
}
},
"question": "È possibile arrampicarsi con la corda dallalto qua?"
},
"4": {
"render": "Le vie sono lunghe mediamente <b>{canonical(climbing:length)}</b>",
"question": "Quale è la lunghezza (media) delle vie in metri?"
},
"6": {
"question": "Qual è il livello della via più difficile qua, secondo il sistema di classificazione francese?",
"render": "Il massimo livello di difficoltà è {climbing:grade:french:max} secondo il sistema francese/belga"
},
"5": {
"question": "Qual è il livello della via più facile qua, secondo il sistema di classificazione francese?",
"render": "Il minimo livello di difficoltà è {climbing:grade:french:min} secondo il sistema francese/belga"
},
"0": {
"question": "Cè un sito web (anche non ufficiale) con qualche informazione in più (ad es. topografie)?"
},
"1": {
"mappings": {
"0": {
"then": "<span class='subtle'>L <a href='#{_embedding_feature:id}'>elemento in cui è contenuto</a> indica che è</span> pubblicamente accessibile<br/>{_embedding_feature:access:description}"
},
"1": {
"then": "<span class='subtle'>L<a href='#{_embedding_feature:id}'>elemento che lo contiene</a> indica che </span> è richiesto unautorizzazione per accedervi<br/>{_embedding_feature:access:description}"
},
"2": {
"then": "<span class='subtle'>L <a href='#{_embedding_feature:id}'>elemento che lo contiene</a> indica che è</span> accessibile solo ai clienti<br/>{_embedding_feature:access:description}"
},
"3": {
"then": "<span class='subtle'>L <a href='#{_embedding_feature:id}'>elemento che lo contiene</a> indica che è </span> accessibile solamente ai membri del club<br/>{_embedding_feature:access:description}"
}
}
}
},
"units+": {
"0": {
"applicableUnits": {
"0": {
"human": " metri"
},
"1": {
"human": " piedi"
}
}
}
}
},
"descriptionTail": "La cartina di arrampicata è stata originariamente creata da <a href='https://utopicode.de/en/?ref=kletterspots' target='_blank'>Christian Neumann</a>. Si prega di <a href='https://utopicode.de/en/contact/?project=kletterspots&ref=kletterspots' target='blank'>scrivere qua</a> se si hanno commenti o domande da fare.</p><p>Il progetto usa i dati del progetto <a href='https://www.openstreetmap.org/' target='_blank'>OpenStreetMap</a>.</p>"
"title": "Mappa aperta per le arrampicate"
},
"cyclestreets": {
"layers": {
@ -616,32 +318,19 @@
"mappings": {
"3": {
"then": "Questa strada non è una strada ciclabile"
},
"0": {
"then": "Questa è una strada ciclabile (e ha un limite di velocità massima di 30 km/h)"
},
"1": {
"then": "Questa è una strada ciclabile"
},
"2": {
"then": "Diverrà tra poco una strada ciclabile"
}
},
"question": "È una strada ciclabile?"
}
},
"1": {
"question": "Questa strada diventerà una strada ciclabile quando?",
"render": "Questa strada diventerà una strada ciclabile dal {cyclestreet:start_date}"
}
}
},
"description": "Una strada ciclabile è una strada dove <b>il traffico motorizzato non può superare i velocipedi</b>. La sua presenza è segnalata da un cartello stradale specifico. Le strade ciclabili sono diffuse in Olanda e Belgio, ma si possono trovare anche in Germania e in Francia. ",
"shortDescription": "Una cartina per le strade ciclabili",
"title": "Strade ciclabili"
}
},
"cyclofix": {
"description": "Questa mappa offre a chi va in bici una soluzione semplice per trovare tutte le infrastrutture di cui ha bisogno.<br><br>Puoi tracciare la tua posizione esatta (solo su mobile) e selezionare i livelli che ti interessano nell'angolo in basso a sinistra. Puoi anche usare questo strumento per aggiungere o modificare punti di interesse alla mappa e aggiungere nuove informazioni rispendendo alle domande.<br><br>Tutte le modifiche che apporterai saranno automaticamente salvate nel database mondiale di OpenStreetMap e potranno essere liberamente riutilizzate da tutti e tutte.<br><br>Per maggiori informazioni sul progetto ciclofix, visita <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
"title": "Cyclofix una mappa libera per chi va in bici"
"title": "Cyclofix - una mappa libera per chi va in bici"
},
"drinking_water": {
"description": "Questa mappa mostra tutti i luoghi in cui è disponibile acqua potabile ed è possibile aggiungerne di nuovi",
@ -697,8 +386,7 @@
"1": {
"then": "Non c'è un contenitore per raccogliere la pioggia"
}
},
"question": "È stata installata una riserva dacqua per il giardino?"
}
},
"facadegardens-start_date": {
"question": "Quando è stato realizzato il giardino? (è sufficiente l'anno)",
@ -717,26 +405,15 @@
}
},
"question": "Il giardino è al sole o in ombra?"
},
"facadegardens-direction": {
"question": "Comè orientato questo giardino?",
"render": "Orientamento: {direction} (0 per il Nord e 90 per lEst)"
}
},
"name": "Giardini verticali",
"title": {
"render": "Giardino verticale"
},
"description": "Giardini verticali"
}
}
},
"shortDescription": "Questa mappa mostra i giardini verticali, con foto e informazioni utili sulla loro orientazione, sull'illuminazione solare e sui tipi di piante.",
"title": "Giardini verticali",
"description": "I <a href='https://nl.wikipedia.org/wiki/Geveltuin' target=_blank>giardini veritcali</a> e gli alberi in città non solo portano pace e tranquillità ma creano anche un ambiente più bello, aumentano la biodiversità, rendono il clima più fresco e migliorano la qualità dellaria. <br/> Klimaan VZW e Mechelen Klimaatneutraal vogliono mappare sia i giardini verticali esistenti che quelli nuovi per mostrarli a quanti vogliono costruire un loro proprio giardino o per quelli che amano la natura e vogliono camminare per la città.<br/>Per ulteriori informazioni visita <a href='https://klimaan.be/' target=_blank>klimaan.be</a>."
"title": "Giardini verticali"
},
"ghostbikes": {
"title": "Bici fantasma",
"description": "Una <b>bici fantasma</b> è un monumento in ricordo di un ciclista che è morto in un incidente stradale, che ha la forma di un una bicicletta bianca installata in maniera permanente ne luogo dellincidente.<br/><br/>In questa cartina, è possibile vedere tutte le bici fantasma che sono state aggiunte su OpenStreetMap. Ne manca una? Chiunque può aggiungere o migliorare le informazioni qui presenti (è solo richiesto un account gratuito su OpenStreetMap)."
"title": "Bici fantasma"
},
"hailhydrant": {
"layers": {
@ -746,65 +423,19 @@
"mappings": {
"2": {
"then": "L'idrante è rosso."
},
"0": {
"then": "Il colore dellidrante è sconosciuto."
},
"1": {
"then": "Il colore dellidrante è giallo."
}
},
"question": "Qual è il colore dellidrante?",
"render": "Il colore dellidrante è {colour}"
}
},
"hydrant-type": {
"mappings": {
"0": {
"then": "Il tipo di idrante è sconosciuto."
},
"1": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> Soprasuolo."
},
"4": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" /> Sottosuolo."
},
"2": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Tubo."
},
"3": {
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> A muro."
}
},
"question": "Di che tipo è questo idrante?",
"render": " Tipo di idrante: {fire_hydrant:type}"
},
"hydrant-state": {
"render": "Stato di funzionamento",
"mappings": {
"0": {
"then": "Lidrante è (parzialmente o completamente) funzionante."
},
"1": {
"then": "Lidrante è fuori servizio."
},
"2": {
"then": "Lidrante è stato rimosso."
}
},
"question": "Aggiorna lo stato di funzionamento dellidrante."
}
},
"description": "Livello della mappa che mostra gli idranti antincendio.",
"presets": {
"0": {
"description": "Un idrante è un punto di collegamento dove i pompieri possono estrarre acqua. Potrebbe trovarsi sottoterra.",
"title": "Idrante antincendio"
}
},
"title": {
"render": "Idrante"
},
"name": "Mappa degli idranti"
}
},
"2": {
"description": "Livello che mostra le caserme dei vigili del fuoco.",
@ -815,476 +446,18 @@
"render": "Questa caserma si chiama {name}."
},
"station-street": {
"question": " Qual è il nome della via in cui si trova la caserma?",
"render": "La stazione si trova in una strada chiamata {addr:street}."
},
"station-agency": {
"render": "Questa stazione è gestita da {operator}.",
"mappings": {
"0": {
"then": "Servizio antincendio governativo"
}
},
"question": "Quale agenzia gestisce questa stazione?"
},
"station-operator": {
"mappings": {
"0": {
"then": "Questa stazione è gestita dal governo."
},
"2": {
"then": "Questa stazione è gestita da un gruppo di volontari ufficiale."
},
"3": {
"then": "Questa stazione è gestita da privati."
},
"1": {
"then": "Questa stazione è gestita dalla comunità oppure unassociazione informale."
}
},
"question": "Comè classificato il gestore di questa stazione?",
"render": "Il gestore è un ente {operator:type}."
},
"station-place": {
"question": "In che località si trova la stazione? (ad es. quartiere, paese o città)",
"render": "La stazione si trova a {addr:place}."
"question": " Qual è il nome della via in cui si trova la caserma?"
}
},
"title": {
"render": "Caserma dei vigili del fuoco"
},
"presets": {
"0": {
"description": "Una caserma dei pompieri è un luogo dove si trovano i mezzi antincendio e i pompieri tra una missione e laltra.",
"title": "Caserma dei vigili del fuoco"
}
}
},
"3": {
"tagRenderings": {
"ambulance-place": {
"question": "Dove si trova la stazione? (ad es. quartiere, paese o città)",
"render": "La stazione si trova a {addr:place}."
},
"ambulance-street": {
"question": " Come si chiama la strada in cui si trova questa stazione?",
"render": "Questa stazione si trova in {addr:street}."
},
"ambulance-name": {
"render": "Questa stazione è chiamata {name}.",
"question": "Qual è il nome di questa stazione delle ambulanze?"
},
"ambulance-agency": {
"question": "Quale agenzia gestisce questa stazione?",
"render": "Questa stazione è gestita da {operator}."
},
"ambulance-operator-type": {
"mappings": {
"2": {
"then": "La stazione è gestita da un gruppo ufficiale di volontari."
},
"0": {
"then": "La stazione è gestita dal governo."
},
"1": {
"then": "La stazione è gestita dalla comunità o unorganizzazione non ufficiale."
},
"3": {
"then": "La stazione è gestita da un privato."
}
},
"question": "Comè classificato il gestore della stazione?",
"render": "Loperatore è un ente {operator:type}."
}
},
"title": {
"render": "Stazione delle ambulanze"
},
"name": "Carta delle stazioni delle ambulanze",
"presets": {
"0": {
"title": "Stazione delle ambulanze",
"description": "Aggiungi una stazione delle ambulanza alla mappa"
}
},
"description": "La stazione delle ambulanze è unarea per lo stoccaggio delle ambulanze, dellequipaggiamento medico, dei dispositivi di protezione individuale e di altre forniture medicali."
},
"1": {
"presets": {
"0": {
"description": "Un estintore è un dispositivo portatile di piccole dimensioni usato per spegnere un incendio",
"title": "Estintore"
}
},
"name": "Cartina degli estintori.",
"tagRenderings": {
"extinguisher-location": {
"mappings": {
"0": {
"then": "Si trova allinterno."
},
"1": {
"then": "Si trova allesterno."
}
},
"question": "Dove è posizionato?",
"render": "Posizione: {location}"
}
},
"description": "Livello della mappa che mostra gli idranti antincendio.",
"title": {
"render": "Estintori"
}
}
},
"description": "In questa cartina puoi vedere e aggiornare idranti, stazioni dei pompieri, stazioni delle ambulanze ed estintori del tuo quartiere preferito.\n\nPuoi seguire la tua posizione precisa (solo su cellulare) e selezionare i livelli che ti interessano nellangolo in basso a sinistra. Puoi anche usare questo strumento per aggiungere o modificare i PDI sulla mappa e fornire ulteriori dettagli rispondendo alle domande.\n\nTutte le modifiche che farai verranno automaticamente salvate nel database globale di OpenStreetMap e potranno essere riutilizzate liberamente da tutti.",
"title": "Idranti, estintori, caserme dei vigili del fuoco e stazioni delle ambulanze.",
"shortDescription": "Carta che mostra gli idranti, gli estintori, le caserme dei vigili del fuoco e le stazioni delle ambulanze."
}
},
"trees": {
"description": "Mappa tutti gli alberi!",
"shortDescription": "Mappa tutti gli alberi",
"title": "Alberi"
},
"natuurpunt": {
"shortDescription": "Questa cartina mostra le riserve naturali di Natuurpunt",
"description": "In questa cartina è possibile trovare tutte le riserve naturali offerte da Natuupunt. ",
"title": "Riserve naturali"
},
"maps": {
"title": "Una cartina delle cartine",
"shortDescription": "Questo tema mostra tutte le mappe (turistiche) conosciute da OpenStreetMap",
"description": "In questa carta puoi trovare tutte le mappe conosciute da OpenStreetMap (tipicamente una grossa mappa su di un pannello informativo che mostra larea, la città o la regione, ad es. una mappa turistica dietro a un manifesto, la mappa di una riserva naturale, la mappa della rete ciclistica regionale, etc.)<br/><br/>Se manca una mappa, puoi aggiungerla facilmente a questa su OpenStreetMap."
},
"shops": {
"title": "Mappa dei negozi",
"description": "In questa cartina è possibile aggiungere informazioni di base di un negozio, orari di apertura e numeri di telefono",
"shortDescription": "Una cartina modificabile con informazioni di base dei negozi"
},
"parkings": {
"title": "Parcheggio",
"description": "Questa cartina mostra diversi posti dove parcheggiare",
"shortDescription": "Questa cartina mostra diversi posti dove parcheggiare"
},
"playgrounds": {
"shortDescription": "Una cartina dei parchi giochi",
"title": "Parchi giochi",
"description": "In questa cartina vengono mostrati i parchi giochi a cui è possibile aggiungere dettagli"
},
"personal": {
"title": "Tema personalizzato",
"description": "Crea un tema personale basato sui livelli disponibili per tutti i temi. Per mostrare dei dati, apri <a href='#filter'>selezione livello</a>"
},
"postboxes": {
"description": "In questa cartina puoi veder e modificare gli uffici postali e le buche delle lettere. Puoi usare questa cartina per trovare dove imbucare la tua prossima cartolina! :)<br/>Hai trovato un errore o una buca delle lettere mancante? Puoi modificare questa cartina con un account gratuito su OpenStreetMap. ",
"layers": {
"0": {
"description": "Il livello che mostra le buche delle lettere.",
"name": "Buche delle lettere",
"title": {
"render": "Buca delle lettere"
},
"presets": {
"0": {
"title": "Buca delle lettere"
}
}
},
"1": {
"description": "Un livello che mostra gli uffici postali.",
"filter": {
"0": {
"options": {
"0": {
"question": "Aperto adesso"
}
}
}
},
"presets": {
"0": {
"title": "Ufficio postale"
}
},
"name": "Uffici postali",
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "aperto 24/24h (feste incluse)"
}
},
"question": "Quali sono gli orari di apertura di questo ufficio postale?",
"render": "Orari di apertura: {opening_hours_table()}"
}
},
"title": {
"render": "Ufficio postale"
}
}
},
"shortDescription": "Una cartina che mostra le buche delle lettere e gli uffici postali",
"title": "Buche delle lettere e uffici postali"
},
"surveillance": {
"shortDescription": "Telecamere e altri di mezzi di sorveglianza",
"title": "Sorveglianza sotto controllo",
"description": "In questa cartina puoi trovare le telecamera di sorveglianza."
},
"uk_addresses": {
"layers": {
"1": {
"tagRenderings": {
"uk_addresses_explanation_osm": {
"render": "Questo indirizzo è salvato su OpenStreetMap"
},
"uk_addresses_housenumber": {
"mappings": {
"0": {
"then": "Questo edificio non ha indirizzo"
}
},
"question": "Qual è il numero civico di questa casa?",
"render": "Il numero civico è <b>{addr:housenumber}</b>"
},
"uk_addresses_street": {
"question": "Qual è la via in cui si trova?",
"render": "Lindirizzo è in via <b>{addr:street}</b>"
}
},
"name": "Indirizzo presente su OSM",
"description": "Indirizzi",
"title": {
"render": "Indirizzo conosciuto"
}
}
},
"description": "Contribuisci a OpenStreetMap inserendo le informazioni sullindirizzo",
"tileLayerSources": {
"0": {
"name": "Confini delle proprietà di osmuk.org"
}
},
"shortDescription": "Aiuta a costruire un dataset libero per gli indirizzi nel Regno Unito",
"title": "Indirizzi UK"
},
"observation_towers": {
"shortDescription": "Torri pubblicamente accessibili per godere della vista",
"title": "Torri di osservazione",
"description": "Torri pubblicamente accessibili per godere della vista"
},
"openwindpowermap": {
"description": "Una cartina per la visione e la modifica delle turbine eoliche.",
"layers": {
"0": {
"presets": {
"0": {
"title": "pala eolica"
}
},
"tagRenderings": {
"turbine-diameter": {
"render": "Il diametro del rotore di questa pala eolica è di {rotor:diameter} metri.",
"question": "Qual è il diametro (in metri) del rotore di questa pala eolica?"
},
"turbine-height": {
"render": "Laltezza totale (raggio del rotore incluso) di questa pala eolica è di {height} metri.",
"question": "Qual è laltezza (in metri e raggio del rotore incluso) di questa pala eolica?"
},
"turbine-operator": {
"render": "Questa pala eolica è gestita da {operator}.",
"question": "Chi gestisce questa pala eolica?"
},
"turbine-start-date": {
"render": "Questa pala eolica è entrata in funzione in data {start_date}.",
"question": "Quando è entrata in funzione questa pala eolica?"
},
"turbine-output": {
"question": "Quantè la potenza generata da questa pala eolica? (ad es. 2.3 MW)",
"render": "La potenza generata da questa pala eolica è {generator:output:electricity}."
}
},
"title": {
"mappings": {
"0": {
"then": "{name}"
}
},
"render": "pala eolica"
},
"name": "pala eolica",
"units": {
"0": {
"applicableUnits": {
"0": {
"human": " megawatt"
},
"1": {
"human": " kilowatt"
},
"2": {
"human": " watt"
},
"3": {
"human": " gigawatt"
}
}
},
"1": {
"applicableUnits": {
"0": {
"human": " metri"
}
}
}
}
}
},
"title": "OpenWindPowerMap"
},
"cycle_highways": {
"layers": {
"0": {
"name": "strade per velocipedi",
"title": {
"render": "strada per velocipedi"
}
}
},
"description": "Questa cartina mostra le strade per velocipedi",
"title": "Strade per velocipedi"
},
"cycle_infra": {
"description": "Una cartina dove vedere e modificare gli elementi riguardanti linfrastruttura dei velocipedi. Realizzata durante #osoc21.",
"shortDescription": "Una cartina dove vedere e modificare gli elementi riguardanti linfrastruttura dei velocipedi.",
"title": "Infrastruttura dei velocipedi"
},
"etymology": {
"layers": {
"1": {
"override": {
"name": "Strade senza informazioni etimologiche"
}
},
"2": {
"override": {
"name": "Parchi e foreste senza informazioni etimologiche"
}
}
},
"shortDescription": "Qual è lorigine di un toponimo?",
"title": "Apri Carta Etimologica",
"description": "Su questa cartina sono visibili i nomi a cui sono riferiti gli oggetti. Le strade, gli edifici, etc. provengono da OpenStreetMap che è a sua volta collegata a Wikidata. Nel popup, se esiste, verrà mostrato larticolo Wikipedia o l'elemento Wikidata a cui si riferisce il nome di quelloggetto. Se loggetto stesso ha una pagina Wikpedia, anchessa verrà mostrata.<br/><br/><b>Anche tu puoi contribuire!</b>Ingrandisci abbastanza e <i>tutte</i> le strade appariranno. Puoi cliccare su una e apparirà un popup con la ricerca Wikidata. Con pochi clic puoi aggiungere un collegamento etimologico. Tieni presente che per farlo, hai bisogno di un account gratuito su OpenStreetMap."
},
"food": {
"title": "Ristoranti e fast food"
},
"hackerspaces": {
"layers": {
"0": {
"name": "Hackerspace",
"presets": {
"0": {
"description": "Un hackerspace è unarea dove si ritrovano le persone interessate al software",
"title": "Hackerspace"
},
"1": {
"description": "Un makerspace è un luogo dove gli amanti del fai-da-te si ritrovano per sperimentare con dispositivi di elettronica come arduino, strisce LED, etc.",
"title": "Makerspace"
}
},
"title": {
"mappings": {
"0": {
"then": " {name}"
}
},
"render": "Hackerspace"
},
"tagRenderings": {
"hs-club-mate": {
"mappings": {
"0": {
"then": "In questo hackerspace viene servito Club-Mate"
},
"1": {
"then": "In questo hackerspace non viene servito Club-Mate"
}
},
"question": "In questo hackerspace si serve Club-Mate?"
},
"is_makerspace": {
"question": "È un hackerspace o un makerspace?",
"mappings": {
"0": {
"then": "Si tratta di un makerspace"
},
"1": {
"then": "Si tratta di un hackerspace tradizionale (orientato al software)"
}
}
},
"hackerspaces-start_date": {
"render": "Questo hackerspace è stato creato il {start_date}",
"question": "Quando è stato creato questo hackerspace?"
},
"hackerspaces-opening_hours": {
"mappings": {
"0": {
"then": "Aperto sempre"
}
},
"render": "{opening_hours_table()}",
"question": "Quando è aperto questo hackerspace?"
},
"hackerspaces-name": {
"render": "Questo hackerspace si chiama <b>{name}</b>",
"question": "Qual è il nome di questo hackerspace?"
}
},
"icon": {
"mappings": {
"0": {
"then": "./assets/themes/hackerspaces/led.png"
}
}
},
"description": "Hackerspace"
}
},
"title": "Hackerspace",
"description": "Su questa cartina è possibile vedere gli hackerspace, aggiungerne di nuovi o aggiornare le informazioni tutto in maniera pratica",
"shortDescription": "Una cartina degli hackerspace"
},
"sport_pitches": {
"description": "Una campo sportivo è unarea dove vengono praticati gli sport",
"shortDescription": "Una cartina che mostra i campi sportivi",
"title": "Campi sportivi"
},
"toilets": {
"description": "Una cartina dei servizi igienici pubblici",
"title": "Mappa libera delle toilet"
},
"waste_basket": {
"description": "In questa cartina troverai i cestini dei rifiuti nei tuoi paraggi. Se manca un cestino, puoi inserirlo tu stesso",
"shortDescription": "Una cartina dei cestini dei rifiuti",
"title": "Cestino dei rifiuti"
},
"binoculars": {
"shortDescription": "Una cartina dei binocoli pubblici fissi",
"description": "Una cartina dei binocoli su un palo fissi in un luogo. Si trovano tipicamente nei luoghi turistici, nei belvedere, in cima a torri panoramiche oppure occasionalmente nelle riserve naturali.",
"title": "Binocoli"
},
"cafes_and_pubs": {
"title": "Caffè e pub"
},
"fritures": {
"layers": {
"0": {
"override": {
"name": "Friggitoria"
}
}
}
}
}
}

View file

@ -1,7 +1,6 @@
{
"aed": {
"title": "Åpent AED-kart",
"description": "Defibrillatorer i nærheten"
"title": "Åpne AED-kart"
},
"benches": {
"shortDescription": "Et benkekart",
@ -25,9 +24,6 @@
"mappings": {
"1": {
"then": "Kan brukes gratis"
},
"0": {
"then": "Man må betale for bruk"
}
}
},
@ -45,31 +41,6 @@
"caravansites-website": {
"question": "Har dette stedet en nettside?",
"render": "Offisiell nettside: <a href='{website}'>{website}</a>"
},
"caravansites-internet": {
"mappings": {
"2": {
"then": "Det er tilgang til Internett"
},
"0": {
"then": "Det finnes tilgang til Internett"
},
"1": {
"then": "Det er tilgang til Internett"
}
},
"question": "Tilbyr dette stedet tilgang til Internett?"
},
"caravansites-internet-fee": {
"question": "Må man betale for tilgang til Internett?",
"mappings": {
"1": {
"then": "Man må ikke betale ekstra for tilgang til Internett"
},
"0": {
"then": "Man må betale ekstra for tilgang til Internett"
}
}
}
}
}
@ -94,17 +65,7 @@
"name": "Klatreruter",
"tagRenderings": {
"Length": {
"render": "Denne ruten er {canonical(climbing:length)} lang",
"question": "Hvor mange meter er klatreruten?"
},
"Name": {
"mappings": {
"0": {
"then": "Denne klatreruten har ikke noe navn"
}
},
"question": "Hva er navnet på denne klatreruten?",
"render": "<strong>{name}</strong>"
"render": "Denne ruten er {canonical(climbing:length)} lang"
}
},
"title": {
@ -169,24 +130,12 @@
"1": {
"name": "Fremtidig sykkelvei",
"title": {
"render": "Fremtidig sykkelvei",
"mappings": {
"0": {
"then": "{name} vil bli sykkelgate snart"
}
}
},
"description": "Denne gaten vil bli sykkelgate snart"
"render": "Fremtidig sykkelvei"
}
},
"2": {
"description": "Lag for å markere hvilken som helst gate som sykkelvei",
"name": "Alle gater",
"title": {
"render": "Gate"
}
},
"0": {
"name": "Sykkelgater"
"name": "Alle gater"
}
},
"overrideAll": {
@ -210,8 +159,7 @@
}
}
},
"shortDescription": "Et kart over sykkelveier",
"title": "Sykkelgater"
"shortDescription": "Et kart over sykkelveier"
},
"facadegardens": {
"layers": {
@ -267,140 +215,8 @@
"name": "Kart over brannstasjoner",
"title": {
"render": "Brannstasjon"
},
"presets": {
"0": {
"title": "Brannstasjon"
}
},
"tagRenderings": {
"station-name": {
"render": "Denne stasjonen heter {name}."
},
"station-operator": {
"mappings": {
"0": {
"then": "Stasjonen drives av myndighetene."
}
}
}
}
}
},
"title": "Hydranter, brannslukkere, brannstasjoner, og ambulansestasjoner."
},
"cafes_and_pubs": {
"title": "Kafeer og kneiper"
},
"charging_stations": {
"title": "Ladestasjoner",
"shortDescription": "Et verdensomspennende kart over ladestasjoner"
},
"drinking_water": {
"title": "Drikkevann",
"description": "Offentlig tilgjengelig drikkevannssteder"
},
"food": {
"title": "Restauranter og søppelmat"
},
"parkings": {
"shortDescription": "Dette kartet viser forskjellige parkeringsplasser",
"title": "Parkering"
},
"postboxes": {
"layers": {
"0": {
"title": {
"render": "Postboks"
},
"description": "Laget viser postbokser.",
"name": "Postbokser",
"presets": {
"0": {
"title": "postboks"
}
}
},
"1": {
"description": "Et lag som viser postkontor.",
"name": "Postkontor",
"presets": {
"0": {
"title": "Postkontor"
}
},
"title": {
"render": "Postkontor"
}
}
},
"title": "Postboks og postkontor-kart"
},
"artwork": {
"description": "Velkommen til det åpne kunstverkskartet, et kart over statuer, byster, grafitti, og andre kunstverk i verden"
},
"binoculars": {
"title": "Kikkerter",
"shortDescription": "Et kart over fastmonterte kikkerter"
},
"cyclofix": {
"title": "Cyclofix — et åpent kart for syklister"
},
"trees": {
"title": "Trær",
"description": "Kartlegg trærne.",
"shortDescription": "Kartlegg alle trærne"
},
"shops": {
"title": "Kart over åpne butikker"
},
"bookcases": {
"title": "Kart over åpne bokhyller"
},
"maps": {
"title": "Et kart over kart"
},
"natuurpunt": {
"title": "Naturreservater"
},
"openwindpowermap": {
"layers": {
"0": {
"units": {
"0": {
"applicableUnits": {
"1": {
"human": " kilowatt"
}
}
}
}
}
}
},
"personal": {
"title": "Personlig tema"
},
"playgrounds": {
"shortDescription": "Et kart med lekeplasser",
"title": "Lekeplasser"
},
"toilets": {
"title": "Åpent toalettkart"
},
"uk_addresses": {
"layers": {
"1": {
"description": "Adresser",
"name": "Kjente adresser i OSM",
"title": {
"render": "Kjent adresse"
}
}
}
},
"cycle_infra": {
"title": "Sykkelinfrastruktur",
"shortDescription": "Alt relatert til sykkelinfrastruktur."
}
}
}

View file

@ -729,7 +729,7 @@
"grb": {
"description": "GRB Fixup",
"layers": {
"2": {
"3": {
"description": "Dit gebouw heeft een foutmelding",
"name": "Fixmes op gebouwen",
"tagRenderings": {
@ -772,7 +772,7 @@
"render": "{addr:street} {addr:housenumber}"
}
},
"4": {
"5": {
"description": "Dit gebouw heeft een foutmelding",
"name": "Fixmes op gebouwen",
"tagRenderings": {