mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Add presets for coal, gas, nuclear, and hydro values of plant:source
Update terms for Wind Farm preset (re: 3340d05502)
Add `plant:source` and `plant:method` fields
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
* Add Secondhand Clothing Store preset ([#7164])
|
||||
* Add Public Prosecutor's Office preset ([#7225])
|
||||
* Add Speed Limit Enforcement preset ([#7234])
|
||||
* Add presets: Emergency Exit, Geyser, Used Car Dealership, Wedding Clothes Store, Backcountry Camping Area, Group Camping Area, History Museum, Wind Farm, Solar Farm
|
||||
* Add presets: Emergency Exit, Geyser, Used Car Dealership, Wedding Clothes Store, Backcountry Camping Area, Group Camping Area, History Museum, Wind Farm, Solar Farm, Nuclear Power Plant, Hydroelectric Power Station, Coal-Fired Power Plant, Gas-Fired Power Plant
|
||||
* Rename "Anime Shop" to "Anime / Manga Shop" ([#7223])
|
||||
* Simplify the names of various Piste presets
|
||||
* Update Arts & Crafts Store icon ([#7228])
|
||||
|
||||
+29
-3
@@ -1762,11 +1762,17 @@ en:
|
||||
plant:
|
||||
# plant=*
|
||||
label: Plant
|
||||
plant/method:
|
||||
# 'plant:method=*'
|
||||
label: Generation Method
|
||||
plant/output/electricity:
|
||||
# 'plant:output:electricity=*'
|
||||
label: Power Output
|
||||
# plant/output/electricity field placeholder
|
||||
placeholder: '500 MW, 1000 MW, 2000 MW...'
|
||||
plant/source:
|
||||
# 'plant:source=*'
|
||||
label: Energy Source
|
||||
playground:
|
||||
# playground=*
|
||||
label: Type
|
||||
@@ -7014,15 +7020,35 @@ en:
|
||||
name: Power Station Grounds
|
||||
# 'terms: coal,gas,generat*,hydro,nuclear,power,station'
|
||||
terms: '<translate with synonyms or related terms for ''Power Station Grounds'', separated by commas>'
|
||||
power/plant/method/photovoltaic:
|
||||
# 'power=plant, plant:method=photovoltaic'
|
||||
power/plant/source/coal:
|
||||
# 'power=plant, plant:source=coal'
|
||||
name: Coal-Fired Power Plant
|
||||
# 'terms: carbon,combustion,fossil fuel,coalfired,power station'
|
||||
terms: '<translate with synonyms or related terms for ''Coal-Fired Power Plant'', separated by commas>'
|
||||
power/plant/source/gas:
|
||||
# 'power=plant, plant:source=gas'
|
||||
name: Gas-Fired Power Plant
|
||||
# 'terms: carbon,combustion,fossil fuel,gasfired,power station,natural gas'
|
||||
terms: '<translate with synonyms or related terms for ''Gas-Fired Power Plant'', separated by commas>'
|
||||
power/plant/source/hydro:
|
||||
# 'power=plant, plant:source=hydro'
|
||||
name: Hydroelectric Power Station
|
||||
# 'terms: dam,power plant,run-of-the-river,tidal,water turbine'
|
||||
terms: '<translate with synonyms or related terms for ''Hydroelectric Power Station'', separated by commas>'
|
||||
power/plant/source/nuclear:
|
||||
# 'power=plant, plant:source=nuclear'
|
||||
name: Nuclear Power Plant
|
||||
# 'terms: atomic,fission,power station,nuclear reactor'
|
||||
terms: '<translate with synonyms or related terms for ''Nuclear Power Plant'', separated by commas>'
|
||||
power/plant/source/solar:
|
||||
# 'power=plant, plant:source=solar'
|
||||
name: Solar Farm
|
||||
# 'terms: photovoltaic power station,solar panels,solar park,utility-scale solar'
|
||||
terms: '<translate with synonyms or related terms for ''Solar Farm'', separated by commas>'
|
||||
power/plant/source/wind:
|
||||
# 'power=plant, plant:source=wind'
|
||||
name: Wind Farm
|
||||
# 'terms: photovoltaic power station,solar panels,solar park,utility-scale solar'
|
||||
# 'terms: offshore wind,wind park,wind power plant,wind power station,wind turbines,windmills'
|
||||
terms: '<translate with synonyms or related terms for ''Wind Farm'', separated by commas>'
|
||||
power/pole:
|
||||
# power=pole
|
||||
|
||||
@@ -300,7 +300,9 @@
|
||||
"piste/type": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Downhill", "nordic": "Nordic", "skitour": "Skitour", "sled": "Sled", "hike": "Hike", "sleigh": "Sleigh", "ice_skate": "Ice Skate", "snow_park": "Snow Park", "playground": "Playground", "connection": "Connection"}}},
|
||||
"place": {"key": "place", "type": "typeCombo", "label": "Type"},
|
||||
"plant": {"key": "plant", "type": "combo", "label": "Plant"},
|
||||
"plant/output/electricity": {"key": "plant:output:electricity", "type": "text", "label": "Power Output", "placeholder": "500 MW, 1000 MW, 2000 MW..."},
|
||||
"plant/method": {"key": "plant:method", "type": "combo", "label": "Generation Method"},
|
||||
"plant/output/electricity": {"key": "plant:output:electricity", "type": "typeCombo", "label": "Power Output", "placeholder": "500 MW, 1000 MW, 2000 MW...", "snake_case": false},
|
||||
"plant/source": {"key": "plant:source", "type": "combo", "label": "Energy Source"},
|
||||
"playground": {"key": "playground", "type": "combo", "label": "Type"},
|
||||
"playground/theme": {"key": "playground:theme", "type": "combo", "label": "Theme"},
|
||||
"polling_station": {"key": "polling_station", "type": "check", "label": "Polling Place", "terms": ["voting place"]},
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "plant:method",
|
||||
"type": "combo",
|
||||
"label": "Generation Method"
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"key": "plant:output:electricity",
|
||||
"type": "text",
|
||||
"type": "typeCombo",
|
||||
"label": "Power Output",
|
||||
"placeholder": "500 MW, 1000 MW, 2000 MW..."
|
||||
"placeholder": "500 MW, 1000 MW, 2000 MW...",
|
||||
"snake_case": false
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "plant:source",
|
||||
"type": "combo",
|
||||
"label": "Energy Source"
|
||||
}
|
||||
@@ -929,16 +929,20 @@
|
||||
"polling_station": {"icon": "fas-vote-yea", "fields": ["name", "ref", "operator", "address", "opening_hours", "building_area"], "moreFields": ["air_conditioning", "email", "fax", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["ballot box", "ballot drop", "democracy", "elections", "polling place", "vote", "voting booth", "voting machine"], "tags": {"polling_station": "*"}, "matchScore": 0.75, "name": "Temporary Polling Place"},
|
||||
"power/sub_station": {"icon": "temaki-power", "fields": ["substation", "operator", "building", "ref"], "geometry": ["area", "point"], "tags": {"power": "sub_station"}, "reference": {"key": "power", "value": "substation"}, "name": "Substation", "searchable": false},
|
||||
"power/cable/underground": {"icon": "temaki-cable", "fields": ["name", "operator", "voltage", "ref", "layer"], "geometry": ["line"], "tags": {"power": "cable", "location": "underground"}, "addTags": {"power": "cable", "location": "underground", "layer": "-1"}, "name": "Underground Power Cable"},
|
||||
"power/generator": {"icon": "temaki-power", "fields": ["operator", "generator/source", "generator/method", "generator/type", "generator/output/electricity", "ref"], "moreFields": ["level", "manufacturer"], "geometry": ["point", "vertex", "area"], "terms": ["hydro", "solar", "turbine", "wind"], "tags": {"power": "generator"}, "name": "Power Generator"},
|
||||
"power/generator/method/photovoltaic": {"icon": "fas-solar-panel", "fields": ["operator", "generator/output/electricity", "ref"], "moreFields": ["manufacturer"], "geometry": ["area", "point", "vertex"], "terms": ["photovoltaic module", "PV module", "sunlight"], "tags": {"power": "generator", "generator:method": "photovoltaic"}, "addTags": {"power": "generator", "generator:source": "solar", "generator:method": "photovoltaic", "generator:type": "solar_photovoltaic_panel", "generator:output:electricity": "*"}, "reference": {"key": "generator:method", "value": "photovoltaic"}, "name": "Solar Panel"},
|
||||
"power/generator/source/hydro": {"icon": "temaki-power", "fields": ["operator", "generator/method", "generator/type", "generator/output/electricity", "ref"], "moreFields": ["height", "manufacturer"], "geometry": ["point", "vertex", "area"], "terms": ["dam", "generator", "francis turbine", "hydroelectricity", "kaplan turbine", "pelton turbine"], "tags": {"power": "generator", "generator:source": "hydro"}, "addTags": {"power": "generator", "generator:source": "hydro", "generator:output:electricity": "yes"}, "reference": {"key": "generator:source", "value": "hydro"}, "name": "Water Turbine"},
|
||||
"power/generator/source/nuclear": {"icon": "temaki-radiation", "fields": ["operator", "generator/source", "generator/method", "generator/type", "generator/output/electricity", "ref"], "moreFields": ["manufacturer"], "geometry": ["point", "vertex", "area"], "terms": ["fission", "generator", "nuclear", "nuke", "reactor"], "tags": {"power": "generator", "generator:source": "nuclear", "generator:method": "fission"}, "reference": {"key": "generator:source", "value": "nuclear"}, "name": "Nuclear Reactor"},
|
||||
"power/generator/source/wind": {"icon": "temaki-wind_turbine", "fields": ["operator", "generator/type", "generator/output/electricity", "height", "ref"], "moreFields": ["manufacturer"], "geometry": ["point", "vertex", "area"], "terms": ["generator", "turbine", "windmill", "wind"], "tags": {"power": "generator", "generator:source": "wind", "generator:method": "wind_turbine"}, "reference": {"key": "generator:source", "value": "wind"}, "name": "Wind Turbine"},
|
||||
"power/generator": {"icon": "temaki-power", "fields": ["ref", "operator", "generator/source", "generator/method", "generator/type", "generator/output/electricity"], "moreFields": ["colour", "height", "level", "manufacturer", "material"], "geometry": ["point", "vertex", "area"], "terms": ["hydro", "solar", "turbine", "wind"], "tags": {"power": "generator"}, "name": "Power Generator"},
|
||||
"power/generator/method/photovoltaic": {"icon": "fas-solar-panel", "fields": ["ref", "operator", "generator/output/electricity"], "moreFields": ["{power/generator}"], "geometry": ["area", "point", "vertex"], "tags": {"power": "generator", "generator:method": "photovoltaic"}, "addTags": {"power": "generator", "generator:source": "solar", "generator:method": "photovoltaic", "generator:type": "solar_photovoltaic_panel", "generator:output:electricity": "*"}, "reference": {"key": "generator:method", "value": "photovoltaic"}, "terms": ["photovoltaic module", "PV module", "sunlight"], "name": "Solar Panel"},
|
||||
"power/generator/source/hydro": {"icon": "temaki-power", "fields": ["ref", "operator", "generator/method", "generator/type", "generator/output/electricity"], "moreFields": ["{power/generator}"], "geometry": ["point", "vertex", "area"], "tags": {"power": "generator", "generator:source": "hydro"}, "addTags": {"power": "generator", "generator:source": "hydro", "generator:output:electricity": "yes"}, "reference": {"key": "generator:source", "value": "hydro"}, "terms": ["dam", "generator", "francis turbine", "hydroelectricity", "kaplan turbine", "pelton turbine"], "name": "Water Turbine"},
|
||||
"power/generator/source/nuclear": {"icon": "temaki-radiation", "fields": ["ref", "operator", "generator/method", "generator/type", "generator/output/electricity"], "moreFields": ["{power/generator}"], "geometry": ["point", "vertex", "area"], "tags": {"power": "generator", "generator:source": "nuclear", "generator:method": "fission"}, "reference": {"key": "generator:source", "value": "nuclear"}, "terms": ["fission", "generator", "nuclear", "nuke", "reactor"], "name": "Nuclear Reactor"},
|
||||
"power/generator/source/wind": {"icon": "temaki-wind_turbine", "fields": ["ref", "operator", "generator/type", "generator/output/electricity"], "moreFields": ["{power/generator}"], "geometry": ["point", "vertex", "area"], "tags": {"power": "generator", "generator:source": "wind", "generator:method": "wind_turbine"}, "reference": {"key": "generator:source", "value": "wind"}, "terms": ["generator", "turbine", "windmill", "wind"], "name": "Wind Turbine"},
|
||||
"power/line": {"icon": "temaki-power_tower", "fields": ["name", "operator", "voltage", "ref", "layer"], "geometry": ["line"], "terms": ["electric power transmission line", "high voltage line", "high tension line"], "tags": {"power": "line"}, "name": "Power Line"},
|
||||
"power/minor_line": {"icon": "iD-power-line", "fields": ["name", "operator", "voltage", "ref", "layer"], "geometry": ["line"], "tags": {"power": "minor_line"}, "name": "Minor Power Line"},
|
||||
"power/plant": {"icon": "maki-industry", "fields": ["name", "operator", "address", "plant/output/electricity", "start_date"], "moreFields": ["gnis/feature_id"], "geometry": ["area"], "tags": {"power": "plant"}, "addTags": {"power": "plant", "landuse": "industrial"}, "terms": ["coal", "gas", "generat*", "hydro", "nuclear", "power", "station"], "name": "Power Station Grounds"},
|
||||
"power/plant/method/photovoltaic": {"icon": "fas-solar-panel", "fields": ["{power/plant}"], "moreFields": ["{power/plant}"], "geometry": ["area"], "tags": {"power": "plant", "plant:method": "photovoltaic"}, "addTags": {"power": "plant", "plant:method": "photovoltaic", "plant:source": "solar", "plant:output:electricity": "*"}, "removeTags": {"power": "plant", "plant:method": "photovoltaic", "plant:source": "solar", "plant:output:electricity": "*", "landuse": "industrial"}, "reference": {"key": "plant:method", "value": "photovoltaic"}, "terms": ["photovoltaic power station", "solar panels", "solar park", "utility-scale solar"], "name": "Solar Farm"},
|
||||
"power/plant/source/wind": {"icon": "temaki-wind_turbine", "fields": ["{power/plant}"], "moreFields": ["{power/plant}"], "geometry": ["area"], "tags": {"power": "plant", "plant:source": "wind"}, "addTags": {"power": "plant", "plant:source": "wind", "plant:output:electricity": "*"}, "removeTags": {"power": "plant", "plant:method": "*", "plant:source": "wind", "plant:output:electricity": "*", "landuse": "industrial"}, "reference": {"key": "plant:source", "value": "wind"}, "terms": ["photovoltaic power station", "solar panels", "solar park", "utility-scale solar"], "name": "Wind Farm"},
|
||||
"power/plant": {"icon": "maki-industry", "fields": ["name", "operator", "address", "plant/source", "plant/method", "plant/output/electricity", "start_date"], "moreFields": ["gnis/feature_id"], "geometry": ["area"], "tags": {"power": "plant"}, "addTags": {"power": "plant", "landuse": "industrial"}, "terms": ["coal", "gas", "generat*", "hydro", "nuclear", "power", "station"], "name": "Power Station Grounds"},
|
||||
"power/plant/source/coal": {"icon": "maki-industry", "fields": ["name", "operator", "address", "plant/output/electricity", "start_date"], "moreFields": ["{power/plant}"], "geometry": ["area"], "tags": {"power": "plant", "plant:source": "coal"}, "addTags": {"power": "plant", "landuse": "industrial", "plant:source": "coal", "plant:method": "combustion", "plant:output:electricity": "*"}, "reference": {"key": "plant:source", "value": "coal"}, "terms": ["carbon", "combustion", "fossil fuel", "coalfired", "power station"], "name": "Coal-Fired Power Plant"},
|
||||
"power/plant/source/gas": {"icon": "temaki-gas", "fields": ["name", "operator", "address", "plant/output/electricity", "start_date"], "moreFields": ["{power/plant}"], "geometry": ["area"], "tags": {"power": "plant", "plant:source": "gas"}, "addTags": {"power": "plant", "landuse": "industrial", "plant:source": "gas", "plant:method": "combustion", "plant:output:electricity": "*"}, "reference": {"key": "plant:source", "value": "gas"}, "terms": ["carbon", "combustion", "fossil fuel", "gasfired", "power station", "natural gas"], "name": "Gas-Fired Power Plant"},
|
||||
"power/plant/source/hydro": {"icon": "maki-dam", "fields": ["{power/plant}"], "moreFields": ["{power/plant}"], "geometry": ["area"], "tags": {"power": "plant", "plant:source": "hydro"}, "addTags": {"power": "plant", "landuse": "industrial", "plant:source": "hydro", "plant:output:electricity": "*"}, "reference": {"key": "plant:source", "value": "hydro"}, "terms": ["dam", "power plant", "run-of-the-river", "tidal", "water turbine"], "name": "Hydroelectric Power Station"},
|
||||
"power/plant/source/nuclear": {"icon": "temaki-radiation", "fields": ["{power/plant}"], "moreFields": ["{power/plant}"], "geometry": ["area"], "tags": {"power": "plant", "plant:source": "nuclear"}, "addTags": {"power": "plant", "landuse": "industrial", "plant:source": "nuclear", "plant:method": "fission", "plant:output:electricity": "*"}, "reference": {"key": "plant:source", "value": "nuclear"}, "terms": ["atomic", "fission", "power station", "nuclear reactor"], "name": "Nuclear Power Plant"},
|
||||
"power/plant/source/solar": {"icon": "fas-solar-panel", "fields": ["{power/plant}"], "moreFields": ["{power/plant}"], "geometry": ["area"], "tags": {"power": "plant", "plant:source": "solar"}, "addTags": {"power": "plant", "plant:source": "solar", "plant:method": "photovoltaic", "plant:output:electricity": "*"}, "removeTags": {"power": "plant", "plant:method": "*", "plant:source": "solar", "plant:output:electricity": "*", "landuse": "industrial"}, "reference": {"key": "plant:method", "value": "photovoltaic"}, "terms": ["photovoltaic power station", "solar panels", "solar park", "utility-scale solar"], "name": "Solar Farm"},
|
||||
"power/plant/source/wind": {"icon": "temaki-wind_turbine", "fields": ["name", "operator", "address", "plant/output/electricity", "start_date"], "moreFields": ["{power/plant}"], "geometry": ["area"], "tags": {"power": "plant", "plant:source": "wind"}, "addTags": {"power": "plant", "plant:source": "wind", "plant:method": "wind_turbine", "plant:output:electricity": "*"}, "removeTags": {"power": "plant", "plant:method": "*", "plant:source": "wind", "plant:output:electricity": "*", "landuse": "industrial"}, "reference": {"key": "plant:source", "value": "wind"}, "terms": ["offshore wind", "wind park", "wind power plant", "wind power station", "wind turbines", "windmills"], "name": "Wind Farm"},
|
||||
"power/pole": {"icon": "temaki-utility_pole", "fields": ["ref", "operator", "height", "material", "line_attachment"], "moreFields": ["manufacturer"], "geometry": ["point", "vertex"], "tags": {"power": "pole"}, "name": "Power Pole"},
|
||||
"power/substation": {"icon": "temaki-power", "fields": ["substation", "operator", "building", "ref"], "moreFields": ["gnis/feature_id"], "geometry": ["area", "point"], "tags": {"power": "substation"}, "name": "Substation"},
|
||||
"power/switch": {"icon": "temaki-power_switch", "fields": ["switch", "operator", "location", "cables", "voltage", "ref"], "geometry": ["point", "vertex"], "tags": {"power": "switch"}, "name": "Power Switch"},
|
||||
|
||||
@@ -1,16 +1,19 @@
|
||||
{
|
||||
"icon": "temaki-power",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"generator/source",
|
||||
"generator/method",
|
||||
"generator/type",
|
||||
"generator/output/electricity",
|
||||
"ref"
|
||||
"generator/output/electricity"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
"height",
|
||||
"level",
|
||||
"manufacturer"
|
||||
"manufacturer",
|
||||
"material"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,23 +1,18 @@
|
||||
{
|
||||
"icon": "fas-solar-panel",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"generator/output/electricity",
|
||||
"ref"
|
||||
"generator/output/electricity"
|
||||
],
|
||||
"moreFields": [
|
||||
"manufacturer"
|
||||
"{power/generator}"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"photovoltaic module",
|
||||
"PV module",
|
||||
"sunlight"
|
||||
],
|
||||
"tags": {
|
||||
"power": "generator",
|
||||
"generator:method": "photovoltaic"
|
||||
@@ -33,5 +28,10 @@
|
||||
"key": "generator:method",
|
||||
"value": "photovoltaic"
|
||||
},
|
||||
"terms": [
|
||||
"photovoltaic module",
|
||||
"PV module",
|
||||
"sunlight"
|
||||
],
|
||||
"name": "Solar Panel"
|
||||
}
|
||||
|
||||
@@ -1,29 +1,20 @@
|
||||
{
|
||||
"icon": "temaki-power",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"generator/method",
|
||||
"generator/type",
|
||||
"generator/output/electricity",
|
||||
"ref"
|
||||
"generator/output/electricity"
|
||||
],
|
||||
"moreFields": [
|
||||
"height",
|
||||
"manufacturer"
|
||||
"{power/generator}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"dam",
|
||||
"generator",
|
||||
"francis turbine",
|
||||
"hydroelectricity",
|
||||
"kaplan turbine",
|
||||
"pelton turbine"
|
||||
],
|
||||
"tags": {
|
||||
"power": "generator",
|
||||
"generator:source": "hydro"
|
||||
@@ -37,5 +28,13 @@
|
||||
"key": "generator:source",
|
||||
"value": "hydro"
|
||||
},
|
||||
"terms": [
|
||||
"dam",
|
||||
"generator",
|
||||
"francis turbine",
|
||||
"hydroelectricity",
|
||||
"kaplan turbine",
|
||||
"pelton turbine"
|
||||
],
|
||||
"name": "Water Turbine"
|
||||
}
|
||||
|
||||
@@ -1,28 +1,20 @@
|
||||
{
|
||||
"icon": "temaki-radiation",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"generator/source",
|
||||
"generator/method",
|
||||
"generator/type",
|
||||
"generator/output/electricity",
|
||||
"ref"
|
||||
"generator/output/electricity"
|
||||
],
|
||||
"moreFields": [
|
||||
"manufacturer"
|
||||
"{power/generator}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"fission",
|
||||
"generator",
|
||||
"nuclear",
|
||||
"nuke",
|
||||
"reactor"
|
||||
],
|
||||
"tags": {
|
||||
"power": "generator",
|
||||
"generator:source": "nuclear",
|
||||
@@ -32,5 +24,12 @@
|
||||
"key": "generator:source",
|
||||
"value": "nuclear"
|
||||
},
|
||||
"terms": [
|
||||
"fission",
|
||||
"generator",
|
||||
"nuclear",
|
||||
"nuke",
|
||||
"reactor"
|
||||
],
|
||||
"name": "Nuclear Reactor"
|
||||
}
|
||||
|
||||
@@ -1,26 +1,19 @@
|
||||
{
|
||||
"icon": "temaki-wind_turbine",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"generator/type",
|
||||
"generator/output/electricity",
|
||||
"height",
|
||||
"ref"
|
||||
"generator/output/electricity"
|
||||
],
|
||||
"moreFields": [
|
||||
"manufacturer"
|
||||
"{power/generator}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"generator",
|
||||
"turbine",
|
||||
"windmill",
|
||||
"wind"
|
||||
],
|
||||
"tags": {
|
||||
"power": "generator",
|
||||
"generator:source": "wind",
|
||||
@@ -30,5 +23,11 @@
|
||||
"key": "generator:source",
|
||||
"value": "wind"
|
||||
},
|
||||
"terms": [
|
||||
"generator",
|
||||
"turbine",
|
||||
"windmill",
|
||||
"wind"
|
||||
],
|
||||
"name": "Wind Turbine"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/source",
|
||||
"plant/method",
|
||||
"plant/output/electricity",
|
||||
"start_date"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"icon": "maki-industry",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/output/electricity",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/plant}"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"power": "plant",
|
||||
"plant:source": "coal"
|
||||
},
|
||||
"addTags": {
|
||||
"power": "plant",
|
||||
"landuse": "industrial",
|
||||
"plant:source": "coal",
|
||||
"plant:method": "combustion",
|
||||
"plant:output:electricity": "*"
|
||||
},
|
||||
"reference": {
|
||||
"key": "plant:source",
|
||||
"value": "coal"
|
||||
},
|
||||
"terms": [
|
||||
"carbon",
|
||||
"combustion",
|
||||
"fossil fuel",
|
||||
"coalfired",
|
||||
"power station"
|
||||
],
|
||||
"name": "Coal-Fired Power Plant"
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"icon": "temaki-gas",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/output/electricity",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/plant}"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"power": "plant",
|
||||
"plant:source": "gas"
|
||||
},
|
||||
"addTags": {
|
||||
"power": "plant",
|
||||
"landuse": "industrial",
|
||||
"plant:source": "gas",
|
||||
"plant:method": "combustion",
|
||||
"plant:output:electricity": "*"
|
||||
},
|
||||
"reference": {
|
||||
"key": "plant:source",
|
||||
"value": "gas"
|
||||
},
|
||||
"terms": [
|
||||
"carbon",
|
||||
"combustion",
|
||||
"fossil fuel",
|
||||
"gasfired",
|
||||
"power station",
|
||||
"natural gas"
|
||||
],
|
||||
"name": "Gas-Fired Power Plant"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "maki-dam",
|
||||
"fields": [
|
||||
"{power/plant}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/plant}"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"power": "plant",
|
||||
"plant:source": "hydro"
|
||||
},
|
||||
"addTags": {
|
||||
"power": "plant",
|
||||
"landuse": "industrial",
|
||||
"plant:source": "hydro",
|
||||
"plant:output:electricity": "*"
|
||||
},
|
||||
"reference": {
|
||||
"key": "plant:source",
|
||||
"value": "hydro"
|
||||
},
|
||||
"terms": [
|
||||
"dam",
|
||||
"power plant",
|
||||
"run-of-the-river",
|
||||
"tidal",
|
||||
"water turbine"
|
||||
],
|
||||
"name": "Hydroelectric Power Station"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "temaki-radiation",
|
||||
"fields": [
|
||||
"{power/plant}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/plant}"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"power": "plant",
|
||||
"plant:source": "nuclear"
|
||||
},
|
||||
"addTags": {
|
||||
"power": "plant",
|
||||
"landuse": "industrial",
|
||||
"plant:source": "nuclear",
|
||||
"plant:method": "fission",
|
||||
"plant:output:electricity": "*"
|
||||
},
|
||||
"reference": {
|
||||
"key": "plant:source",
|
||||
"value": "nuclear"
|
||||
},
|
||||
"terms": [
|
||||
"atomic",
|
||||
"fission",
|
||||
"power station",
|
||||
"nuclear reactor"
|
||||
],
|
||||
"name": "Nuclear Power Plant"
|
||||
}
|
||||
+3
-3
@@ -11,17 +11,17 @@
|
||||
],
|
||||
"tags": {
|
||||
"power": "plant",
|
||||
"plant:method": "photovoltaic"
|
||||
"plant:source": "solar"
|
||||
},
|
||||
"addTags": {
|
||||
"power": "plant",
|
||||
"plant:method": "photovoltaic",
|
||||
"plant:source": "solar",
|
||||
"plant:method": "photovoltaic",
|
||||
"plant:output:electricity": "*"
|
||||
},
|
||||
"removeTags": {
|
||||
"power": "plant",
|
||||
"plant:method": "photovoltaic",
|
||||
"plant:method": "*",
|
||||
"plant:source": "solar",
|
||||
"plant:output:electricity": "*",
|
||||
"landuse": "industrial"
|
||||
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"icon": "temaki-wind_turbine",
|
||||
"fields": [
|
||||
"{power/plant}"
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"plant/output/electricity",
|
||||
"start_date"
|
||||
],
|
||||
"moreFields": [
|
||||
"{power/plant}"
|
||||
@@ -16,6 +20,7 @@
|
||||
"addTags": {
|
||||
"power": "plant",
|
||||
"plant:source": "wind",
|
||||
"plant:method": "wind_turbine",
|
||||
"plant:output:electricity": "*"
|
||||
},
|
||||
"removeTags": {
|
||||
@@ -30,10 +35,12 @@
|
||||
"value": "wind"
|
||||
},
|
||||
"terms": [
|
||||
"photovoltaic power station",
|
||||
"solar panels",
|
||||
"solar park",
|
||||
"utility-scale solar"
|
||||
"offshore wind",
|
||||
"wind park",
|
||||
"wind power plant",
|
||||
"wind power station",
|
||||
"wind turbines",
|
||||
"windmills"
|
||||
],
|
||||
"name": "Wind Farm"
|
||||
}
|
||||
|
||||
+7
-1
@@ -910,7 +910,11 @@
|
||||
{"key": "power", "value": "line", "description": "🄿 Power Line", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/power_tower.svg"},
|
||||
{"key": "power", "value": "minor_line", "description": "🄿 Minor Power Line", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/iD-sprite/presets/power-line.svg"},
|
||||
{"key": "power", "value": "plant", "description": "🄿 Power Station Grounds", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/industry-15.svg"},
|
||||
{"key": "plant:method", "value": "photovoltaic", "description": "🄿 Solar Farm", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-solar-panel.svg"},
|
||||
{"key": "plant:source", "value": "coal", "description": "🄿 Coal-Fired Power Plant", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/industry-15.svg"},
|
||||
{"key": "plant:source", "value": "gas", "description": "🄿 Gas-Fired Power Plant", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/gas.svg"},
|
||||
{"key": "plant:source", "value": "hydro", "description": "🄿 Hydroelectric Power Station", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/dam-15.svg"},
|
||||
{"key": "plant:source", "value": "nuclear", "description": "🄿 Nuclear Power Plant", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/radiation.svg"},
|
||||
{"key": "plant:source", "value": "solar", "description": "🄿 Solar Farm", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-solar-panel.svg"},
|
||||
{"key": "plant:source", "value": "wind", "description": "🄿 Wind Farm", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/wind_turbine.svg"},
|
||||
{"key": "power", "value": "pole", "description": "🄿 Power Pole", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/utility_pole.svg"},
|
||||
{"key": "power", "value": "substation", "description": "🄿 Substation", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/power.svg"},
|
||||
@@ -1675,7 +1679,9 @@
|
||||
{"key": "piste:type", "value": "playground", "description": "🄵 Type"},
|
||||
{"key": "piste:type", "value": "connection", "description": "🄵 Type"},
|
||||
{"key": "plant", "description": "🄵 Plant"},
|
||||
{"key": "plant:method", "description": "🄵 Generation Method"},
|
||||
{"key": "plant:output:electricity", "description": "🄵 Power Output"},
|
||||
{"key": "plant:source", "description": "🄵 Energy Source"},
|
||||
{"key": "playground:theme", "description": "🄵 Theme"},
|
||||
{"key": "population", "description": "🄵 Population"},
|
||||
{"key": "post:block_number", "description": "🄵 Delivery Address"},
|
||||
|
||||
Vendored
+24
-2
@@ -4052,10 +4052,16 @@
|
||||
"plant": {
|
||||
"label": "Plant"
|
||||
},
|
||||
"plant/method": {
|
||||
"label": "Generation Method"
|
||||
},
|
||||
"plant/output/electricity": {
|
||||
"label": "Power Output",
|
||||
"placeholder": "500 MW, 1000 MW, 2000 MW..."
|
||||
},
|
||||
"plant/source": {
|
||||
"label": "Energy Source"
|
||||
},
|
||||
"playground": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -8553,13 +8559,29 @@
|
||||
"name": "Power Station Grounds",
|
||||
"terms": "coal,gas,generat*,hydro,nuclear,power,station"
|
||||
},
|
||||
"power/plant/method/photovoltaic": {
|
||||
"power/plant/source/coal": {
|
||||
"name": "Coal-Fired Power Plant",
|
||||
"terms": "carbon,combustion,fossil fuel,coalfired,power station"
|
||||
},
|
||||
"power/plant/source/gas": {
|
||||
"name": "Gas-Fired Power Plant",
|
||||
"terms": "carbon,combustion,fossil fuel,gasfired,power station,natural gas"
|
||||
},
|
||||
"power/plant/source/hydro": {
|
||||
"name": "Hydroelectric Power Station",
|
||||
"terms": "dam,power plant,run-of-the-river,tidal,water turbine"
|
||||
},
|
||||
"power/plant/source/nuclear": {
|
||||
"name": "Nuclear Power Plant",
|
||||
"terms": "atomic,fission,power station,nuclear reactor"
|
||||
},
|
||||
"power/plant/source/solar": {
|
||||
"name": "Solar Farm",
|
||||
"terms": "photovoltaic power station,solar panels,solar park,utility-scale solar"
|
||||
},
|
||||
"power/plant/source/wind": {
|
||||
"name": "Wind Farm",
|
||||
"terms": "photovoltaic power station,solar panels,solar park,utility-scale solar"
|
||||
"terms": "offshore wind,wind park,wind power plant,wind power station,wind turbines,windmills"
|
||||
},
|
||||
"power/pole": {
|
||||
"name": "Power Pole",
|
||||
|
||||
Reference in New Issue
Block a user