diff --git a/assets/layers/aerialway/aerialway.json b/assets/layers/aerialway/aerialway.json index 6596c80273..c956043b3f 100644 --- a/assets/layers/aerialway/aerialway.json +++ b/assets/layers/aerialway/aerialway.json @@ -1,7 +1,9 @@ { "pointRendering": [ { - "location": ["start"], + "location": [ + "start" + ], "marker": [ { "icon": "square" @@ -9,7 +11,6 @@ ], "iconSize": "12,12" }, - { "location": [ "point", @@ -97,7 +98,8 @@ "en": "A magic carpet (a conveyor belt on the ground)" } }, - {"if": "aerialway=zip_line", + { + "if": "aerialway=zip_line", "then": { "en": "A zip line. (A touristical attraction where adventurous people go down at high speeds) " } diff --git a/assets/layers/charging_station/charging_station.json b/assets/layers/charging_station/charging_station.json index d12d473a66..cbb5a3876b 100644 --- a/assets/layers/charging_station/charging_station.json +++ b/assets/layers/charging_station/charging_station.json @@ -8,7 +8,8 @@ "description": { "en": "A charging station", "nl": "Oplaadpunten", - "de": "Eine Ladestation" + "de": "Eine Ladestation", + "ca": "Una estació de càrrega" }, "source": { "osmTags": { @@ -277,7 +278,7 @@ "then": { "en": "Only customers of the place this station belongs to can use this charging station
E.g. a charging station operated by hotel which is only usable by their guests", "nl": "Enkel klanten van de bijhorende plaats mogen dit oplaadpunt gebruiken
Bv. op de parking van een hotel en enkel toegankelijk voor klanten van dit hotel", - "ca": "Sols clientes del lloc al que pertany aquest punt de càrrega poden utilitzar-lo
p.e. un punt de càrrega d'un hotel que sols poden utilizar-los els hostes", + "ca": "Sols cliente del lloc al que pertany aquest punt de càrrega poden utilitzar-lo
p.e. un punt de càrrega d'un hotel que sols poden utilizar-los els hostes", "de": "Nur Kunden des Ortes, zu dem diese Station gehört, können diese Ladestation nutzen
Z.B. eine von einem Hotel betriebene Ladestation, die nur von dessen Gästen genutzt werden kann" } }, @@ -2419,14 +2420,16 @@ "question": { "en": "All vehicle types", "nl": "Alle voertuigen", - "de": "Ladestationen für alle Fahrzeugtypen" + "de": "Ladestationen für alle Fahrzeugtypen", + "ca": "Tots els tipus de vehicles" } }, { "question": { "en": "Charging station for bicycles", "nl": "Oplaadpunten voor fietsen", - "de": "Ladestationen für Fahrräder" + "de": "Ladestationen für Fahrräder", + "ca": "Punt de recàrrega per a bicicletes" }, "osmTags": "bicycle=yes" }, @@ -2477,7 +2480,8 @@ "question": { "en": "Has a
Schuko wall plug without ground pin (CEE7/4 type F)
connector", "nl": "Heeft een
Schuko stekker zonder aardingspin (CEE7/4 type F)
", - "de": "Verfügt über einen
Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F)
" + "de": "Verfügt über einen
Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F)
", + "ca": "Té un connector
Schuko sense pin de terra (CEE7/4 tipus F)
" }, "osmTags": "socket:schuko~*" }, @@ -2485,7 +2489,8 @@ "question": { "en": "Has a
European wall plug with ground pin (CEE7/4 type E)
connector", "nl": "Heeft een
Europese stekker met aardingspin (CEE7/4 type E)
", - "de": "Verfügt über einen
europäischen Netzstecker mit Erdungsstift (CEE7/4 Typ E)
Anschluss" + "de": "Verfügt über einen
europäischen Netzstecker mit Erdungsstift (CEE7/4 Typ E)
Anschluss", + "ca": "Té un connector
endoll de paret Europeu amb un pin de terra (CEE7/4 tipus F)
" }, "osmTags": "socket:typee~*" }, @@ -2493,7 +2498,8 @@ "question": { "en": "Has a
Chademo
connector", "nl": "Heeft een
Chademo
", - "de": "Verfügt über einen
Chademo
Stecker" + "de": "Verfügt über einen
Chademo
Stecker", + "ca": "Té un connector
Chademo
" }, "osmTags": "socket:chademo~*" }, diff --git a/assets/layers/shops/shops.json b/assets/layers/shops/shops.json index 36b2e10ee5..e0bb68ecdd 100644 --- a/assets/layers/shops/shops.json +++ b/assets/layers/shops/shops.json @@ -644,7 +644,9 @@ "disused:shop:={shop}" ] }, - "omitDefaultDeleteReasons": ["disused"], + "omitDefaultDeleteReasons": [ + "disused" + ], "nonDeleteMappings": [ { "if": { diff --git a/assets/layers/ski_piste/ski_piste.json b/assets/layers/ski_piste/ski_piste.json index debef75be9..1cd365916c 100644 --- a/assets/layers/ski_piste/ski_piste.json +++ b/assets/layers/ski_piste/ski_piste.json @@ -109,9 +109,11 @@ "source": { "osmTags": { "and": [ - {"or": - [ "piste:type=downhill", - "piste:type=connection"] + { + "or": [ + "piste:type=downhill", + "piste:type=connection" + ] }, "area!=yes" ] diff --git a/assets/themes/onwheels/onwheels.json b/assets/themes/onwheels/onwheels.json index 116f0a4877..5a5ab9b322 100644 --- a/assets/themes/onwheels/onwheels.json +++ b/assets/themes/onwheels/onwheels.json @@ -81,7 +81,11 @@ { "=marker": [ { - "icon": "circle:white;./assets/themes/onwheels/entrance.svg" + "icon": "circle", + "color": "white" + }, + { + "icon": "./assets/themes/onwheels/entrance.svg" } ] } @@ -258,6 +262,7 @@ { "builtin": "parking_spaces", "override": { + "id": "parking_spaces_disabled", "source": { "osmTags": "parking_space=disabled" }, @@ -412,7 +417,11 @@ { "=marker": [ { - "icon": "circle:white;./assets/themes/onwheels/elevator.svg" + "icon": "circle", + "color": "white" + }, + { + "icon": "./assets/themes/onwheels/elevator.svg" } ], "iconSize": "40,40", diff --git a/assets/themes/ski/ski.json b/assets/themes/ski/ski.json index e64f2f14a1..c6e1ac0ced 100644 --- a/assets/themes/ski/ski.json +++ b/assets/themes/ski/ski.json @@ -24,7 +24,7 @@ "pointRendering": [ { "=iconSize": "25,25", - "=label":null + "=label": null } ] } diff --git a/langs/cs.json b/langs/cs.json index 17aa939ff6..7c3d620220 100644 --- a/langs/cs.json +++ b/langs/cs.json @@ -186,7 +186,6 @@ "includeMetaData": "Zahrnout metadata (poslední editor, vypočtené hodnoty, ...)", "licenseInfo": "

Upozornění na autorská práva

Poskytovaná data jsou dostupná pod ODbL. Opětovné použití je zdarma pro jakýkoli účel, ale