Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting the default for new projects to "no projection" #30213

Merged
merged 3 commits into from Jun 14, 2019

Conversation

m-kuhn
Copy link
Member

@m-kuhn m-kuhn commented Jun 14, 2019

  • It's possible to create a new project with "no projection"
  • It's also possible to set a default projection
  • But it's not possible to set the "default projection for new projects" to "no projection"

It was possible in QGIS 2 to have OTF disabled by default so this restores an analog to this setting, so it's effectively a regression

Screenshot from 2019-06-14 12-34-36

Also adds some additional improvements.

I'd like to backport this to 3.4 too (except for the correction of the title of the projection selection text for translation reasons)

The projection selection widget (combobox) has a flag `CrsNotSet` that allows showing an additional entry for selection no CRS.
The projection selection dialog also has this option (setShowNoProjection). However, a dialog started from a widget with the option
set did not have this option set up to now.
Up to now, a default text, referring to "layer" instead of "project" was shown
@m-kuhn m-kuhn added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label Jun 14, 2019
@nyalldawson
Copy link
Collaborator

Looks good, and +1 to backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants