Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonalai committed Jan 24, 2020
1 parent 30364a6 commit 8563f81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions globe_builder_dockwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@ def calculate_origin_coordinates(self):

except ValueError as e:
self.iface.messageBar().pushMessage(self.tr(u"Error occurred while parsing center of the globe"),
"{}: {}".format(self.tr("uTraceback"), e),
level=Qgis.Warning, duration=4)
"{}: {}".format(self.tr(u"Traceback"), e),
level=Qgis.Warning, duration=6)
return coordinates
Binary file modified images/screenshots/geocoding1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name=Globe Builder
qgisMinimumVersion=3.2
description=This plugin is meant for adding globe visualization to the current map.
version=0.3.0
version=0.4.0
author=Gispo Ltd.
[email protected]

Expand Down

0 comments on commit 8563f81

Please sign in to comment.