forked from MapComplete/MapComplete
Chore: translation sync, lint themes and layer files
This commit is contained in:
parent
bc54f797d7
commit
2b41c4199b
28 changed files with 510 additions and 315 deletions
|
@ -1,6 +1,23 @@
|
|||
{
|
||||
"credits": "Not logged in",
|
||||
"id": "tool_library",
|
||||
"name": {
|
||||
"en": "Tool libraries",
|
||||
"de": "Werkzeugbibliothek"
|
||||
},
|
||||
"description": {
|
||||
"en": "A tool library is a place where people from the general public can borrow tools",
|
||||
"de": "Eine Werkzeugbibliothek ist ein Ort, an dem Menschen aus der Öffentlichkeit Werkzeuge ausleihen können"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=tool_library"
|
||||
},
|
||||
"minzoom": 3,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Tool library {name}",
|
||||
"de": "Werkzeugbibliothek {name}"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
|
@ -31,6 +48,27 @@
|
|||
"labelCssClasses": "bg-white rounded px-2"
|
||||
}
|
||||
],
|
||||
"lineRendering": [
|
||||
{
|
||||
"width": 1,
|
||||
"color": "blue"
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a tool library",
|
||||
"de": "Eine Werkzeugbibliothek"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=tool_library"
|
||||
],
|
||||
"description": {
|
||||
"en": "A tool library is a place where people from the general public can borrow tools",
|
||||
"de": "Eine Werkzeugbibliothek ist ein Ort, an dem Menschen aus der Öffentlichkeit Werkzeuge ausleihen können"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"contact",
|
||||
|
@ -135,45 +173,6 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"lineRendering": [
|
||||
{
|
||||
"width": 1,
|
||||
"color": "blue"
|
||||
}
|
||||
],
|
||||
"id": "tool_library",
|
||||
"name": {
|
||||
"en": "Tool libraries",
|
||||
"de": "Werkzeugbibliothek"
|
||||
},
|
||||
"description": {
|
||||
"en": "A tool library is a place where people from the general public can borrow tools",
|
||||
"de": "Eine Werkzeugbibliothek ist ein Ort, an dem Menschen aus der Öffentlichkeit Werkzeuge ausleihen können"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=tool_library"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Tool library {name}",
|
||||
"de": "Werkzeugbibliothek {name}"
|
||||
}
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a tool library",
|
||||
"de": "Eine Werkzeugbibliothek"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=tool_library"
|
||||
],
|
||||
"description": {
|
||||
"en": "A tool library is a place where people from the general public can borrow tools",
|
||||
"de": "Eine Werkzeugbibliothek ist ein Ort, an dem Menschen aus der Öffentlichkeit Werkzeuge ausleihen können"
|
||||
}
|
||||
}
|
||||
],
|
||||
"deletion": true,
|
||||
"allowMove": true,
|
||||
"units": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue