Martin Ždila

Results 129 comments of Martin Ždila

In `style.json` there are two layers. I am actually not counting the third one - shading.

There are two layers - one has `"minzoom": 13` other has `"maxzoom": 13`. Affected tiles have nothing there from neither of the layers.

@HarelM no problem. I've updated the testcase. Let me know if I could do anything more.

> is this issue also in 2d "Partially" :-) If 3D terrain is not enabled, then I see also more distant tiles, but not "to the infinity". I would expect...

For numeric values it can be emulated with `cond * truthyValue + not(cond) * falsyValue`. Not sure about strings. Alternative implementation could use function: `if(cond, truthyValue, falsyValue)`.

Could variables support be added also to SQL? ```xml (SELECT 'Zoom: ' || @zoom) AS foo ``` Thanks!

It seems only end of the line is affected. ```xml main geojson { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [ [ 19.142567664384842,...

I like it as a hotfix. For a better implementation API should accept specifying `description` by the developer.

Note that `ets_putc` works there.

Just found out that tool ConvertNodataToZero also produces invalid result for the same input. So other tools may be affected as well.