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

QgsGenericProjectionSelector() need two click for to select #18807

Closed
qgib opened this issue May 29, 2014 · 2 comments
Closed

QgsGenericProjectionSelector() need two click for to select #18807

qgib opened this issue May 29, 2014 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Projections/Transformations Related to coordinate reference systems or coordinate transformation

Comments

@qgib
Copy link
Contributor

qgib commented May 29, 2014

Author Name: SC SC (SC SC)
Original Redmine Issue: 10390
Affected QGIS version: 2.2.0
Redmine category:projection_support


when i call QgsGenericProjectionSelector() and open the dialog i need to click twice for to select.

the first click give a generic "" string

for example in console

a=QgsGenericProjectionSelector()
a.show() // one click only
a.selectedAuthId ()
u''


a=QgsGenericProjectionSelector()
a.show()// click twice on monte mario
a.selectedAuthId ()
u'EPSG:3003'

it's a bored problem for build plugin that need choice a SR

@qgib
Copy link
Contributor Author

qgib commented May 29, 2014

Author Name: Salvatore Larosa (@slarosa)


This should be fixed in master, ref. #17094

@qgib
Copy link
Contributor Author

qgib commented Jan 18, 2016

Author Name: Alexander Bruy (@alexbruy)


Fixed in master.


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed
  • category_id was changed from Browser to Projection Support

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Projections/Transformations Related to coordinate reference systems or coordinate transformation labels May 25, 2019
@qgib qgib closed this as completed May 25, 2019
JamesShaeffer pushed a commit to JamesShaeffer/QGIS that referenced this issue Nov 20, 2019
…a NOOP before c832613 and now causes an endless recursion; fixes qgis#18807)
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! Projections/Transformations Related to coordinate reference systems or coordinate transformation
Projects
None yet
Development

No branches or pull requests

1 participant