Corrected a typo
parent
527f679c48
commit
ae34b510d7
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ m.zoom_all()
|
||||||
Finish up by rendering your map image:
|
Finish up by rendering your map image:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# Write the data to a png image called world.png the current directory
|
# Write the data to a png image called world.png in the current directory
|
||||||
mapnik.render_to_file(m,'world.png', 'png')
|
mapnik.render_to_file(m,'world.png', 'png')
|
||||||
|
|
||||||
# Exit the Python interpreter
|
# Exit the Python interpreter
|
||||||
|
|
Loading…
Add table
Reference in a new issue