SUMO: error: typemap file "/usr/share/sumo/data/typemap/osmPolyconvert.typ.xml" not found
osmWebWizard.py: error: typemap file "/usr/share/sumo/data/typemap/osmPolyconvert.typ.xml" not found
Traceback (most recent call last):
File "osmWebWizard.py", line 379, in build
builder.build()
File "osmWebWizard.py", line 187, in build
osmBuild.build(options)
File "/usr/share/sumo/tools/osmBuild.py", line 68, in build
optParser.error('typemap file "%s" not found' % options.typemap)
File "/home/tan/anaconda3/lib/python3.6/optparse.py", line 1569, in error
self.exit(2, "%s: error: %s\n" % (self.get_prog_name(), msg))
File "/home/tan/anaconda3/lib/python3.6/optparse.py", line 1559, in exit
sys.exit(status)Solution:
Last updated
Was this helpful?