Przeglądaj źródła

r.in.wms: note GDAL WMS driver (todo)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37065 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 lat temu
rodzic
commit
8619ba39fd
1 zmienionych plików z 10 dodań i 2 usunięć
  1. 10 2
      scripts/r.in.wms/r.in.wms.html

+ 10 - 2
scripts/r.in.wms/r.in.wms.html

@@ -114,13 +114,21 @@ Downloads digital raster graphics from Microsoft TerraServer. Note that
 srs will need to be changed to a projection that is appropriate for your
 region.
 
+<h2>TODO</h2>
+
+<ul>
+  <li>Use optionally <a href="http://gdal.osgeo.org/frmt_wms.html">GDAL WMS driver</a></li>
+</ul>
+
 <h2>SEE ALSO</h2>
 
 <em>
   <a href="r.tileset.html">r.tileset</a>,
   <a href="r.in.gdal.html">r.in.gdal</a>,
-  <a href="r.patch.html">r.patch</a><br>
-  <a href="r.in.wfs.html">r.in.wfs</a>
+  <a href="r.patch.html">r.patch</a>,
+  <a href="r.colors.html">r.colors</a>,
+  <a href="r.composite.html">r.composite</a><br><br>
+  <a href="v.in.wfs.html">v.in.wfs</a>
 </em>
 
 <H2>AUTHORS</H2>