forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
c939d8ea8e
352 changed files with 976 additions and 212534 deletions
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "dog_toilet",
|
||||
"name": {
|
||||
"en": "Dog toilets"
|
||||
"en": "Dog toilets",
|
||||
"de": "Hundetoiletten"
|
||||
},
|
||||
"description": {
|
||||
"en": "A dog toilet is a facility designated for dogs to urinate and excrete. This can be a designated, signposted patch of grass, a sand pit or a fenced area."
|
||||
"en": "A dog toilet is a facility designated for dogs to urinate and excrete. This can be a designated, signposted patch of grass, a sand pit or a fenced area.",
|
||||
"de": "Eine Hundetoilette ist eine Einrichtung, die für das Urinieren und die Ausscheidung von Hunden vorgesehen ist. Dabei kann es sich um eine ausgewiesene, ausgeschilderte Rasenfläche, eine Sandgrube oder einen eingezäunten Bereich handeln."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=dog_toilet"
|
||||
|
@ -12,7 +14,8 @@
|
|||
"minzoom": 13,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Dog toilet"
|
||||
"en": "Dog toilet",
|
||||
"de": "Hundetoilette"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -31,7 +34,8 @@
|
|||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a dog toilet"
|
||||
"en": "a dog toilet",
|
||||
"de": "eine Hundetoilette"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=dog_toilet"
|
||||
|
@ -43,7 +47,8 @@
|
|||
{
|
||||
"id": "barrier",
|
||||
"question": {
|
||||
"en": "Is this dog toilet fenced?"
|
||||
"en": "Is this dog toilet fenced?",
|
||||
"de": "Ist diese Hundetoilette eingezäunt?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -52,7 +57,8 @@
|
|||
"not:barrier="
|
||||
],
|
||||
"then": {
|
||||
"en": "There is a fence around this dog toilet"
|
||||
"en": "There is a fence around this dog toilet",
|
||||
"de": "Diese Hundetoilette ist eingezäunt"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -61,7 +67,8 @@
|
|||
"not:barrier="
|
||||
],
|
||||
"then": {
|
||||
"en": "There is a hedge around this dog toilet"
|
||||
"en": "There is a hedge around this dog toilet",
|
||||
"de": "Diese Hundetoilette ist von einer Hecke umgeben"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -70,7 +77,8 @@
|
|||
"not:barrier="
|
||||
],
|
||||
"then": {
|
||||
"en": "There is a barrier around this dog toilet"
|
||||
"en": "There is a barrier around this dog toilet",
|
||||
"de": "Um diese Hundetoilette herum befindet sich eine Barriere"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -79,7 +87,8 @@
|
|||
"barrier="
|
||||
],
|
||||
"then": {
|
||||
"en": "There is no barrier around this dog toilet"
|
||||
"en": "There is no barrier around this dog toilet",
|
||||
"de": "Es gibt keine Barriere um diese Hundetoilette herum"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
40
assets/svg/forgejo.svg
Normal file
40
assets/svg/forgejo.svg
Normal file
|
@ -0,0 +1,40 @@
|
|||
<svg viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
>
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="https://codeberg.org/forgejo/meta/src/branch/readme/branding#logo">
|
||||
<dc:title>Forgejo logo</dc:title>
|
||||
<cc:creator rdf:resource="https://caesarschinas.com/"><cc:attributionName>Caesar Schinas</cc:attributionName></cc:creator>
|
||||
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<style type="text/css">
|
||||
circle {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-width: 15;
|
||||
}
|
||||
path {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-width: 25;
|
||||
}
|
||||
.orange {
|
||||
stroke:#ff6600;
|
||||
}
|
||||
.red {
|
||||
stroke:#d40000;
|
||||
}
|
||||
</style>
|
||||
<g transform="translate(6,6)">
|
||||
<path d="M58 168 v-98 a50 50 0 0 1 50-50 h20" class="orange" />
|
||||
<path d="M58 168 v-30 a50 50 0 0 1 50-50 h20" class="red" />
|
||||
<circle cx="142" cy="20" r="18" class="orange" />
|
||||
<circle cx="142" cy="88" r="18" class="red" />
|
||||
<circle cx="58" cy="180" r="18" class="red" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
2
assets/svg/forgejo.svg.license
Normal file
2
assets/svg/forgejo.svg.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: https://caesarschinas.com/
|
||||
SPDX-License-Identifier: CC-BY-SA 4.0
|
|
@ -435,6 +435,16 @@
|
|||
"https://commons.wikimedia.org/wiki/File:Media-floppy.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "forgejo.svg",
|
||||
"license": "CC-BY-SA 4.0",
|
||||
"authors": [
|
||||
"https://caesarschinas.com/"
|
||||
],
|
||||
"sources": [
|
||||
"https://commons.wikimedia.org/wiki/File:Forgejo_logo.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "gear.svg",
|
||||
"license": "TRIVIAL",
|
||||
|
|
|
@ -155,7 +155,8 @@
|
|||
"id": "waste_basket_dogs",
|
||||
"name=": {
|
||||
"en": "Waste baskets with excrement bag dispensers",
|
||||
"nl": "Vuilnisbakken met verdelers voor hondenpoepzakjes"
|
||||
"nl": "Vuilnisbakken met verdelers voor hondenpoepzakjes",
|
||||
"de": "Mülleimer mit Spender für Kotbeutel"
|
||||
},
|
||||
"presets=": [],
|
||||
"filter=": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue