File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ def add_iso_field(self):
245245
246246 def add_shape_field (self ):
247247 self .find_shape_field = FindShapeField (self )
248- if self .test_mode :
248+ if not self .test_mode :
249249 self .find_shape_field .run ()
250250
251251 def reload_layer (self ):
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name=GeoDataFarm
1111qgisMinimumVersion=2.99
1212qgisMaximumVersion=3.99
1313description=For farmers, tracking efforts on the field, planing for next season etc.
14- version=2.13.0
14+ version=2.13.1
1515author=Axel Horteborn
1616email=geodatafarm@gmail.com
1717
@@ -25,6 +25,8 @@ repository=https://github.com/axelande/geodatafarm3
2525
2626# Uncomment the following line and add your changelog:
2727changelog=
28+ Version 2.13.1 (2025-08-19)
29+ - [bug] fixed failed import statement
2830 Version 2.13.0 (2025-08-13)
2931 - [bug] fixed some bad string formating causing strange errors
3032 - [feature] added the possbility to add fields based on a shape file
You can’t perform that action at this time.
0 commit comments