Details Ticket 3028


Comment | Reply | Take | Open


Serial Number 3028
Subject how to places an EPS in a ps map
Area none
Queue grass
Requestors lvillaescusa@alumnes.udl.es
Owner none
Status resolved
Last User Contact Mon Dec 12 12:56:32 2005 (3 yr ago)
Current Priority 30
Final Priority 70
Due No date assigned
Last Action Wed Sep 27 15:00:06 2006 (2 yr ago)
Created Thu Feb 24 18:31:30 2005 (4 yr ago)

Transaction History Ticket 3028


Thu, Feb 24 2005 18:31:30    Request created by guest  
Subject: how to places an EPS in a ps map

I want to put an EPS in a PS map so I put in the instruction file: 
 
eps 0% 0% 
	epsfile /home/jbc5/Imprimir_GRASS/eps/par157.eps 
	scale 1 
	rotate 0 
	masked n 
end 
 
I have a problem with its situation, I have tried with UTM coordinates and 
with % but I don't know the reference point of my EPS. My EPS file is a 
little figure in one corner of a a4, where is the point of reference? in the
figure? out the figure? the figure have coordinates? because I don't 
understand the place where the EPS appears in the PS map. 
 
Thanks, 
 
Lourdes 
Thu, Feb 24 2005 18:42:58    Mail sent by blazek@itc.it  
Return-Path <blazek@itc.it>
Delivered-To grass-bugs@lists.intevation.de
Message-ID <421E121C.2060201@itc.it>
Date Thu, 24 Feb 2005 18:42:52 +0100
From Radim Blazek <blazek@itc.it>
User-Agent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113
X-Accept-Language en-us, en
MIME-Version 1.0
To Request Tracker <grass-bugs@intevation.de>
Cc grass5@grass.itc.it
Subject Re: [GRASS5] [bug #3028] (grass) how to places an EPS in a ps map
References <20050224173130.542B1102C29@lists.intevation.de>
In-Reply-To <20050224173130.542B1102C29@lists.intevation.de>
Content-Type text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding 7bit
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=3028
> -------------------------------------------------------------------------
> 
> Subject: how to places an EPS in a ps map
> 
> I want to put an EPS in a PS map so I put in the instruction file: 
>  
> eps 0% 0% 
> 	epsfile /home/jbc5/Imprimir_GRASS/eps/par157.eps 
> 	scale 1 
> 	rotate 0 
> 	masked n 
> end 
>  
> I have a problem with its situation, I have tried with UTM coordinates and
> with % but I don't know the reference point of my EPS. My EPS file is a 
> little figure in one corner of a a4, where is the point of reference? in the
> figure? out the figure? the figure have coordinates? because I don't 
> understand the place where the EPS appears in the PS map. 
>  
> Thanks, 
>  
> Lourdes 

I think that reference points is center of bounding box.
If you need map coordinates, you have to use vpoints/eps.

Radim


Fri, Feb 25 2005 10:55:24    Mail sent by lvillaescusa@alumnes.udl.es  
Return-Path <lvillaescusa@alumnes.udl.es>
Delivered-To grass-bugs@lists.intevation.de
Message-ID <60488.80.58.51.235.1109325330.squirrel@alumnes.udl.es>
In-Reply-To <20050224174258.6FC36102BCB@lists.intevation.de>
References <20050224174258.6FC36102BCB@lists.intevation.de>
Date Fri, 25 Feb 2005 10:55:30 +0100 (CET)
Subject Re: [bug #3028] (grass) how to places an EPS in a ps map
From "lourdes villaescusa hernandez" <lvillaescusa@alumnes.udl.es>
To "Radim Blazek via RT" <grass-bugs@intevation.de>
User-Agent SquirrelMail/1.4.3a-6.FC2
X-Mailer SquirrelMail/1.4.3a-6.FC2
MIME-Version 1.0
Content-Type text/plain;charset=iso-8859-1
Content-Transfer-Encoding 8bit
X-Priority 3 (Normal)
Importance Normal
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
> Request Tracker wrote:
>> this bug's URL: http://intevation.de/rt/webrt?serial_num=3028
>> -------------------------------------------------------------------------
>>
>> Subject: how to places an EPS in a ps map
>>
>> I want to put an EPS in a PS map so I put in the instruction file:
>>
>> eps 0% 0%
>> 	epsfile /home/jbc5/Imprimir_GRASS/eps/par157.eps
>> 	scale 1
>> 	rotate 0
>> 	masked n
>> end
>>
>> I have a problem with its situation, I have tried with UTM coordinates
>> and
>> with % but I don't know the reference point of my EPS. My EPS file is a
>> little figure in one corner of a a4, where is the point of reference? in
>> the
>> figure? out the figure? the figure have coordinates? because I don't
>> understand the place where the EPS appears in the PS map.
>>
>> Thanks,
>>
>> Lourdes
>
> I think that reference points is center of bounding box.
> If you need map coordinates, you have to use vpoints/eps.
>
> Radim


Thank you, you are right, the referent point is the center of the bounding
box ( or of the paper, that is the same). I have also tried to use vpoints
but without success, I write inside the order raster:

vpoints punts
eps /home/jbc5/Imprimir_GRASS/eps/EPSpar268p.eps
end

Have I do something wrong? because it doesn't works, the ps map is not
created...

Thank you very much,

Lourdes


Fri, Feb 25 2005 10:55:36    Mail sent by lvillaescusa@alumnes.udl.es  
Return-Path <lvillaescusa@alumnes.udl.es>
Delivered-To grass-bugs@lists.intevation.de
Message-ID <33410.80.58.51.235.1109325349.squirrel@alumnes.udl.es>
In-Reply-To <20050224174258.6FC36102BCB@lists.intevation.de>
References <20050224174258.6FC36102BCB@lists.intevation.de>
Date Fri, 25 Feb 2005 10:55:49 +0100 (CET)
Subject Re: [bug #3028] (grass) how to places an EPS in a ps map
From "lourdes villaescusa hernandez" <lvillaescusa@alumnes.udl.es>
To "Radim Blazek via RT" <grass-bugs@intevation.de>
User-Agent SquirrelMail/1.4.3a-6.FC2
X-Mailer SquirrelMail/1.4.3a-6.FC2
MIME-Version 1.0
Content-Type text/plain;charset=iso-8859-1
Content-Transfer-Encoding 8bit
X-Priority 3 (Normal)
Importance Normal
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
> Request Tracker wrote:
>> this bug's URL: http://intevation.de/rt/webrt?serial_num=3028
>> -------------------------------------------------------------------------
>>
>> Subject: how to places an EPS in a ps map
>>
>> I want to put an EPS in a PS map so I put in the instruction file:
>>
>> eps 0% 0%
>> 	epsfile /home/jbc5/Imprimir_GRASS/eps/par157.eps
>> 	scale 1
>> 	rotate 0
>> 	masked n
>> end
>>
>> I have a problem with its situation, I have tried with UTM coordinates
>> and
>> with % but I don't know the reference point of my EPS. My EPS file is a
>> little figure in one corner of a a4, where is the point of reference? in
>> the
>> figure? out the figure? the figure have coordinates? because I don't
>> understand the place where the EPS appears in the PS map.
>>
>> Thanks,
>>
>> Lourdes
>
> I think that reference points is center of bounding box.
> If you need map coordinates, you have to use vpoints/eps.
>
> Radim


Thank you, you are right, the referent point is the center of the bounding
box ( or of the paper, that is the same). I have also tried to use vpoints
but without success, I write inside the order raster:

vpoints punts
eps /home/jbc5/Imprimir_GRASS/eps/EPSpar268p.eps
end

Have I do something wrong? because it doesn't works, the ps map is not
created...

Thank you very much,

Lourdes


Thu, Nov 10 2005 12:14:27    Mail sent by msieczka  
Lourdes,

Are you still having this problem? What Grass version do you refer to? Please
note you could get a better support on the grasslist than in the bugtracker
here, which is for bugs, not for user support.

Please 'reply to all' so I get your reply directly.

Cheers,
Maciek
Mon, Dec 12 2005 12:56:32    Mail sent by msieczka  
No reply from the requestor within a month. Actually a support request, not a
bug report. Thus, closing it. Please reopen if needed.

Maciek
Mon, Dec 12 2005 12:57:01    Status changed to resolved by msieczka  
Tue, Sep 26 2006 17:52:57    Comments added by guest  
Good Luck! http://xoomer.alice.it/pik0/poker-rooms/
Tue, Sep 26 2006 21:10:21    Comments added by guest  
Cool design http://xoomer.alice.it/pik0/razz-poker/
Wed, Sep 27 2006 00:06:35    Comments added by guest  
Great work on website. <a href="http://xoomer.alice.it/pik0/rules-of-poker/">rules
of poker</a> [url=http://xoomer.alice.it/pik0/rules-of-poker/]rules of poker[/url]
http://xoomer.alice.it/pik0/rules-of-poker/
Wed, Sep 27 2006 03:07:36    Comments added by guest  
Great web site <a href="http://xoomer.alice.it/pik0/blackjack-mountain/">blackjack
mountain</a> [url=http://xoomer.alice.it/pik0/blackjack-mountain/]blackjack mountain[/url]
http://xoomer.alice.it/pik0/blackjack-mountain/
Wed, Sep 27 2006 06:04:51    Comments added by guest  
Thank you... <a href="http://xoomer.alice.it/pik0/yahoo-games-poker/">yahoo games
poker</a> [url=http://xoomer.alice.it/pik0/yahoo-games-poker/]yahoo games poker[/url]
http://xoomer.alice.it/pik0/yahoo-games-poker/
Wed, Sep 27 2006 09:00:35    Comments added by guest  
Great work on website. <a href="http://xoomer.alice.it/pik0/free-online-poker-site/">free
online poker site</a> [url=http://xoomer.alice.it/pik0/free-online-poker-site/]free
online poker site[/url] http://xoomer.alice.it/pik0/free-online-poker-site/
Wed, Sep 27 2006 12:02:36    Comments added by guest  
Thank you... <a href="http://xoomer.alice.it/pik0/poker-games-for-pc/">poker
games for pc</a> [url=http://xoomer.alice.it/pik0/poker-games-for-pc/]poker games
for pc[/url] http://xoomer.alice.it/pik0/poker-games-for-pc/
Wed, Sep 27 2006 15:00:06    Comments added by guest  
VERY GOOD I THINK <a href="http://xoomer.alice.it/pik0/card-poker-ME/">card poker
ME</a> [url=http://xoomer.alice.it/pik0/card-poker-ME/]card poker ME[/url] http://xoomer.alice.it/pi
k0/card-poker-ME/
Comment | Reply | Take | Open

You are currently authenticated as guest.
[Show Configuration] [Login as another user]

Users Guide - Mail Commands - Homepage of RequestTracker 1.0.7 - list any request