mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
54 lines
1.5 KiB
INI
54 lines
1.5 KiB
INI
[qgis]
|
|
# If true, added layer names will be automatically capitalized and underscores replaced with spaces
|
|
formatLayerName=false
|
|
|
|
# Snapping enabled by default
|
|
digitizing\default_snap_enabled=false
|
|
|
|
# Default snapping tolerance (distance)
|
|
digitizing\default_snapping_tolerance=12.0
|
|
|
|
# Default snap to type
|
|
# Vertex, VertexAndSegment, Segment
|
|
digitizing\default_snap_type=Vertex
|
|
|
|
# Default snapping unit
|
|
# LayerUnits, Pixels, ProjectUnits
|
|
digitizing\default_snapping_tolerance_unit=Pixels
|
|
|
|
# Snap on invisble feature
|
|
digitizing\snap_invisible_feature=false
|
|
|
|
# Default XYZ tile servers to include
|
|
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
|
|
connections-xyz\OpenStreetMap\zmin=0
|
|
|
|
[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
|
|
|
|
|
|
[colors]
|
|
# These colors are used in logs.
|
|
default=
|
|
info=
|
|
success=
|
|
warning=#dc7d00
|
|
critical=#c80000
|
|
|
|
[help]
|
|
# Default help location to include
|
|
# for now this is online version of the User Guide for latest (LTR) release
|
|
helpSearchPath=https://docs.qgis.org/$qgis_short_version/$qgis_locale/docs/user_manual/
|
|
|
|
[providers]
|
|
# Default timeout for PostgreSQL servers (seconds)
|
|
PostgreSQL\default_timeout=30
|