alexandervlpl
alexandervlpl
It would be good to include SVG versions in `symbols-otm` like @hholzgra did (nice work). This way people who need higher resolution rendering can easily use them. @der-stefan: maybe you...
Got the example running by installing and configuring django-cors-headers: `pip install django-cors-headers`.
**Has anybody figured out how to get a go program to run?** Currently `go build` can't even download packages without freezing. I copied them over manually but still can't compile....
Currently iSH freezes on me even while running absolutely nothing, in foreground. I also tried sshd, git and other tools: everything runs for a bit then freezes or crashes the...
@wkrp Thanks for your excellent work on this. While testing I ran into a very annoying problem on the client side: if connectivity is lost when using DoH, the tunnel...
I tried waiting 5, 10 minutes and longer. It looks like `dnstt-client` keeps trying to reuse the old connection(s) forever: ``` handle: session e261cadc opening stream: io: read/write on closed...
@artemp @springmeyer So 3 years later, which symbolizers are still broken? ¯\\_(ツ)_/¯ I want to document this somehow (#184) or at least mention it on the old wiki (which is...
Started adding info about broken symbolizers in the wiki and a warning about the current state of the bindings on the Getting Started in Python page.
Whether using the `python3-mapnik` debian package or compiling from source with python3, the Map object has none of the functions I need: `zoom_max()`, `set_center_and_zoom()`. Where did they all go? Does...
@artemp You're right. :man_facepalming: In case somebody else has this problem: I was using the old `nik2img` stuff and these methods actually come from its fancy metaclass injectors that fail...