Open doubotis opened 2 weeks ago
This works fine for me. Here is what I did:
virtualenv -p python3 --system-site-packages wmtenv
. wmtenv/bin/activate
pip install -U osmium PyCairo \
SQLAlchemy GeoAlchemy2 \
git+https://github.com/waymarkedtrails/osgende@master \
git+https://github.com/waymarkedtrails/waymarkedtrails-shields@master
git+https://github.com/waymarkedtrails/waymarkedtrails-backend@master
mkdir symbols
wmt-makedb hiking mapstyle > hiking.xml
Can you describe your installation environment?
I checked the code (I made some light changes in waymarkedtrails-shields
to handle a specific case for me) but nothing seems wrong.
It's probably a dependency issue with newer versions of Python. I'm still in 3.7-3.1 with Debian 10.
I'll update the issue when my environment is updated to the same as yours (=Debian 12) and I rested it.
Yes, that would definitely be an issue. Likely the old jinja2 version. But you'd also run into trouble with the Python version sooner or later. Currently 3.8 is required (soon to be 3.10).
Hello,
I'm on the process to build the .xml files to feed to Mapnik. I succeed to build the
slopes.xml
file, but I get an error when trying to build the file forhiking
layer :I got a
hiking.xml
file at the end of execution, but the contents if empty.Do you have any ideas about this error ? It seems to reference the style property in
routes-worldview.jinja
, but I have no idea why the style is undefined in my case.