My Problem: >>>from mapnik import * >>>mapfile = 'osm.xml' >>>map_output = 'mymap.png' >>>m = Map(1024, 1024) >>>load_map(m, mapfile) Traceback (most recent call last): File "(stdin)", line 1, in (module) RuntimeError: XML document not well dormed: StartTag: invalid element name (encountered in file 'osm.xml' at line 571)
I execute this example: http://wiki.openstreetmap.org/wiki/Mapnik_Example , but with my Db. -- View this message in context: http://gis.638310.n2.nabble.com/mapnik-probem-tp5700543p5700543.html Sent from the Mapnik Users mailing list archive at Nabble.com. _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

