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

Default actions: typo in get coordinates #17418

Closed
qgib opened this issue Sep 26, 2013 · 3 comments
Closed

Default actions: typo in get coordinates #17418

qgib opened this issue Sep 26, 2013 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats)

Comments

@qgib
Copy link
Contributor

qgib commented Sep 26, 2013

Author Name: Paolo Cavallini (@pcav)
Original Redmine Issue: 8697
Affected QGIS version: 2.0.1
Redmine category:vectors


QtGui.QMessageBox.information(None, "Clicked coords", "layer: [% $layerid %]
coords: ([% $clickx %],[% $clickx %])")

should be:

QtGui.QMessageBox.information(None, "Clicked coords", "layer: [% $layerid %]
coords: ([% $clickx %],[% $clicky %])")

(i.e. $clicky instead of $clickx, on the second occurrence).

trivial to fix, once on finds the correct file ;)

@qgib
Copy link
Contributor Author

qgib commented Sep 26, 2013

Author Name: Paolo Cavallini (@pcav)


  • subject was changed from Default actions: typo in ge coordinates to Default actions: typo in get coordinates

@qgib
Copy link
Contributor Author

qgib commented Sep 26, 2013

Author Name: Paolo Cavallini (@pcav)


#c222c67


  • resolution was changed from to fixed

@qgib
Copy link
Contributor Author

qgib commented Sep 26, 2013

Author Name: Paolo Cavallini (@pcav)


  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats) labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
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! Vectors Related to general vector layer handling (not specific data formats)
Projects
None yet
Development

No branches or pull requests

1 participant