<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
That is close to what I need, but v.report YOURMAP option=coor reports
the coordinates in lat-long coordinates.&nbsp; I am trying to find the x-y
location where those lat-long coordinates actually plot on the output
image relative to the top left or bottom left corner of the graphic.<br>
<br>
Nikos Alexandris wrote:
<blockquote cite="mid:1219414247.7114.0.camel@vertical" type="cite">
  <pre wrap="">On Fri, 2008-08-22 at 07:09 -0400, Robert Shedd wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am currently working on a project that it would be helpful to be able 
to retrieve the x-y coordinates of a set of vector points.  I am 
generating the map display in a script so interactive features (such as 
available with d.where) will not work.

My current basic script is essentially the following:

export GRASS_TRUECOLOR=TRUE
export GRASS_WIDTH=800
export GRASS_HEIGHT=600
d.mon start=PNG
d.vect  map="pointvector" type="point" icon="basic/box" size=10 lcolor="black" fcolor="green"
d.mon stop=PNG

I am looking to find where each of the points in pointvector plots within the 800x600 png file.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hi!

Something like "v.report YOURMAP option=coor"? Maybe I do not understand
the problem exactly.

Nikos

_______________________________________________
grass-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a>
  </pre>
</blockquote>
<br>
</body>
</html>