Explorar el Código

v.db.connect and ps.map manuals: fix typos; DPI cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73696 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler hace 6 años
padre
commit
c913a5a597
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  1. 4 4
      ps/ps.map/ps.map.html
  2. 2 2
      vector/v.db.connect/v.db.connect.html

+ 4 - 4
ps/ps.map/ps.map.html

@@ -10,7 +10,7 @@ information to be printed must be prepared prior to running <em>ps.map</em>.
 
 
 <h2>NOTES</h2> 
 <h2>NOTES</h2> 
 
 
-<p>The order of commands is generally unimportant but may affect how some layers
+The order of commands is generally unimportant but may affect how some layers
 are drawn. For example to plot <b>vpoints</b> above <b>vareas</b> list the
 are drawn. For example to plot <b>vpoints</b> above <b>vareas</b> list the
 <b>vpoints</b> entry first. Raster maps are always drawn first, and only a
 <b>vpoints</b> entry first. Raster maps are always drawn first, and only a
 single raster map (or 3 if part of a RGB group) may be used.
 single raster map (or 3 if part of a RGB group) may be used.
@@ -27,9 +27,9 @@ controlled by the current region settings via the
 <a href="g.region.html">g.region</a> module. The output filesize is largely
 <a href="g.region.html">g.region</a> module. The output filesize is largely
 a function of the region resolution, so special care should be taken
 a function of the region resolution, so special care should be taken
 if working with large raster datasets. For example if the desired output is
 if working with large raster datasets. For example if the desired output is
-US-Letter sized paper at 300dpi, with 1" margins and the raster filling the
-entire page, the usable area on the page will be 6.5" x 9", which at 300
-dots/inch is equivalent to a region of 1950 columns x 2700 rows (see 
+US-Letter sized paper at 600dpi, with 1" margins and the raster filling the
+entire page, the usable area on the page will be 6.5" x 9", which at 600
+dots/inch is equivalent to a region of 3900 columns x 5400 rows (see 
 "<tt>g.region -p</tt>"). Any higher resolution settings will make the
 "<tt>g.region -p</tt>"). Any higher resolution settings will make the
 output file larger, but with a consumer printer you probably won't be able
 output file larger, but with a consumer printer you probably won't be able
 to resolve any better detail in the hardcopy.
 to resolve any better detail in the hardcopy.

+ 2 - 2
vector/v.db.connect/v.db.connect.html

@@ -116,8 +116,8 @@ v.db.connect map=vectormap table=table layer=1 key=oid driver=pg \
 
 
 <h3>Store geometry in GRASS but attributes in PostgreSQL</h3>
 <h3>Store geometry in GRASS but attributes in PostgreSQL</h3>
 
 
-This example illustrated a mixed data storage with possibility
-top update attributes in external PostgreSQL database:
+This example illustrates a mixed data storage with possibility to
+update attributes in an external PostgreSQL database:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
 # Check current settings for attribute storage:
 # Check current settings for attribute storage: