|
@@ -1,7 +1,26 @@
|
|
|
#!/usr/bin/env python
|
|
|
+############################################################################
|
|
|
+#
|
|
|
+# MODULE: Map Swipe
|
|
|
+# AUTHOR(S): Anna Kratochvilova
|
|
|
+# PURPOSE: The Map Swipe is a wxGUI component which allows the user to
|
|
|
+# interactively compare two maps
|
|
|
+# COPYRIGHT: (C) 2012 by Anna Kratochvilova, and the GRASS Development Team
|
|
|
+#
|
|
|
+# This program is free software; you can redistribute it and/or modify
|
|
|
+# it under the terms of the GNU General Public License as published by
|
|
|
+# the Free Software Foundation; either version 2 of the License, or
|
|
|
+# (at your option) any later version.
|
|
|
+#
|
|
|
+# This program is distributed in the hope that it will be useful,
|
|
|
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
+# GNU General Public License for more details.
|
|
|
+#
|
|
|
+############################################################################
|
|
|
|
|
|
#%module
|
|
|
-#% description:
|
|
|
+#% description: Allows to interactively compare two maps by swiping.
|
|
|
#%end
|
|
|
#%option G_OPT_R_INPUT
|
|
|
#% key: first
|