Procházet zdrojové kódy

r.in.wms: default format changed to png

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63168 15284696-431f-4ddb-bdfa-cd5b030d7da7
Štěpán Turek před 10 roky
rodič
revize
f6e96c3eab
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      scripts/r.in.wms/r.in.wms.py

+ 1 - 1
scripts/r.in.wms/r.in.wms.py

@@ -51,7 +51,7 @@ This program is free software under the GNU General Public License
 #% type: string
 #% description: Image format requested from the server
 #% options: geotiff,tiff,jpeg,gif,png,png8
-#% answer: geotiff
+#% answer: png
 #% guisection: Request
 #%end