Brice Schaffner

Results 16 comments of Brice Schaffner

I would be interested to have support for md5

The issue of payload too large has been fixed. In order to share the drawing you need either to modify it or select a feature, that's how the drawing is...

I had the similar issue using the `constrainResolution: true`, see https://github.com/geoadmin/web-mapviewer/pull/665. I solved the issue by removing this flag. The issue was strange the zoom in/out was with one small...

There is a black background around the tooltip of the zoom to extent, this looks quite ugly ![image](https://github.com/geoadmin/web-mapviewer/assets/67745584/7db77810-989e-4bf0-be9a-012d469bd2a4) what is the reason of this ?

After selecting a bunch of features, clicking outside the selection box where there is nothing to select, the features stay selected when it should clear the selection.

This alone don't improve the situation because currently the index.html is big enough so that Cloudfront is compressing it and have a final size over network of 884 Bytes. If...

@ltkum I got this error when trying to run the script ``` npm run check:translations > check:translations > node scripts/check-translations.js node:fs:744 handleErrorFromBinding(ctx); ^ Error: EISDIR: illegal operation on a directory,...

Thanks for reporting we will look at it. Internal ticket PB-692

@sanak I can confirm your code observation, we were using mapfish print (using the master branch) on a k8s cluster using several pod and after a short while all prints...

I've the same issue with ``` E1101: Instance of 'BaseGeometry' has no 'x' member; maybe 'xy'? (no-member) ``` Versions: - shapely: 1.7.0 - python: 3.7.10 - pylint: 2.5.3 - astroid:...