Hi, 2007/12/17, Markus Neteler <[EMAIL PROTECTED]>:
[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@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/grass-dev > -- Martin Landa <[EMAIL PROTECTED]> * http://gama.fsv.cvut.cz/~landa * _______________________________________________ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev