document shared opening option in docstrings - closes #375
This commit is contained in:
parent
0aeb286bfa
commit
51569ce9fc
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ def Gdal(**keywords):
|
|||
|
||||
Optional keyword arguments:
|
||||
base -- path prefix (default None)
|
||||
shared -- boolean, open GdalDataset in shared mode (default: False)
|
||||
|
||||
>>> from mapnik import Gdal, Layer
|
||||
>>> dataset = Gdal(base='/home/mapnik/data',file='elevation.tif')
|
||||
|
|
Loading…
Add table
Reference in a new issue