Jelajahi Sumber

d.barscale: update pictures in manual to state without north arrow symbol

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68947 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 8 tahun lalu
induk
melakukan
fce80721c9

+ 6 - 5
display/d.barscale/thumbnails/README

@@ -1,6 +1,7 @@
-How to generate new scale bar thumbnail
-=======================================
-Expects North Carolina dataset. The thumbnail height should be 24 px.
+# How to generate new scale bar thumbnail
+# =======================================
+# Expects North Carolina dataset. The thumbnail height should be 24 px.
+# The expected scale bar with is 101 (no more than 110).
 
 
 export GRASS_RENDER_IMMEDIATE=png
@@ -13,9 +14,9 @@ for STYLE in classic line solid hollow full_checker part_checker mixed_checker t
 do
 	echo ${STYLE}
 	export GRASS_RENDER_FILE=${STYLE}.png
-	d.barscale style=${STYLE} at=20,20
+	d.barscale -t style=${STYLE} at=20,20 segment=5
 	mogrify -trim ${STYLE}.png
 	identify -format "%[fx:w]x%[fx:h]" ${STYLE}.png
-	convert ${STYLE}.png -gravity center -background white -extent 170x24  ${STYLE}.png
+	convert ${STYLE}.png -gravity center -background white -extent 110x24  ${STYLE}.png
 	optipng -o5 ${STYLE}.png ${STYLE}.png --quiet
 done

TEMPAT SAMPAH
display/d.barscale/thumbnails/arrow_ends.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/both_ticks.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/classic.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/down_ticks.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/full_checker.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/hollow.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/line.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/mixed_checker.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/part_checker.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/solid.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/tail_checker.png


TEMPAT SAMPAH
display/d.barscale/thumbnails/up_ticks.png