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

r.out.tiff: does not allow selection of destination directory #11688

Closed
qgib opened this issue Apr 4, 2009 · 7 comments
Closed

r.out.tiff: does not allow selection of destination directory #11688

qgib opened this issue Apr 4, 2009 · 7 comments

Comments

@qgib
Copy link
Contributor

qgib commented Apr 4, 2009

Author Name: Paolo Cavallini (@pcav)
Original Redmine Issue: 1628

Redmine category:grass
Assignee: Lorenzo Masini


When exporting a raster to a tiff with r.out.tiff, the user cannot select the destination directory. The tiff gets saved to the home directory, but this should be a choice of the user.

@qgib
Copy link
Contributor Author

qgib commented Jun 10, 2009

Author Name: Paolo Cavallini (@pcav)


The code differences are:

r.out.bin:

75 	    parm.output = G_define_option();
76 	    parm.output->key = "output";
77 	    parm.output->type = TYPE_STRING;
78 	    parm.output->required = NO;
79 	    parm.output->description =
80 	        _("Name for output binary map (use output=- for stdout)");

but r.out.tiff:

106 	    outopt = G_define_option();
107 	    outopt->key = "output";
108 	    outopt->type = TYPE_STRING;
109 	    outopt->required = YES;
110 	    outopt->gisprompt = "new_file,tiff,tiff";
111 	    outopt->description = _("Name for new TIFF file");

Apparently the presence of gisprompt disactivates the directory browse button in QGIS.

@qgib
Copy link
Contributor Author

qgib commented Jun 17, 2009

Author Name: Lorenzo Masini (Lorenzo Masini)


The problem was in the r.out.tiff.qgm module.
Fixed in 7b08127 (SVN r10945).


  • status_id was changed from Open to Closed
  • resolution was changed from to fixed

@qgib
Copy link
Contributor Author

qgib commented Aug 11, 2009

Author Name: Paolo Cavallini (@pcav)


  • resolution was changed from fixed to
  • status_id was changed from Closed to Feedback

@qgib
Copy link
Contributor Author

qgib commented Aug 11, 2009

Author Name: Paolo Cavallini (@pcav)


  • status_id was changed from Feedback to Closed
  • resolution was changed from to fixed

@qgib
Copy link
Contributor Author

qgib commented Aug 11, 2009

Author Name: Paolo Cavallini (@pcav)


  • status_id was changed from Closed to Feedback
  • resolution was changed from fixed to

@qgib
Copy link
Contributor Author

qgib commented Aug 11, 2009

Author Name: Paolo Cavallini (@pcav)


  • status_id was changed from Feedback to Open

@qgib
Copy link
Contributor Author

qgib commented Aug 11, 2009

Author Name: Paolo Cavallini (@pcav)


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib qgib added this to the Version 1.0.3 milestone 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
Projects
None yet
Development

No branches or pull requests

1 participant