|
@@ -684,8 +684,8 @@ class CLibrariesInterface(object):
|
|
# Check mapsets
|
|
# Check mapsets
|
|
>>> ciface = tgis.CLibrariesInterface()
|
|
>>> ciface = tgis.CLibrariesInterface()
|
|
>>> mapsets = ciface.available_mapsets()
|
|
>>> mapsets = ciface.available_mapsets()
|
|
- >>> print mapsets[0]
|
|
|
|
- PERMANENT
|
|
|
|
|
|
+ >>> mapsets[0] == tgis.get_current_mapset()
|
|
|
|
+ True
|
|
|
|
|
|
# Raster map
|
|
# Raster map
|
|
>>> ciface = tgis.CLibrariesInterface()
|
|
>>> ciface = tgis.CLibrariesInterface()
|