Просмотр исходного кода

fix east_north=

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52088 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 лет назад
Родитель
Сommit
14aadf9fbd
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      scripts/i.spectral/i.spectral.py

+ 5 - 3
scripts/i.spectral/i.spectral.py

@@ -39,8 +39,10 @@
 #% description: Name for output PNG image
 #% required : no
 #%end
-#%option G_OPT_M_EN
-#% required : yes
+#%option G_OPT_M_COORDS
+#% multiple: yes
+#% required: yes
+### 
 #%end
 #%flag 
 #%key: c
@@ -155,7 +157,7 @@ def main():
     group = options['group']
     raster = options['raster']
     output = options['output']
-    coords = options['east_north']
+    coords = options['coordinates']
     label = flags['c']
     gnuplot = flags['g']