-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gui] do not automatically format name of added layers (fixes #17741)
(users wanting to re-enable that behavior can do so by switching qgis/formatLayerName to true)
- Loading branch information
Showing
3 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
[qgis] | ||
# if formatLayerName is set to true, added layer names will be automatically capitalized and underscores replaced with spaces | ||
formatLayerName=false | ||
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 | ||
connections-xyz\OpenStreetMap\zmin=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters