This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

Problem with generate_xmp.py

0

I'm trying to do the following:

./generate_xml.py osm.xml my_osm.xml --dbname osm --user osm --password my_password --accept-none

And I get:

Traceback (most recent call last):
  File "./generate_xml.py", line 204, in <module>
    serialize(template_xml,options)
  File "./generate_xml.py", line 80, in serialize
    mapnik.load_map(m,xml,True)
RuntimeError: Failed to find font face '' in FontSet 'book-fonts'

What am I doing wrong?

asked 03 Feb '13, 10:31

jaguar_sea's gravatar image

jaguar_sea
1112
accept rate: 0%

edited 03 Feb '13, 10:59