[GRASS-SVN] r70553 - in grass/trunk/gui/wxpython: datacatalog gui_core iphoto2image
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 13 13:11:33 PST 2017
Author: neteler
Date: 2017-02-13 13:11:32 -0800 (Mon, 13 Feb 2017)
New Revision: 70553
Modified:
grass/trunk/gui/wxpython/datacatalog/dialogs.py
grass/trunk/gui/wxpython/gui_core/wrap.py
grass/trunk/gui/wxpython/iphoto2image/Makefile
grass/trunk/gui/wxpython/iphoto2image/__init__.py
grass/trunk/gui/wxpython/iphoto2image/g.gui.iphoto2image.html
grass/trunk/gui/wxpython/iphoto2image/g.gui.iphoto2image.py
grass/trunk/gui/wxpython/iphoto2image/ip2i_manager.py
grass/trunk/gui/wxpython/iphoto2image/ip2i_mapdisplay.py
grass/trunk/gui/wxpython/iphoto2image/ip2i_statusbar.py
grass/trunk/gui/wxpython/iphoto2image/ip2i_toolbars.py
grass/trunk/gui/wxpython/iphoto2image/wxGUI_iphoto2image_frame.jpg
Log:
g.gui.iphoto2image.html: style fixes according to https://trac.osgeo.org/grass/wiki/Submitting/Docs ; svn propset
Property changes on: grass/trunk/gui/wxpython/datacatalog/dialogs.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Property changes on: grass/trunk/gui/wxpython/gui_core/wrap.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Property changes on: grass/trunk/gui/wxpython/iphoto2image/Makefile
___________________________________________________________________
Added: svn:mime-type
+ text/x-makefile
Added: svn:eol-style
+ native
Property changes on: grass/trunk/gui/wxpython/iphoto2image/__init__.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Modified: grass/trunk/gui/wxpython/iphoto2image/g.gui.iphoto2image.html
===================================================================
--- grass/trunk/gui/wxpython/iphoto2image/g.gui.iphoto2image.html 2017-02-13 18:20:04 UTC (rev 70552)
+++ grass/trunk/gui/wxpython/iphoto2image/g.gui.iphoto2image.html 2017-02-13 21:11:32 UTC (rev 70553)
@@ -22,34 +22,38 @@
<p>
An example for Location <b>imagery60</b>:
-<br>
+
+<div class="code"><pre>
g.gui.iphoto2image group=aerial at PERMANENT raster=gs13.1 at PERMANENT camera=gscamera order=2 extension=try --o
+</pre></div>
-<p>
<h3>Screenshot of g.gui.iphoto2image</h3>
-<center>
- <br><img src="wxGUI_iphoto2image_frame.jpg" border="0" alt="iphoto2image"><br><br>
-</center>
+<div align="center" style="margin: 10px">
+<a href="wxGUI_iphoto2image_frame.jpg">
+<img src="wxGUI_iphoto2image_frame.jpg" width="600" alt="Screenshot of g.gui.iphoto2image" border=0>
+</a><br>
+<i>Figure: Screenshot of g.gui.iphoto2image</i>
+</div>
+<h2>For a detailed operation manual please read</h2>
-<h2>For a detailed operation manual please read</h2>
<em>
- <a href="wxGUI.html">wxGUI</a><br>
- <a href="wxGUI.components.html">wxGUI components</a>
+<a href="wxGUI.html">wxGUI</a><br>
+<a href="wxGUI.components.html">wxGUI components</a>
</em>
<p>
See also <a href="http://grasswiki.osgeo.org/wiki/WxGUI/Video_tutorials#Georectifier">video
tutorials</a> on GRASS Wiki.
-<p>
<h2>SEE ALSO</h2>
+
<em>
-<a href="i.ortho.photo.html">i.rectify</a>,
-<a href="i.group.html">i.rectify</a>,
-<a href="i.ortho.camera.html">i.rectify</a>,
-<a href="i.ortho.target.html">i.rectify</a>,
+<a href="i.ortho.photo.html">i.ortho.photo</a>,
+<a href="i.group.html">i.group</a>,
+<a href="i.ortho.camera.html">i.ortho.camera</a>,
+<a href="i.ortho.target.html">i.ortho.target</a>,
<a href="i.rectify.html">i.rectify</a>,
<a href="m.transform.html">m.transform</a>,
<a href="v.rectify.html">v.rectify</a>
@@ -62,4 +66,4 @@
Martin Landa, Czech Technical University in Prague, Czech Republic
<p>
-<i>$Date: 2016-09-19 11:37:30 +0200 (lun., 19 sept. 2016) $</i>
+<i>$Date$</i>
Property changes on: grass/trunk/gui/wxpython/iphoto2image/g.gui.iphoto2image.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:keywords
+ Author Date Id
Added: svn:eol-style
+ native
Property changes on: grass/trunk/gui/wxpython/iphoto2image/g.gui.iphoto2image.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Property changes on: grass/trunk/gui/wxpython/iphoto2image/ip2i_manager.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Property changes on: grass/trunk/gui/wxpython/iphoto2image/ip2i_mapdisplay.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Property changes on: grass/trunk/gui/wxpython/iphoto2image/ip2i_statusbar.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Property changes on: grass/trunk/gui/wxpython/iphoto2image/ip2i_toolbars.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Property changes on: grass/trunk/gui/wxpython/iphoto2image/wxGUI_iphoto2image_frame.jpg
___________________________________________________________________
Modified: svn:mime-type
- application/octet-stream
+ image/jpeg
More information about the grass-commit
mailing list