catch a few more mapnik2 references
This commit is contained in:
parent
d745ebd161
commit
b1492d24ab
3 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ the middle of any map tile and display a "hello world!" label if used like:
|
||||||
|
|
||||||
Or used in python like:
|
Or used in python like:
|
||||||
|
|
||||||
from mapnik2 import *
|
from mapnik import *
|
||||||
m = Map(600,400)
|
m = Map(600,400)
|
||||||
m.background = Color('white')
|
m.background = Color('white')
|
||||||
s = Style()
|
s = Style()
|
||||||
|
|
|
@ -11,7 +11,7 @@ fi
|
||||||
epydoc --no-private \
|
epydoc --no-private \
|
||||||
--no-frames \
|
--no-frames \
|
||||||
--no-sourcecode \
|
--no-sourcecode \
|
||||||
--name mapnik2 \
|
--name mapnik \
|
||||||
--url http://mapnik.org \
|
--url http://mapnik.org \
|
||||||
--css mapnik_epydoc.css mapnik2 \
|
--css mapnik_epydoc.css mapnik2 \
|
||||||
-o $API_DOCS_DIR
|
-o $API_DOCS_DIR
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
rm -rf test_api
|
rm -rf test_api
|
||||||
epydoc --no-private --no-frames --no-sourcecode --name mapnik2 --url http://mapnik.org --css mapnik_epydoc.css mapnik2 -o test_api
|
epydoc --no-private --no-frames --no-sourcecode --name mapnik --url http://mapnik.org --css mapnik_epydoc.css mapnik2 -o test_api
|
||||||
|
|
Loading…
Reference in a new issue