Skip to content
Snippets Groups Projects
Commit 0c3ccb0c authored by benjamin.jakimow@geo.hu-berlin.de's avatar benjamin.jakimow@geo.hu-berlin.de
Browse files

excluded vrtbuilder, which is now a separate project

parent 270f3eea
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ Please visit [Wiki](https://bitbucket.org/jakimowb/hub-timeseriesviewer/wiki/Hom
## Licence and Use ##
The HUB TimeSeriesViewer is licenced under the [GPL-3 Licence](GPL-3.0.txt).
The HUB TimeSeriesViewer is licenced under the [GPL-3 Licence](LICENSE.txt).
......@@ -23,8 +23,8 @@ class run():
# add site-packages to sys.path as done by enmapboxplugin.py
from timeseriesviewer.sandbox import initQgisEnvironment
qgsApp = initQgisEnvironment()
from timeseriesviewer.utils import initQgisApplication
qgsApp = initQgisApplication()
from timeseriesviewer.main import TimeSeriesViewer
S = TimeSeriesViewer(None)
S.ui.show()
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment