Region Map: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
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 is outside the [[current region]], nothing displayed'.'' What's up?" | |||
<br> | |||
When a useful region is found its definition can be saved for future use. | '''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. | |||
*If you are using the grass gui gis.m, you can use the Zoom to button, in the middle of the button bar along the top of the gui window. | |||
When a useful region is found its definition can be saved for future use. | |||
[[Category:FAQ]] | [[Category:FAQ]] |
Latest revision as of 21:02, 23 October 2011
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 is outside the 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.
- If you are using the grass gui gis.m, you can use the Zoom to button, in the middle of the button bar along the top of the gui window.
When a useful region is found its definition can be saved for future use.