forked from MapComplete/MapComplete
Chore: generate all
This commit is contained in:
parent
f1de8a3d9d
commit
2314382678
11 changed files with 262 additions and 229 deletions
|
@ -353,7 +353,8 @@
|
|||
"es": "Una capa que muestra cafeterías y bares donde uno se puede reunir con una bebida. La capa hace algunas preguntas relevantes",
|
||||
"da": "Et lag med caféer og pubber, hvor man kan samles omkring en drink. Laget stiller nogle relevante spørgsmål",
|
||||
"fr": "Une couche montrants les cafés et pubs où l’on peut prendre un verre. Cette couche pose des questions y afférentes.",
|
||||
"ca": "Una capa que mostra cafeteries i bars on un es pot reunir amb una beguda. La capa demana algunes preguntes rellevants"
|
||||
"ca": "Una capa que mostra cafeteries i bars on un es pot reunir amb una beguda. La capa demana algunes preguntes rellevants",
|
||||
"cs": "Vrstva s kavárnami a hospodami, kde se můžete sejít u skleničky. Vrstva se ptá na několik důležitých otázek"
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -486,7 +486,8 @@
|
|||
"title": {
|
||||
"en": "Climbing gym",
|
||||
"nl": "Klimzaal",
|
||||
"de": "Kletterhalle"
|
||||
"de": "Kletterhalle",
|
||||
"cs": "Lezecká tělocvična"
|
||||
},
|
||||
"tags": [
|
||||
"leisure=sports_centre",
|
||||
|
@ -523,19 +524,5 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "Climbing gym",
|
||||
"nl": "Klimzaal",
|
||||
"de": "Kletterhalle",
|
||||
"cs": "Lezecká tělocvična"
|
||||
},
|
||||
"tags": [
|
||||
"leisure=sports_centre",
|
||||
"sport=climbing"
|
||||
]
|
||||
}
|
||||
],
|
||||
"lineRendering": []
|
||||
}
|
||||
|
|
|
@ -1750,7 +1750,8 @@
|
|||
"de": "Infrastruktur, die man mit dem Fahrrad befahren kann, begleitet von diesbezüglichen Fragen",
|
||||
"es": "Toda la infraestructura sobre la que alguien puede ir en bici, acompañado de preguntas sobre esta infraestructura\"",
|
||||
"fr": "Toutes les infrastructures sur lesquelles quelqu'un peut rouler, accompagnées de questions sur cette infrastructure",
|
||||
"ca": "Totes les infraestructures per les quals algú pot ciclar, acompanyades de preguntes sobre aquesta infraestructura"
|
||||
"ca": "Totes les infraestructures per les quals algú pot ciclar, acompanyades de preguntes sobre aquesta infraestructura",
|
||||
"cs": "Veškerá infrastruktura, kterou může někdo projet na kole, doplněná o otázky týkající se této infrastruktury"
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
|
|
|
@ -453,7 +453,6 @@
|
|||
},
|
||||
"accepts_cash",
|
||||
"accepts_cards",
|
||||
|
||||
"has_organic",
|
||||
{
|
||||
"id": "second_hand",
|
||||
|
|
|
@ -432,5 +432,16 @@
|
|||
"color": "#00f",
|
||||
"width": "8"
|
||||
}
|
||||
]
|
||||
],
|
||||
"cs": {
|
||||
"0": {
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Odpadkový koš"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SPDX-FileCopyrightText: Pieter Vander Vennet
|
||||
SPDX-License-Identifier: CC0
|
||||
SPDX-License-Identifier: CC0-1.0
|
|
@ -5142,17 +5142,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Odpadkový koš"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Odpadkový koš",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
|
|
@ -284,6 +284,47 @@
|
|||
"render": "Ambulance Station"
|
||||
}
|
||||
},
|
||||
"animal_shelter": {
|
||||
"description": "An animal shelter is a facility where animals in trouble are brought and facility's staff (volunteers or not) feeds them and cares of them, rehabilitating and healing them if necessary. This definition includes kennels for abandoned dogs, catteries for abandoned cats, shelters for other abandoned pets and wildlife recovery centres. ",
|
||||
"name": "Animal shelters",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "an animal shelter"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"question": "What is the name of this animal shelter?",
|
||||
"render": "This animal shelter is named <b>{name}</b>"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Animals are kept here until adopted by a new owner"
|
||||
},
|
||||
"1": {
|
||||
"then": "Animals are taken care of for the rest of their lives"
|
||||
},
|
||||
"2": {
|
||||
"then": "Injured animals are rehabilitated here until they can be released in nature again "
|
||||
}
|
||||
},
|
||||
"question": "What is the purpose of the animal shelter?"
|
||||
},
|
||||
"7": {
|
||||
"question": "When is this animal shelter opened?",
|
||||
"render": "{opening_hours_table()}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Animal shelter"
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"description": "An open map of statues, busts, graffitis and other artwork all over the world",
|
||||
"name": "Artworks",
|
||||
|
@ -10636,4 +10677,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -119,7 +119,7 @@ export class GeoLocationState {
|
|||
return
|
||||
}
|
||||
|
||||
if(navigator.permissions === undefined && navigator.geolocation !== undefined){
|
||||
if (navigator.permissions === undefined && navigator.geolocation !== undefined) {
|
||||
// This is probably safari - we just start watching right away
|
||||
this.startWatching()
|
||||
return
|
||||
|
@ -158,8 +158,8 @@ export class GeoLocationState {
|
|||
self.currentGPSLocation.setData(position.coords)
|
||||
self._previousLocationGrant.setData("true")
|
||||
},
|
||||
function () {
|
||||
console.warn("Could not get location with navigator.geolocation")
|
||||
function (e) {
|
||||
console.warn("Could not get location with navigator.geolocation due to", e)
|
||||
},
|
||||
{
|
||||
enableHighAccuracy: true,
|
||||
|
|
4
src/assets/svg/Cross.svelte
Normal file
4
src/assets/svg/Cross.svelte
Normal file
|
@ -0,0 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
</script>
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" version="1.1" id="svg7" sodipodi:docname="cross.svg" inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs11" /> <sodipodi:namedview id="namedview9" pagecolor="#505050" bordercolor="#eeeeee" borderopacity="1" inkscape:pageshadow="0" inkscape:pageopacity="0" inkscape:pagecheckerboard="0" showgrid="false" inkscape:zoom="80.206863" inkscape:cx="4.0270868" inkscape:cy="2.6493992" inkscape:window-width="1920" inkscape:window-height="995" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg7" /> <path style="fill: none !important;stroke:{color};stroke-width:1;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50314403" d="M 0,3.5 H 7" id="path941" /> <path style="fill: none !important;stroke:{color};stroke-width:1;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50314403" d="M 3.5,0 V 7" id="path941" /> </svg>
|
Loading…
Reference in a new issue