#1064 closed task (fixed)
mapnik quickstart python tutorial broken
Reported by: | hamish | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive6.5 |
Component: | OSGeoLive | Keywords: | 6.5, mapnik |
Cc: |
Description
Hi,
the mapnik quickstart tells you to do:
import mapnik m = manik.Map etc.
but the new version of the package ships as "mapnik2".
possible solutions are s/mapnik/mapnik2/
in the python code snippet, or import mapnik2 as mapnik
and leave the rest of the code using mapnik.*.
thanks, Hamish
Note:
See TracTickets
for help on using tickets.
I have updated the quickstart to use "mapnik2".
http://adhoc.osgeo.osuosl.org/livedvd/docs/en/quickstart/mapnik_quickstart.html
Hamish