Skip to content

Commit

Permalink
Merge pull request #91 from opengisch/disable_basemaps
Browse files Browse the repository at this point in the history
Disables the basemap generation on the cloud to save resources
  • Loading branch information
suricactus authored Sep 27, 2021
2 parents 0566793 + e82d87d commit 0770f24
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 @@ -215,6 +215,7 @@ def _call_qfieldsync_exporter(project_filepath: Path, export_dir: Path) -> Dict:
vl_extent_crs,
offline_editing,
export_type=ExportType.Cloud,
create_basemap=False,
)

# Disable the basemap generation because it needs the processing
Expand Down

0 comments on commit 0770f24

Please sign in to comment.