[GRASS-SVN] r60510 - in grass/branches/develbranch_6: gui/images/symbols/geology lib/symbol/symbol/geology

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 27 03:05:07 PDT 2014


Author: hamish
Date: 2014-05-27 03:05:07 -0700 (Tue, 27 May 2014)
New Revision: 60510

Added:
   grass/branches/develbranch_6/gui/images/symbols/geology/circle_cross.png
   grass/branches/develbranch_6/gui/images/symbols/geology/strike_cleavage.png
   grass/branches/develbranch_6/gui/images/symbols/geology/strike_parallel.png
   grass/branches/develbranch_6/lib/symbol/symbol/geology/circle_cross
   grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_cleavage
   grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_parallel
Log:
a few more symbols useful for mapping structural geology (merge from trunk)

Added: grass/branches/develbranch_6/gui/images/symbols/geology/circle_cross.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/develbranch_6/gui/images/symbols/geology/circle_cross.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: grass/branches/develbranch_6/gui/images/symbols/geology/strike_cleavage.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/develbranch_6/gui/images/symbols/geology/strike_cleavage.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: grass/branches/develbranch_6/gui/images/symbols/geology/strike_parallel.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/develbranch_6/gui/images/symbols/geology/strike_parallel.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Copied: grass/branches/develbranch_6/lib/symbol/symbol/geology/circle_cross (from rev 59151, grass/branches/develbranch_6/lib/symbol/symbol/extra/simple_zia)
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/geology/circle_cross	                        (rev 0)
+++ grass/branches/develbranch_6/lib/symbol/symbol/geology/circle_cross	2014-05-27 10:05:07 UTC (rev 60510)
@@ -0,0 +1,20 @@
+VERSION 1.0
+BOX -1 -1 1 1
+POLYGON
+    RING
+    ARC 0 0 1 360 0 C
+  END
+END
+STRING
+  LINE
+    0 -1
+    0 1
+  END
+END
+STRING
+  LINE
+    -1 0
+    1 0
+  END
+END
+

Copied: grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_cleavage (from rev 59151, grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_line)
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_cleavage	                        (rev 0)
+++ grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_cleavage	2014-05-27 10:05:07 UTC (rev 60510)
@@ -0,0 +1,10 @@
+VERSION 1.0
+BOX -0.5 -0.5 0.5 0.5
+STRING
+  LINE
+    -1 0.3
+    -1 0
+     1 0
+     1 0.3
+  END
+END

Copied: grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_parallel (from rev 59151, grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_line)
===================================================================
--- grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_parallel	                        (rev 0)
+++ grass/branches/develbranch_6/lib/symbol/symbol/geology/strike_parallel	2014-05-27 10:05:07 UTC (rev 60510)
@@ -0,0 +1,14 @@
+VERSION 1.0
+BOX -0.5 -0.5 0.5 0.5
+STRING
+  LINE
+    -1 -0.2
+     1 -0.2
+  END
+END
+STRING
+  LINE
+    -1 0.2
+     1 0.2
+  END
+END



More information about the grass-commit mailing list