~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to resources/context_help/QgsScaleBarPluginGui-en_US

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h3>Scalebar Plugin</h3>
 
2
Draws a scale bar on the map.
 
3
<p>
 
4
You can control the style and placement, as well as the labeling of the bar. 
 
5
QGIS only supports displaying the scale in the same units as your map frame. So if the units of your layers are in meters, you can't create a scale bar in feet. Likewise if you are using decimal degrees, you can't create a scale bar to display distance in meters.</p>
 
6
<p>
 
7
To add a scale bar:
 
8
<ol>
 
9
<li>Choose the placement from the <label>Placement</label> drop-down list.</li>
 
10
<li>Choose the style from the <label>Scale bar style</label> list.</li>
 
11
<li>Select the color for the bar <label>Color of bar</label> or use the default black color.</li>
 
12
<li>Set the size of the bar and its label <label>Size of bar</label>. </li>
 
13
<li>Make sure the <label>Enable scale bar</label> checkbox is checked.</li>
 
14
<li>Optionally choose to automatically snap to a round number when the canvas is resized <label>Automatically snap to round number on resize</label>.</li>
 
15
<li>Click <label>OK</label>.</li>
 
16
</ol>