mapcomplete/assets/themes/openwindpowermap/openwindpowermap.json

291 lines
8.8 KiB
JSON
Raw Normal View History

2021-07-09 16:16:35 +02:00
{
2021-07-10 20:56:59 +02:00
"id": "openwindpowermap",
"title": {
2021-08-19 17:35:45 +02:00
"en": "OpenWindPowerMap",
2021-10-25 21:48:45 +02:00
"fr": "OpenWindPowerMap",
"de": "Freie Windenergie-Karte",
2021-11-28 14:45:52 +01:00
"it": "OpenWindPowerMap",
"ru": "Открытая карта ветроэнергетики"
2021-07-10 20:56:59 +02:00
},
"maintainer": "Seppe Santens",
"icon": "./assets/themes/openwindpowermap/wind_turbine.svg",
"description": {
2021-08-19 17:35:45 +02:00
"en": "A map for showing and editing wind turbines.",
2021-10-22 13:47:36 +02:00
"fr": "Une carte indiquant les éoliennes et permettant leur édition.",
2021-11-04 17:14:17 +01:00
"de": "Eine Karte zum Anzeigen und Bearbeiten von Windkraftanlagen.",
"it": "Una cartina per la visione e la modifica delle turbine eoliche."
2021-07-10 20:56:59 +02:00
},
"language": [
"en",
2021-08-19 17:35:45 +02:00
"fr",
2021-10-22 13:47:36 +02:00
"de",
2021-11-04 17:14:17 +01:00
"it",
2021-11-28 14:45:52 +01:00
"ru",
2021-11-04 17:14:17 +01:00
"nl",
"eo",
"nb_NO"
2021-07-10 20:56:59 +02:00
],
"version": "2021-06-18",
"startLat": 50.52,
"startLon": 4.643,
"startZoom": 8,
"clustering": {
2021-07-09 16:16:35 +02:00
"maxZoom": 8
},
2021-07-10 20:56:59 +02:00
"layers": [
{
"id": "windturbine",
"name": {
2021-08-05 16:21:49 +02:00
"en": "wind turbine",
2021-08-19 17:35:45 +02:00
"nl": "windturbine",
2021-10-25 21:48:45 +02:00
"fr": "Éolienne",
2021-11-04 17:14:17 +01:00
"de": "Windrad",
"it": "pala eolica"
2021-07-10 20:56:59 +02:00
},
"source": {
"osmTags": "generator:source=wind"
},
"minzoom": 10,
"title": {
"render": {
2021-08-05 16:21:49 +02:00
"en": "wind turbine",
2021-08-19 17:35:45 +02:00
"nl": "windturbine",
2021-10-25 21:48:45 +02:00
"fr": "éolienne",
2021-11-04 17:14:17 +01:00
"de": "Windrad",
"it": "pala eolica"
2021-07-10 20:56:59 +02:00
},
"mappings": [
{
"if": "name~*",
"then": {
2021-08-19 17:35:45 +02:00
"en": "{name}",
2021-11-04 17:14:17 +01:00
"fr": "{name}",
"eo": "{name}",
2021-11-28 14:45:52 +01:00
"it": "{name}",
"ru": "{name}"
2021-07-10 20:56:59 +02:00
}
}
]
},
"tagRenderings": [
{
2021-09-26 18:15:21 +02:00
"id": "turbine-output",
2021-07-10 20:56:59 +02:00
"render": {
2021-08-19 17:35:45 +02:00
"en": "The power output of this wind turbine is {generator:output:electricity}.",
2021-11-04 17:14:17 +01:00
"fr": "La puissance générée par cette éolienne est de {generator:output:electricity}.",
"it": "La potenza generata da questa pala eolica è {generator:output:electricity}."
2021-07-10 20:56:59 +02:00
},
"question": {
2021-08-19 17:35:45 +02:00
"en": "What is the power output of this wind turbine? (e.g. 2.3 MW)",
2021-11-04 17:14:17 +01:00
"fr": "Quel est la puissance générée par cette éolienne ?",
"it": "Quantè la potenza generata da questa pala eolica? (ad es. 2.3 MW)"
2021-07-10 20:56:59 +02:00
},
"freeform": {
2021-07-13 18:34:20 +02:00
"key": "generator:output:electricity",
"type": "pfloat"
2021-07-10 20:56:59 +02:00
}
},
{
2021-09-26 18:15:21 +02:00
"id": "turbine-operator",
2021-07-10 20:56:59 +02:00
"render": {
2021-08-19 17:35:45 +02:00
"en": "This wind turbine is operated by {operator}.",
2021-11-04 17:14:17 +01:00
"fr": "Cette éolienne est opérée par {operator}.",
"it": "Questa pala eolica è gestita da {operator}."
2021-07-10 20:56:59 +02:00
},
"question": {
2021-08-19 17:35:45 +02:00
"en": "Who operates this wind turbine?",
2021-11-04 17:14:17 +01:00
"fr": "Qui est lexploitant de cette éolienne ?",
"it": "Chi gestisce questa pala eolica?"
2021-07-10 20:56:59 +02:00
},
"freeform": {
"key": "operator"
}
},
{
2021-09-26 18:15:21 +02:00
"id": "turbine-height",
2021-07-10 20:56:59 +02:00
"render": {
2021-08-19 17:35:45 +02:00
"en": "The total height (including rotor radius) of this wind turbine is {height} metres.",
2021-11-04 17:14:17 +01:00
"fr": "La hauteur totale, incluant les pales, est de {height} mètres.",
"it": "Laltezza totale (raggio del rotore incluso) di questa pala eolica è di {height} metri."
2021-07-10 20:56:59 +02:00
},
"question": {
2021-08-19 17:35:45 +02:00
"en": "What is the total height of this wind turbine (including rotor radius), in metres?",
2021-11-04 17:14:17 +01:00
"fr": "Quelle est la hauteur totale de léolienne en mètres, pales incluses ?",
"it": "Qual è laltezza (in metri e raggio del rotore incluso) di questa pala eolica?"
2021-07-10 20:56:59 +02:00
},
"freeform": {
"key": "height",
2021-07-13 18:34:20 +02:00
"type": "pfloat"
2021-07-10 20:56:59 +02:00
}
},
{
2021-09-26 18:15:21 +02:00
"id": "turbine-diameter",
2021-07-10 20:56:59 +02:00
"render": {
2021-08-19 17:35:45 +02:00
"en": "The rotor diameter of this wind turbine is {rotor:diameter} metres.",
2021-11-04 17:14:17 +01:00
"fr": "Le diamètre du rotor est de {rotor:diameter} mètres.",
"it": "Il diametro del rotore di questa pala eolica è di {rotor:diameter} metri."
2021-07-10 20:56:59 +02:00
},
"question": {
2021-08-19 17:35:45 +02:00
"en": "What is the rotor diameter of this wind turbine, in metres?",
2021-11-04 17:14:17 +01:00
"fr": "Quel est le diamètre du rotor en mètres ?",
"it": "Qual è il diametro (in metri) del rotore di questa pala eolica?"
2021-07-10 20:56:59 +02:00
},
"freeform": {
"key": "rotor:diameter",
"type": "float"
}
},
{
2021-09-26 18:15:21 +02:00
"id": "turbine-start-date",
2021-07-10 20:56:59 +02:00
"render": {
2021-08-19 17:35:45 +02:00
"en": "This wind turbine went into operation on/in {start_date}.",
2021-11-04 17:14:17 +01:00
"fr": "Léolienne est active depuis {start_date}.",
"it": "Questa pala eolica è entrata in funzione in data {start_date}."
2021-07-10 20:56:59 +02:00
},
"question": {
2021-08-19 17:35:45 +02:00
"en": "When did this wind turbine go into operation?",
2021-11-04 17:14:17 +01:00
"fr": "Depuis quand léolienne est-elle en fonctionnement ?",
"it": "Quando è entrata in funzione questa pala eolica?"
2021-07-10 20:56:59 +02:00
},
"freeform": {
"key": "start_date",
"type": "date"
}
},
"images"
],
"presets": [
{
"tags": [
"power=generator",
"generator:source=wind"
],
"title": {
2021-08-05 16:21:49 +02:00
"en": "wind turbine",
2021-08-19 17:35:45 +02:00
"nl": "windturbine",
2021-10-25 21:48:45 +02:00
"fr": "Éolienne",
2021-11-04 17:14:17 +01:00
"de": "Windrad",
"it": "pala eolica"
2021-07-10 20:56:59 +02:00
}
}
],
"units": [
2021-07-10 20:56:59 +02:00
{
"appliesToKey": [
"generator:output:electricity"
2021-07-10 20:56:59 +02:00
],
"applicableUnits": [
{
"canonicalDenomination": "MW",
"alternativeDenomination": [
"megawatts",
"megawatt"
],
"human": {
"en": " megawatts",
"nl": " megawatt",
2021-10-25 21:48:45 +02:00
"fr": " megawatts",
2021-11-04 17:14:17 +01:00
"de": " Megawatt",
"eo": " megavatoj",
2021-11-28 14:45:52 +01:00
"it": " megawatt",
"ru": " мегаватт"
}
},
{
"canonicalDenomination": "kW",
"alternativeDenomination": [
"kilowatts",
"kilowatt"
],
"human": {
"en": " kilowatts",
"nl": " kilowatt",
2021-10-25 21:48:45 +02:00
"fr": " kilowatts",
2021-11-04 17:14:17 +01:00
"de": " Kilowatt",
"eo": " kilovatoj",
"it": " kilowatt",
2021-11-28 14:45:52 +01:00
"nb_NO": " kilowatt",
"ru": " киловатт"
}
},
{
"canonicalDenomination": "W",
"alternativeDenomination": [
"watts",
"watt"
],
"human": {
"en": " watts",
"nl": " watt",
2021-10-25 21:48:45 +02:00
"fr": " watts",
2021-11-04 17:14:17 +01:00
"de": " Watt",
"eo": " vatoj",
2021-11-28 14:45:52 +01:00
"it": " watt",
"ru": " ватт"
}
},
{
"canonicalDenomination": "GW",
"alternativeDenomination": [
"gigawatts",
"gigawatt"
],
"human": {
"en": " gigawatts",
"nl": " gigawatt",
2021-10-25 21:48:45 +02:00
"fr": " gigawatts",
2021-11-04 17:14:17 +01:00
"de": " Gigawatt",
"eo": " gigavatoj",
2021-11-28 14:45:52 +01:00
"it": " gigawatt",
"ru": " гигаватт"
}
}
2021-07-10 20:56:59 +02:00
],
"eraseInvalidValues": true
2021-07-10 20:56:59 +02:00
},
{
"appliesToKey": [
"height",
"rotor:diameter"
2021-07-10 20:56:59 +02:00
],
"applicableUnits": [
{
"canonicalDenomination": "m",
"alternativeDenomination": [
"meter"
],
"human": {
"en": " meter",
"nl": " meter",
2021-10-25 21:48:45 +02:00
"fr": " mètres",
2021-11-04 17:14:17 +01:00
"de": " Meter",
"eo": " metro",
2021-11-28 14:45:52 +01:00
"it": " metri",
"ru": " метр"
}
}
]
}
2021-11-07 15:44:22 +01:00
],
"mapRendering": [
{
"icon": "./assets/themes/openwindpowermap/wind_turbine.svg",
"label": {
"mappings": [
{
"if": "generator:output:electricity~^[0-9]+.*[W]$",
"then": "<div style='background-color: rgba(0,0,0,0.3); color: white; font-size: 8px; padding: 0.25em; border-radius:0.5em'>{generator:output:electricity}</div>"
}
]
},
"iconSize": "40, 40, bottom",
"location": [
2021-11-09 19:45:26 +01:00
"point",
"centroid"
2021-11-07 15:44:22 +01:00
]
}
]
2021-07-10 20:56:59 +02:00
}
],
"defaultBackgroundId": "CartoDB.Voyager"
}