2017-08-07 22:55:28 +02:00
|
|
|
[qgis]
|
2018-11-27 09:26:39 +10:00
|
|
|
|
|
|
|
# If true, QGIS will automatically check for new versions on startup and notify users if a new version is available.
|
|
|
|
# This setting controls the default value for that setting. Users may still manually enable or disable this check
|
|
|
|
# through the QGIS settings dialog.
|
|
|
|
checkVersion=true
|
|
|
|
|
|
|
|
# If true, users may control whether the version check is enabled or disabled through the QGIS settings dialog. (The default
|
|
|
|
# check behavior is determined by the 'checkVersion' setting). If false, no version checking will be performed and
|
|
|
|
# users will NOT have an option to enable this check in the settings dialog.
|
|
|
|
# This setting is intended for use in enterprise installs where QGIS version management is handled centrally.
|
|
|
|
allowVersionCheck=true
|
|
|
|
|
2018-01-30 12:08:19 +10:00
|
|
|
# If true, added layer names will be automatically capitalized and underscores replaced with spaces
|
2018-01-15 11:44:01 +07:00
|
|
|
formatLayerName=false
|
2018-01-30 12:08:19 +10:00
|
|
|
|
|
|
|
# Snapping enabled by default
|
|
|
|
digitizing\default_snap_enabled=false
|
|
|
|
|
|
|
|
# Default snapping tolerance (distance)
|
2018-01-30 14:20:34 +10:00
|
|
|
digitizing\default_snapping_tolerance=12.0
|
2018-01-30 12:08:19 +10:00
|
|
|
|
|
|
|
# Default snap to type
|
2018-03-29 15:45:42 +02:00
|
|
|
# Vertex, VertexAndSegment, Segment
|
|
|
|
digitizing\default_snap_type=Vertex
|
2018-01-30 12:08:19 +10:00
|
|
|
|
|
|
|
# Default snapping unit
|
2018-03-29 15:45:42 +02:00
|
|
|
# LayerUnits, Pixels, ProjectUnits
|
|
|
|
digitizing\default_snapping_tolerance_unit=Pixels
|
2018-01-30 12:08:19 +10:00
|
|
|
|
2018-03-20 19:08:04 +01:00
|
|
|
# Snap on invisble feature
|
|
|
|
digitizing\snap_invisible_feature=false
|
|
|
|
|
2018-01-30 12:08:19 +10:00
|
|
|
# Default XYZ tile servers to include
|
2017-08-07 22:55:28 +02:00
|
|
|
connections-xyz\OpenStreetMap\authcfg=
|
|
|
|
connections-xyz\OpenStreetMap\password=
|
|
|
|
connections-xyz\OpenStreetMap\referer=
|
|
|
|
connections-xyz\OpenStreetMap\url=http://a.tile.openstreetmap.org/{z}/{x}/{y}.png
|
|
|
|
connections-xyz\OpenStreetMap\username=
|
|
|
|
connections-xyz\OpenStreetMap\zmax=19
|
2018-01-15 11:44:01 +07:00
|
|
|
connections-xyz\OpenStreetMap\zmin=0
|
2018-02-10 09:30:44 +02:00
|
|
|
|
2018-08-15 19:07:51 +10:00
|
|
|
# application stylesheet
|
|
|
|
|
|
|
|
# Padding (in pixels) to add to toolbar icons, if blank then default padding will be used
|
|
|
|
stylesheet\toolbarSpacing=
|
|
|
|
|
2018-08-08 08:24:56 +10:00
|
|
|
[app]
|
|
|
|
|
2018-08-09 14:51:13 +10:00
|
|
|
# Maximum number of recent projects to show on the welcome page
|
|
|
|
maxRecentProjects=20
|
|
|
|
|
2018-08-08 08:24:56 +10:00
|
|
|
# Minimum time (in seconds) for a background task to execute in order for a system
|
|
|
|
# notification to be shown when the task completes.
|
2018-08-08 14:25:49 +10:00
|
|
|
minTaskLengthForSystemNotification=5
|
2018-08-08 08:24:56 +10:00
|
|
|
|
2018-03-20 16:14:04 +10:00
|
|
|
[core]
|
|
|
|
# Whether or not to anonymize newly created projects
|
|
|
|
# If set to 1, then project metadata items like AUTHOR and CREATION DATE
|
|
|
|
# will not be automatically populated when a new project is created.
|
|
|
|
projects\anonymize_new_projects=false
|
|
|
|
|
|
|
|
|
2018-03-07 16:31:00 +01:00
|
|
|
[colors]
|
|
|
|
# These colors are used in logs.
|
|
|
|
default=
|
|
|
|
info=
|
|
|
|
success=
|
|
|
|
warning=#dc7d00
|
|
|
|
critical=#c80000
|
|
|
|
|
2018-02-10 09:30:44 +02:00
|
|
|
[help]
|
2018-02-10 13:23:14 +02:00
|
|
|
# Default help location to include
|
|
|
|
# for now this is online version of the User Guide for latest (LTR) release
|
2018-02-10 09:30:44 +02:00
|
|
|
helpSearchPath=https://docs.qgis.org/$qgis_short_version/$qgis_locale/docs/user_manual/
|
2018-02-21 14:18:55 +10:00
|
|
|
|
2018-03-12 15:46:54 +10:00
|
|
|
[providers]
|
|
|
|
# Default timeout for PostgreSQL servers (seconds)
|
|
|
|
PostgreSQL\default_timeout=30
|
2019-02-04 16:48:44 +10:00
|
|
|
|
|
|
|
[gui]
|
|
|
|
# Maximum number of entries to show in Relation Reference widgets. Too large a number here can
|
|
|
|
# cause performance issues, as the records must all be loaded from the related table on display.
|
|
|
|
maxEntriesRelationWidget=100
|
|
|
|
|
2019-03-06 16:08:06 +01:00
|
|
|
[geometry_validation]
|
|
|
|
# A comma separated list of geometry validations to enable by default for newly added layers
|
|
|
|
# Available checks: QgsIsValidCheck,QgsGeometryGapCheck,QgsGeometryOverlapCheck,QgsGeometryMissingVertexCheck
|
|
|
|
default_checks=
|
2019-03-13 11:03:45 +01:00
|
|
|
|
|
|
|
# Enable problem resolution for geometry errors
|
|
|
|
# This feature is experimental and has known issues.
|
|
|
|
enable_problem_resolution=false
|