Hi,
In my attempt to setup my own WMT, I've been looking into elevation data. I figured out how to configure the DEM_FILE.
However, in my first attempt I faced a TypeError: 'MultiPoint' object is not iterable. It seemed, it was related to the version of shapely and indeed, when downgrading from shapely 2.0.0 to 1.7.1 the error disappears.
It should probably be mentionned in the installation procedure, or WMT updated to support this new version.
Hi, In my attempt to setup my own WMT, I've been looking into elevation data. I figured out how to configure the DEM_FILE. However, in my first attempt I faced a
TypeError: 'MultiPoint' object is not iterable
. It seemed, it was related to the version ofshapely
and indeed, when downgrading from shapely 2.0.0 to 1.7.1 the error disappears. It should probably be mentionned in the installation procedure, or WMT updated to support this new version.