fix python syntax
parent
36942feb88
commit
e5dbca6e30
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Mapnik functions like `mapnik.Image.save` in python or `mapnik::save_to_string`
|
|||
|
||||
So, for example to create a full color, 32 bit PNG with a custom compression level you could do:
|
||||
|
||||
```
|
||||
```python
|
||||
im = mapnik.Image(256,256)
|
||||
im.save('file.png','png32:z=1')
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue