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

use recent spearfish

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37354 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 лет назад
Родитель
Сommit
f56a28ecf7
2 измененных файлов с 5 добавлено и 5 удалено
  1. 3 3
      lib/python/README.txt
  2. 2 2
      lib/python/grasspythonlib.dox

+ 3 - 3
lib/python/README.txt

@@ -27,7 +27,7 @@ and "shell". Example:
 <subprocess.Popen object at 0xb7c12f6c>
 >>> print p.communicate()[0]
 GISDBASE='/opt/grass-data';
-LOCATION_NAME='spearfish57';
+LOCATION_NAME='spearfish60';
 MAPSET='glynn';
 GRASS_DB_ENCODING='ascii';
 GRASS_GUI='text';
@@ -46,7 +46,7 @@ Passes all arguments to start_command, but also adds
 <subprocess.Popen object at 0xb7c12f6c>
 >>> print p.communicate()[0]
 GISDBASE='/opt/grass-data';
-LOCATION_NAME='spearfish57';
+LOCATION_NAME='spearfish60';
 MAPSET='glynn';
 GRASS_DB_ENCODING='ascii';
 GRASS_GUI='text';
@@ -164,7 +164,7 @@ Returns the output from running g.findfile as a dictionary. Example:
 >>> print result['fullname']
 fields@PERMANENT
 >>> print result['file']
-/opt/grass-data/spearfish57/PERMANENT/vector/fields
+/opt/grass-data/spearfish60/PERMANENT/vector/fields
 
 
 

+ 2 - 2
lib/python/grasspythonlib.dox

@@ -50,7 +50,7 @@ and "shell". Example:
 <subprocess.Popen object at 0xb7c12f6c>
 >>> print p.communicate()[0]
 GISDBASE='/opt/grass-data';
-LOCATION_NAME='spearfish57';
+LOCATION_NAME='spearfish60';
 MAPSET='glynn';
 GRASS_DB_ENCODING='ascii';
 GRASS_GUI='text';
@@ -72,7 +72,7 @@ Passes all arguments to start_command, but also adds
 <subprocess.Popen object at 0xb7c12f6c>
 >>> print p.communicate()[0]
 GISDBASE='/opt/grass-data';
-LOCATION_NAME='spearfish57';
+LOCATION_NAME='spearfish60';
 MAPSET='glynn';
 GRASS_DB_ENCODING='ascii';
 GRASS_GUI='text';