I installed imposm
according to instructions in the manual, but some module seems to be missing. What's wrong with it?
File "mapping.py", line 2, in <module>
from imposm.mapping import (
ImportError: cannot import name FixInvalidPolygons
Trying to run the line:
> from imposm.mapping import Options
ImportError: No module named mapping
as per source code of imposm.mapping, it has
FixInvalidPolygons
class. Please checkPUTHONPATH
, it must have directory whereimposm
installed.