mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Since there's a number of serious outstanding issues with these tools, hide them by default and show them only if a QgsSettings flag is set ("tools\showDuplicateFeatureActions"). This allows the tools to be reworked for 3.2, while still making them accessible for users who require their functionality.
40 lines
1.2 KiB
INI
40 lines
1.2 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
|
|
# 1 = Vertices only
|
|
# 2 = Vertices and segments
|
|
# 3 = Segments only
|
|
digitizing\default_snap_type=1
|
|
|
|
# Default snapping unit
|
|
# 0 = Layer units
|
|
# 1 = Pixels
|
|
# 2 = Project units
|
|
digitizing\default_snapping_tolerance_unit=1
|
|
|
|
# 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
|
|
|
|
[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/
|
|
|
|
[app]
|
|
|
|
# If true, the experimental "duplicate feature" actions will be shown in the QGIS UI
|
|
tools\showDuplicateFeatureActions=false |