소스 검색

d.vect.thematic manual: earthquake screenshot added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62803 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 년 전
부모
커밋
f51a7c1623
2개의 변경된 파일12개의 추가작업 그리고 2개의 파일을 삭제
  1. 12 2
      scripts/d.vect.thematic/d.vect.thematic.html
  2. BIN
      scripts/d.vect.thematic/d_vect_thematic_equake.png

+ 12 - 2
scripts/d.vect.thematic/d.vect.thematic.html

@@ -19,15 +19,19 @@ from standard input or other external source.
 colors) and range of point sizes (graduated points) for thematic maps. A
 simple text legend is printed. Optionally, a graphic legend can be drawn in
 the selected display monitor. Thematic colors can be uploaded to a GRASSRGB
-column for later display,  and thematic map display commands can be saved to a
+column for later display.
+
+<!-- outdated:
+,  and thematic map display commands can be saved to a
 group file (*.dm) that can be opened, edited, and displayed in
 the GIS Manager.
+-->
 
 <p>When the psmap option is set to 'name', two psmap instruction files are
 created (in the current directory if no path is given), one for the map
 ('name.psmap') and one for the legend ('name_legend.psmap'). The map file also
 contains 'label' commands which allow to create a legend directly in the map by
-adding a 'vlegend' command. See the <em><a href="ps.map">ps.map</a></em> man
+adding a 'vlegend' command. See the <em><a href="ps.map">ps.map</a></em> manual
 page for more details.
 
 
@@ -52,6 +56,12 @@ d.vect.thematic -l recent_earthquakes column=magnitude type=point \
                 themetype=graduated_points maxsize=15
 </pre></div>
 
+<center>
+<img src="d_vect_thematic_equake.png"><br>
+Example for earthquake map rendering
+(<a href="https://trac.osgeo.org/grass/browser/grass-promo/tutorials/batch_processing/earthquakes">script code</a>)
+</center>
+
 <p>North Carolina: differences between 'elevation' (10m) and 'elev_state_500m':
 
 <div class="code"><pre>

BIN
scripts/d.vect.thematic/d_vect_thematic_equake.png