{ "id": "openwindpowermap", "title": { "en": "OpenWindPowerMap", "fr": "OpenWindPowerMap", "de": "OpenWindPowerMap" }, "maintainer": "Seppe Santens", "icon": "./assets/themes/openwindpowermap/wind_turbine.svg", "description": { "en": "A map for showing and editing wind turbines.", "fr": "Une carte indiquant les éoliennes et permettant leur édition.", "de": "Eine Karte zum Anzeigen und Bearbeiten von Windkraftanlagen." }, "language": [ "en", "fr", "de", "nl" ], "version": "2021-06-18", "startLat": 50.52, "startLon": 4.643, "startZoom": 8, "clustering": { "maxZoom": 8 }, "layers": [ { "id": "windturbine", "name": { "en": "wind turbine", "nl": "windturbine", "fr": "Éolienne" }, "source": { "osmTags": "generator:source=wind" }, "minzoom": 10, "wayHandling": 1, "title": { "render": { "en": "wind turbine", "nl": "windturbine", "fr": "éolienne" }, "mappings": [ { "if": "name~*", "then": { "en": "{name}", "fr": "{name}" } } ] }, "icon": "./assets/themes/openwindpowermap/wind_turbine.svg", "iconSize": "40, 40, bottom", "label": { "mappings": [ { "if": "generator:output:electricity~^[0-9]+.*[W]$", "then": "
{generator:output:electricity}
" } ] }, "tagRenderings": [ { "id": "turbine-output", "render": { "en": "The power output of this wind turbine is {generator:output:electricity}.", "fr": "La puissance générée par cette éolienne est de {generator:output:electricity}." }, "question": { "en": "What is the power output of this wind turbine? (e.g. 2.3 MW)", "fr": "Quel est la puissance générée par cette éolienne ?" }, "freeform": { "key": "generator:output:electricity", "type": "pfloat" } }, { "id": "turbine-operator", "render": { "en": "This wind turbine is operated by {operator}.", "fr": "Cette éolienne est opérée par {operator}." }, "question": { "en": "Who operates this wind turbine?", "fr": "Qui est l’exploitant de cette éolienne ?" }, "freeform": { "key": "operator" } }, { "id": "turbine-height", "render": { "en": "The total height (including rotor radius) of this wind turbine is {height} metres.", "fr": "La hauteur totale, incluant les pales, est de {height} mètres." }, "question": { "en": "What is the total height of this wind turbine (including rotor radius), in metres?", "fr": "Quelle est la hauteur totale de l’éolienne en mètres, pales incluses ?" }, "freeform": { "key": "height", "type": "pfloat" } }, { "id": "turbine-diameter", "render": { "en": "The rotor diameter of this wind turbine is {rotor:diameter} metres.", "fr": "Le diamètre du rotor est de {rotor:diameter} mètres." }, "question": { "en": "What is the rotor diameter of this wind turbine, in metres?", "fr": "Quel est le diamètre du rotor en mètres ?" }, "freeform": { "key": "rotor:diameter", "type": "float" } }, { "id": "turbine-start-date", "render": { "en": "This wind turbine went into operation on/in {start_date}.", "fr": "L’éolienne est active depuis {start_date}." }, "question": { "en": "When did this wind turbine go into operation?", "fr": "Depuis quand l’éolienne est-elle en fonctionnement ?" }, "freeform": { "key": "start_date", "type": "date" } }, "images" ], "presets": [ { "tags": [ "power=generator", "generator:source=wind" ], "title": { "en": "wind turbine", "nl": "windturbine", "fr": "Éolienne" } } ], "units": [ { "appliesToKey": [ "generator:output:electricity" ], "applicableUnits": [ { "canonicalDenomination": "MW", "alternativeDenomination": [ "megawatts", "megawatt" ], "human": { "en": " megawatts", "nl": " megawatt", "fr": " megawatts" } }, { "canonicalDenomination": "kW", "alternativeDenomination": [ "kilowatts", "kilowatt" ], "human": { "en": " kilowatts", "nl": " kilowatt", "fr": " kilowatts" } }, { "canonicalDenomination": "W", "alternativeDenomination": [ "watts", "watt" ], "human": { "en": " watts", "nl": " watt", "fr": " watts" } }, { "canonicalDenomination": "GW", "alternativeDenomination": [ "gigawatts", "gigawatt" ], "human": { "en": " gigawatts", "nl": " gigawatt", "fr": " gigawatts" } } ], "eraseInvalidValues": true }, { "appliesToKey": [ "height", "rotor:diameter" ], "applicableUnits": [ { "canonicalDenomination": "m", "alternativeDenomination": [ "meter" ], "human": { "en": " meter", "nl": " meter", "fr": " mètres" } } ] } ], "mapRendering": [ { "icon": "./assets/themes/openwindpowermap/wind_turbine.svg", "label": { "mappings": [ { "if": "generator:output:electricity~^[0-9]+.*[W]$", "then": "
{generator:output:electricity}
" } ] }, "iconSize": "40, 40, bottom", "location": [ "point" ] } ] } ], "defaultBackgroundId": "CartoDB.Voyager" }