[GRASS-dev] things to do before the 6.3.0 release
Martin Landa
landa.martin at gmail.com
Tue Dec 18 06:37:30 EST 2007
Hi,
2007/12/17, Markus Neteler <neteler at fbk.eu>:
[snip]
> Once
> http://trac.osgeo.org/grass/ticket/1
> is fixed, we could release 6.3.0 officially.
it should be fixed now in trunk (since I don't know g.setproj, please
take a look), I left the ticket open since I am not sure if we can
uncomment ch1903 item in lib/gis/datumtransform.table.
See diff (sorry, I didn't split the patch, next time...:-)
http://trac.osgeo.org/grass/changeset/29468
@@ -455,5 +455,7 @@
/* don't ask, use the default */
- if (G_strcasecmp(desc->type, "float") == 0) {
+ if (G_strcasecmp(desc->type, "float") == 0 ||
+ G_strcasecmp(desc->type, "lat") == 0 ||
+ G_strcasecmp(desc->type, "lon") == 0) {
sprintf(tmp_buff, "%.10f", parm->deflt);
G_set_key_value(desc->key, tmp_buff, out_proj_keys);
Martin
>
> Markus
> _______________________________________________
> grass-dev mailing list
> grass-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev
>
--
Martin Landa <landa.martin at gmail.com> * http://gama.fsv.cvut.cz/~landa *
More information about the grass-dev
mailing list