Martin Ždila

Results 158 issues of Martin Ždila

This is continuation of #68 for improving map interaction smoothness. I am comparing with Leaflet which is smooth in both FF and Chrome. Further observations: - Chrome profiler has shown...

MajorityFilter tool produces bad result in some cases. Please test with `input.tif` from https://drive.google.com/drive/folders/1GL7g5AUyNP3TuHeDc2_aaVX5O8eohQPb?usp=sharing with comand `whitebox_tools -r=MajorityFilter -v --wd=. -i=input.tif -o=output.tif --filter=15`. I am using latest version of the...

bug

Used whitebox-tools version: db8423fd1e9b884ab9c6cd11eff7309c1e892a0a Command: ``` whitebox_tools -r=FeaturePreservingSmoothing --wd="." -v --dem=scaled_128.tif -o=scaled_128_smooth.tif --filter=10 --norm_diff=20.0 --num_iter=4 ``` Input: https://drive.google.com/file/d/1LUw0YHwMV5RMFSOoy8trauhyVXBLK-mP/view?usp=sharing Output: https://drive.google.com/file/d/1kXEpenEZB52myoyAYAT63AQ_sib75mTB/view?usp=sharing

bug

FeaturePreservingSmoothing is unable to read GeoTIFFs created with `-ot Float32 -co NBITS=16`: ``` $ gdalwarp -srcnodata -overwrite -of GTiff -ot Float32 -co NBITS=16 -co TILED=YES -co BIGTIFF=YES -co COMPRESS=LZW -co...

feature request

Currently it is possible to tell Leaflet to serve tiles of specific resolution by computing it from `window.devicePixelRatio` and inserting it to TileLayer URL (see https://github.com/Leaflet/Leaflet/issues/6449#issuecomment-450582760). It would be nice...

feature
ux

**maplibre-gl-js version**: 2.1.9 **browser**: Chrome, Vivaldi, Firefox; 4K screen (devicepixelratio is ~2) and on Linux, but I am not sure if this is relevant ### Steps to Trigger Behavior 1....

bug
PR is more than welcomed

Just adding `require('mailgun-js');` makes `got` failing. ```javascript const got = require('got'); require('mailgun-js'); got.get(`https://www.google.com/`).then( (res) => { console.log('DONE', res.headers); }, (err) => { console.error('ERROR', err); }, ); ``` Requirements: ```json "dependencies":...

Please add support for AVIF image format. AVIF is a modern image format based on the AV1 video format. AVIF generally has better compression than WebP, JPEG, PNG and GIF...

Text symbolizer multipolygon with multiple outer ways displays text in one of outer ways and not in the centeroid of the whole object. It is the same for placement "point"...

Please add support for variables in `fontset-name` attribute.