Martin Ždila

Results 129 comments of Martin Ždila

@simonpoole Aerial imagery sources (non-hybrid, without labels, icons and other added symbology) should only be flagged that they are scaleable witout issues. Then rendering on HDPI (2x) can be easily...

Other option could be extending `properties` with additional URLs for every supported scaling (even fractional). This would make it backward compatibile with old (current) software: ```json { "properties": { "url":...

FYI I've contacted Strava on Nov 23 to allow their heatmap on https://www.freemap.sk/. So far without any response. (We actually have it there already if expert mode is enabled but...

BTW on www.freemap.sk we have Strava layer if you are logged in on Strava. ![image](https://user-images.githubusercontent.com/636095/87700316-6dd63c80-c796-11ea-815c-e567bd5996fd.png) Otherwise you will see: ![image](https://user-images.githubusercontent.com/636095/87700209-42ebe880-c796-11ea-9b56-5b175a355557.png)

Note that I had no such issue with debian linux running in docker.

I've checked all threads of node process. All are waiting on `futex`/`FUTEX_WAIT_PRIVATE` but one was `epoll_pwait(13, `.

Some output from gdb: ``` (gdb) bt #0 0x00007f8bfa29cfd1 in ?? () from /lib/ld-musl-x86_64.so.1 #1 0x00007fff49699508 in ?? () #2 0x00007f8bf6cd70cc in mapnik::CreateStatic::create()::static_memory () from /freemap-mapnik/node_modules/mapnik/lib/binding/lib/libmapnik.so #3 0xffffffff80000010 in ??...

I can prepare a testcase if it would help.