Skip to content

Commit

Permalink
Merge pull request #198 from opengisch/backport-150-to-release
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Dec 21, 2021
2 parents aeb512e + 3725334 commit 9c024d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-qgis/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def _call_qfieldsync_exporter(project_filepath: Path, export_dir: Path) -> Dict:
vl_extent = qfieldcloud.qgis.utils.extract_project_details(project)[
"extent"
]
vl_extent = QgsRectangle.fromWkt(vl_extent)
except Exception as err:
logger.error(
"Failed to get the project extent from the current map canvas.",
Expand Down

0 comments on commit 9c024d3

Please sign in to comment.