Skip to content

Commit

Permalink
statistics not calculated when no subtopics.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmberg committed Mar 3, 2014
1 parent d37b841 commit ae7526b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VoGISRaumplanungPlot/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[general]
name=VoGIS Raumplanung
description=Create Plots from VoGIS Data.
version=0.1.0
version=0.1.1
qgisMinimumVersion=2.0
qgisMaximumVersion=2.99
author=BergWerk GIS
Expand Down
2 changes: 1 addition & 1 deletion VoGISRaumplanungPlot/resources_rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Resource object code
#
# Created: Mo. Mär 3 13:23:09 2014
# Created: Mo. Mär 3 16:02:47 2014
# by: The Resource Compiler for PyQt (Qt v4.8.4)
#
# WARNING! All changes made in this file will be lost!
Expand Down
2 changes: 1 addition & 1 deletion VoGISRaumplanungPlot/ui_vogisraumplanungplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'ui_vogisraumplanungplot.ui'
#
# Created: Mon Mar 3 13:23:09 2014
# Created: Mon Mar 3 16:02:47 2014
# by: PyQt4 UI code generator 4.10.3
#
# WARNING! All changes made in this file will be lost!
Expand Down
2 changes: 1 addition & 1 deletion VoGISRaumplanungPlot/ui_vogisraumplanungplotsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'ui_vogisraumplanungplotsettings.ui'
#
# Created: Mon Mar 3 13:23:09 2014
# Created: Mon Mar 3 16:02:47 2014
# by: PyQt4 UI code generator 4.10.3
#
# WARNING! All changes made in this file will be lost!
Expand Down
1 change: 1 addition & 0 deletions VoGISRaumplanungPlot/vrpcomposer/vrpprintcomposer.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def export_all_features(self):
if VRP_DEBUG is True: QgsMessageLog.logMessage('drucke Thema:{0}'.format(thema.name), DLG_CAPTION)
if sub_themen is None:
layers = self.__add_layers(thema)
self.__calculate_statistics(thema, thema, layers)
#no qml -> not visible -> means no map
if self.__at_least_one_visible(layers) is True:
if cntr > 0:
Expand Down
4 changes: 2 additions & 2 deletions plugins.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<plugins>
<pyqgis_plugin name="VoGIS Raumplanung" version="0.1.0">
<pyqgis_plugin name="VoGIS Raumplanung" version="0.1.1">
<description><![CDATA[Create Plots from VoGIS Data.]]></description>
<version>0.1.0</version>
<version>0.1.1</version>
<qgis_minimum_version>2.0.0</qgis_minimum_version>
<qgis_maximum_version>2.99.0</qgis_maximum_version>
<homepage>https://github.com/BergWerkGIS/VoGIS-Raumplanung/</homepage>
Expand Down
Binary file modified vogisraumplanungplot.zip
Binary file not shown.

0 comments on commit ae7526b

Please sign in to comment.