Martin Ždila

Results 129 comments of Martin Ždila

Clearing browser's cache does not help. Tried in Vivaldi, Chrome, Firefox and also in private mode.

May be a different issue, but in my case not only closest tiles but all. Open https://labs.maptiler.com/samples/maplibre/terrain/#style=satellite&lat=48.57344071&lng=20.46078220&zoom=17.16&bearing=-127.95&pitch=76.00&3d=true then zoom a little bit and tiles starts to disappear. If you refresh...

What I noticed with https://labs.maptiler.com/samples/maplibre/terrain/ is that I can't zoom inside the hill, but with my demo I can do it, which probably causes all the tiles to (gradually) disappear.

Our workaround is to use tree-hierarchy of the layers with suitable comp-op operations and mask layer (also working around https://github.com/mapnik/mapnik/issues/3714). First layer "cuts off" one geotiff from the other and...

Hi talaj, > have you tried to set `largest-bbox-only` to false? Tried it now but then the label is placed in every outer-way polygon. What I actually want is to...

I don't think it is resolved. I use GeoTIFF with RGBA plus NoData and Mapnik renders NoData areas as white. gdalinfo output: ``` Band 1 Block=256x256 Type=Byte, ColorInterp=Undefined NoData Value=255...

@artemp https://drive.google.com/file/d/1PWsPqp1sj3Wi45HS64s0uHCQZHo_otoG/view?usp=sharing

@artemp sorry, Nodata was lost when creating a small sample for you. Please download it again from: https://drive.google.com/file/d/1PWsPqp1sj3Wi45HS64s0uHCQZHo_otoG/view?usp=sharing I use mapnik provided with node-mapnik library from npm.

Doesn't work: ``` hillshade gdal /home/martin/fm/dmr5/build/small.tif 255 ``` I use latest node-mapnik. `mapnik.version` says `4.5.5` and `mapnik.versions` says ```js { boost: '1.74.0', boost_number: 107400, mapnik: '4.0.0', mapnik_number: 400000, mapnik_git_describe: 'v3.0.12-1160-gc6fc956',...