I'm using GRASS 6.2, and want to add scale/north arrow to maps. My location is in lat/long projection, and I'd prefer to leave the location that way - is there a way to do this? Or will I need to start a new location with a different projection, and import my files to that?
Thanks,
Brandon
_______________________
Brandon M. Gabler
Doctoral Candidate
Department of Anthropology
University of Arizona
Tucson, AZ 85721
Phone: (520) 621-8455
Fax: (520) 621-2088
bgabler@email.arizona.edu
"Who? When? Whither? are the questions with which the archaeologist challenges the refuse heaps, scattered potsherds, and broken shafts, to tell of the builders who came and lived and went their way into the templed past." -- Edgar Lee Hewett, in Pajarito Plateau and its Ancient People, 1938
I'm using GRASS 6.2, and want to add scale/north arrow to maps. My
location is in lat/long projection, and I'd prefer to leave the
location that way - is there a way to do this? Or will I need to
start a new location with a different projection, and import my files
to that?
Use d.grid instead. Or d.graph with a compass symbol if you like:
G63> echo "symbol extra/fancy_compass 75 5 90 black red" | d.graph
maybe with a "N" above that (d.text).
I have just made a change in 6.3-cvs so you can do "d.barscale -n" from
a lat/lon location without error. [devs: I think it would be better to
rewrite the -n flag to use a symbol and then display that with
D_symbol() vs. current way using direct screen drawing commands.]
Another code change might be to modify d.barscale to report distance
units in degrees for lat/lon, not meters/feet.