Skip to content

Commit 3436d73

Browse files
author
WolfBunke
authored
Merge pull request #147 from openego/dev
Add release
2 parents 1cb51c7 + ff1582c commit 3436d73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ this program. If not, see https://www.gnu.org/licenses/.
7373
:target: https://github.com/openego/eGo/
7474
:alt: GitHub stars
7575

76+
7677
.. |readthedocs| image:: https://readthedocs.org/projects/openego/badge/?version=master
7778
:target: http://openego.readthedocs.io/en/latest/?badge=master
7879
:alt: Documentation Status

ego/tools/plots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,8 +798,8 @@ def igeoplot(ego, tiles=None, geoloc=None, save_image=False):
798798
name='Bus information (ehv/hv)', show=True)
799799

800800
# create icon
801-
url = 'https://raw.githubusercontent.com/openego/eGo/release/v0.3.1/doc/images/{}'.format
802-
icon_image = url('battery.png')
801+
url = 'https://raw.githubusercontent.com/openego/eGo/master/doc/images/{}'.format
802+
icon_image = url('trafo.png')
803803
bus_icon = CustomIcon(icon_image,
804804
icon_size=(27, 47))
805805

0 commit comments

Comments
 (0)