Mon, Oct 2 2006
22:20:11
|
|
Request created by msieczka
|
|
Subject: parser: allows for '@' in map names
1. A command that creates a vector map:
$ v.random out=map1@bogus n=10
$ g.list vect
----------------------------------------------
vector files available in mapset breach:
map1@bogus
It works, but it shouldn't. You can't do anything with the vector created, not
even remove it:
$ g.remove vect=map1@bogus
G__open(r): mapset (breach) doesn't match xmapset (bogus)
ERROR: Vector map <map1@bogus> not found
2. A command that creates a vector and a table:
$ v.mkgrid map=map2@bogus grid=1,1 position=region
dbmi: Protocol error
ERROR: Cannot create table: create table map2@bogus ( cat integer, row
integer, col integer, rown varchar(1), coln varchar(1))
Vector is created though, in error.
3. Creating rasters:
$ r.random.cells dist=1 out=map3@bogus
WARNING: opencell: map3@bogus - bad mapset
ERROR: r.random.cells: unable to open new raster map [map3@bogus]
The map is not created, but the module attempts to create it, only it fails to
in the very end. While it shouldn't even try creating it.
Maciek
|
|
Tue, Oct 3 2006
04:08:54
|
|
Mail sent by hamish_nospam@yahoo.com
|
|
Return-Path |
<hamish_nospam@yahoo.com>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Tue, 3 Oct 2006 15:08:43 +1300
|
From |
Hamish <hamish_nospam@yahoo.com>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass-dev@grass.itc.it
|
Subject |
Re: [GRASS-dev] [bug #5182] (grass) parser: allows for '@' in map names
|
Message-Id |
<20061003150843.0ba83af7.hamish_nospam@yahoo.com>
|
In-Reply-To |
<20061002202012.07F8E1005CE@lists.intevation.de>
|
References |
<20061002202012.07F8E1005CE@lists.intevation.de>
|
X-Mailer |
Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu)
|
X-Face |
M<EoB)"*Z~u!,vFhXmw}R_KbdBta*P_=T|rbBL'e1/CQ9;/1g\BU3&!=y8ria$2Uk!HT&BB 8i?|X_+7~1jsy}F~g$2va%3fV`*=L(*cem[@3\yg,G,@rg6/QMJ
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=US-ASCII
|
Content-Transfer-Encoding |
7bit
|
X-Virus-Scanned |
by amavisd-new at intevation.de
|
X-Spam-Status |
No, hits=-2.3 tagged_above=-999 required=3 tests=[BAYES_00=-5, FORGED_YAHOO_RCVD=2.7]
|
X-Spam-Level |
|
Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=5182
> ---------------------------------------------------------------------
>
> Subject: parser: allows for '@' in map names
G_legal_filename() in lib/gis/legal_name.c needs updating.
see Glynn's comments from last month:
http://thread.gmane.org/gmane.comp.gis.grass.devel/15033/focus=15042
Hamish
|
|
Wed, Oct 4 2006
22:09:18
|
|
Mail sent by rez@touchofmadness.com
|
|
Return-Path |
<rez@touchofmadness.com>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Subject |
Re: [GRASS-dev] [bug #5182] (grass) parser: allows for '@' in map names
|
From |
Brad Douglas <rez@touchofmadness.com>
|
Reply-To |
rez@touchofmadness.com
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass-dev@grass.itc.it
|
In-Reply-To |
<20061002202012.07F8E1005CE@lists.intevation.de>
|
References |
<20061002202012.07F8E1005CE@lists.intevation.de>
|
Content-Type |
text/plain
|
Date |
Wed, 04 Oct 2006 13:08:55 -0700
|
Message-Id |
<1159992535.2593.10.camel@devel>
|
Mime-Version |
1.0
|
X-Mailer |
Evolution 2.6.3 (2.6.3-1.fc5.5)
|
Content-Transfer-Encoding |
7bit
|
X-Virus-Scanned |
by amavisd-new at intevation.de
|
X-Spam-Status |
No, hits=-5 tagged_above=-999 required=3 tests=[BAYES_00=-5]
|
X-Spam-Level |
|
On Mon, 2006-10-02 at 22:20 +0200, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=5182
> -------------------------------------------------------------------------
>
> Subject: parser: allows for '@' in map names
Fixed in CVS.
--
Brad Douglas <rez touchofmadness com> KB8UYR
Address: 37.493,-121.924 / WGS84 National Map Corps #TNMC-3785
|
|
Thu, Oct 5 2006
08:38:33
|
|
Status changed to resolved by hbowman
|
|