Øystein Bjørndal
Øystein Bjørndal
added a few requirements and made install instructions easier to copy paste
Hi, please see this diff: https://github.com/obtitus/spiderosm/blob/master/spiderosm/osm.diff The previous code had 'ways' and 'nodes' as global variables, so creating 2 OSMData objects made these identical. I assume that was not the...
Hi, @TheChymera I just wrote render.py as a replacement for pagination.py. It does not do exactly the same thing, and is not syntax-compatible. Instead of producing an a4 document, it...
Hi, installed on Ubuntu 22.04.4 LTS ``` $ python3 --version Python 3.10.12 $ python3 -m venv venv;source venv/bin/activate;pip install apio $ apio --version apio, version 0.9.5 $ apio system --info...
* fixes #226 replacing \textbackslash with \ * trimmed whitespace at end of lines. * Generated documentation with pdfTeX 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) and python3.9