[GRASS-SVN] r34664 - in
grass/branches/develbranch_6/lib/symbol/symbol: . geology
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 2 06:38:58 EST 2008
Author: hamish
Date: 2008-12-02 06:38:58 -0500 (Tue, 02 Dec 2008)
New Revision: 34664
Added:
grass/branches/develbranch_6/lib/symbol/symbol/geology/
grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_box
grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_circle
grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_line
grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_box
grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_circle
grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_triangle
grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_triangle
Log:
new geology symbols
Added: grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_box
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_box (rev 0)
+++ grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_box 2008-12-02 11:38:58 UTC (rev 34664)
@@ -0,0 +1,18 @@
+VERSION 1.0
+BOX -0.5 -0.5 0.5 0.5
+STRING
+ LINE
+ -1 0
+ 1 0
+ END
+END
+POLYGON
+ RING
+ LINE
+ -0.2 0
+ -0.2 0.4
+ 0.2 0.4
+ 0.2 0
+ END
+ END
+END
Added: grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_circle
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_circle (rev 0)
+++ grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_circle 2008-12-02 11:38:58 UTC (rev 34664)
@@ -0,0 +1,13 @@
+VERSION 1.0
+BOX -0.5 -0.5 0.5 0.5
+STRING
+ LINE
+ -1 0
+ 1 0
+ END
+END
+POLYGON
+ RING
+ ARC 0 0 0.333 0 180
+ END
+END
Added: grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_line
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_line (rev 0)
+++ grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_line 2008-12-02 11:38:58 UTC (rev 34664)
@@ -0,0 +1,14 @@
+VERSION 1.0
+BOX -0.5 -0.5 0.5 0.5
+STRING
+ LINE
+ -1 0
+ 1 0
+ END
+END
+STRING
+ LINE
+ 0 0
+ 0 0.4
+ END
+END
Added: grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_box
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_box (rev 0)
+++ grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_box 2008-12-02 11:38:58 UTC (rev 34664)
@@ -0,0 +1,16 @@
+VERSION 1.0
+BOX -0.5 -0.5 0.5 0.5
+STRING
+ LINE
+ -1 0
+ 1 0
+ END
+END
+STRING
+ LINE
+ -0.2 0
+ -0.2 0.4
+ 0.2 0.4
+ 0.2 0
+ END
+END
Added: grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_circle
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_circle (rev 0)
+++ grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_circle 2008-12-02 11:38:58 UTC (rev 34664)
@@ -0,0 +1,14 @@
+VERSION 1.0
+BOX -0.5 -0.5 0.5 0.5
+STRING
+ LINE
+ -1 0
+ 1 0
+ END
+END
+POLYGON
+ FCOLOR NONE
+ RING
+ ARC 0 0 0.333 0 180
+ END
+END
Added: grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_triangle
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_triangle (rev 0)
+++ grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_open_triangle 2008-12-02 11:38:58 UTC (rev 34664)
@@ -0,0 +1,15 @@
+VERSION 1.0
+BOX -0.5 -0.5 0.5 0.5
+STRING
+ LINE
+ -1 0
+ 1 0
+ END
+END
+STRING
+ LINE
+ -0.25 0
+ 0 0.5
+ 0.25 0
+ END
+END
Added: grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_triangle
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_triangle (rev 0)
+++ grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_triangle 2008-12-02 11:38:58 UTC (rev 34664)
@@ -0,0 +1,17 @@
+VERSION 1.0
+BOX -0.5 -0.5 0.5 0.5
+STRING
+ LINE
+ -1 0
+ 1 0
+ END
+END
+POLYGON
+ RING
+ LINE
+ -0.25 0
+ 0 0.5
+ 0.25 0
+ END
+ END
+END
More information about the grass-commit
mailing list