File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -140,20 +140,16 @@ def package_project(self):
140
140
self .button_box .button (QDialogButtonBox .Save ).setEnabled (False )
141
141
142
142
export_folder = self .get_export_folder_from_dialog ()
143
- if self .__project_configuration .offline_copy_only_aoi :
144
- area_of_interest = (
145
- self .__project_configuration .area_of_interest
146
- if self .__project_configuration .area_of_interest
147
- else self .iface .mapCanvas ().extent ().asWktPolygon ()
148
- )
149
- area_of_interest_crs = (
150
- self .__project_configuration .area_of_interest_crs
151
- if self .__project_configuration .area_of_interest_crs
152
- else QgsProject .instance ().crs ().authid ()
153
- )
154
- else :
155
- area_of_interest = ""
156
- area_of_interest_crs = QgsProject .instance ().crs ().authid ()
143
+ area_of_interest = (
144
+ self .__project_configuration .area_of_interest
145
+ if self .__project_configuration .area_of_interest
146
+ else self .iface .mapCanvas ().extent ().asWktPolygon ()
147
+ )
148
+ area_of_interest_crs = (
149
+ self .__project_configuration .area_of_interest_crs
150
+ if self .__project_configuration .area_of_interest_crs
151
+ else QgsProject .instance ().crs ().authid ()
152
+ )
157
153
158
154
self .qfield_preferences .set_value ("exportDirectoryProject" , export_folder )
159
155
self .dirsToCopyWidget .save_settings ()
Original file line number Diff line number Diff line change 6
6
transifex-client
7
7
8
8
# NOTE `libqfielsync` version should be defined in the `*.tar.gz` format, not `git+https://` to make `wheel` happy
9
- libqfieldsync @ https://github.com/opengisch/libqfieldsync/archive/7936c96967f2e9b350b7039ea7bb88f3947ee588 .tar.gz
9
+ libqfieldsync @ https://github.com/opengisch/libqfieldsync/archive/12df4955427a663b9eecb3b5481ff5dde3bdba89 .tar.gz
You can’t perform that action at this time.
0 commit comments