Skip to content

Commit

Permalink
Merge pull request #67 from timtroendle/feature-link-to-google-maps
Browse files Browse the repository at this point in the history
Add link to Google Maps
  • Loading branch information
timtroendle authored Dec 3, 2020
2 parents 4d11204 + 2a79370 commit 8917272
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions data.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ title: Plant List
<td>Technology</td>
<td>Capacity [MW]</td>
<td>Storage capacity [h]</td>
<td>LCOE [USD/kWh]</td>
<td>Remuneration [USD/kWh]</td>
<td>LCOE [$/kWh]</td>
<td>Remuneration [$/kWh]</td>
<td>Location</td>
</tr>
</thead>
<tbody>
Expand All @@ -39,6 +40,13 @@ title: Plant List
{{ plant.Remuneration_USD2020_per_kWh_deflated }}
{%- endif -%}
</td>
<td>
{%- if plant.Location_coordinates -%}
<a href="https://www.google.com/maps/@?api=1&map_action=map&zoom=15&basemap=satellite&center={{ plant.Location_coordinates }}">
Show
</a>
{%- endif -%}
</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 8917272

Please sign in to comment.