Region Map: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
(exteneded q)
Line 1: Line 1:
'''Q:''' Making region match a map
'''Q:''' Making region match a map.
 
"I imported a new map, and that seemed to go ok, but when I try and display it I get the error  '''The bounding box of the map outside current region, nothing displayed'.'' What's up?"
 
 


'''A:''' The "g.region" command allows definition of a region. If a new map is not drawing on the monitor screen, it is possible that the region for that monitor does not include the map. A region which includes the map should be defined.
'''A:''' The "g.region" command allows definition of a region. If a new map is not drawing on the monitor screen, it is possible that the region for that monitor does not include the map. A region which includes the map should be defined.
example:
g.region vect=coastline


'''Some ways to find a suitable region''':
'''Some ways to find a suitable region''':

Revision as of 01:40, 10 October 2006

Q: Making region match a map.

"I imported a new map, and that seemed to go ok, but when I try and display it I get the error 'The bounding box of the map outside current region, nothing displayed'. What's up?"


A: The "g.region" command allows definition of a region. If a new map is not drawing on the monitor screen, it is possible that the region for that monitor does not include the map. A region which includes the map should be defined.

example:

g.region vect=coastline

Some ways to find a suitable region:

  • Zoom up and until the view includes the map, then zoom in on the map.
  • Use "g.region" (Region -> Manage Region) to define a region based on information in a map file.

When a useful region is found its definition can be saved for future use.