Timothée Billiet Cadart

Results 5 issues of Timothée Billiet Cadart

### Checklist - [X] I've searched through the [plugins](https://leafletjs.com/plugins.html) to make sure this feature isn't already available, or think it shouldn't require a plugin. - [X] I've searched through the...

feature
needs triage

`simplify` could have an option to average out elevation and time values so that they get transferred to the new simplified GeoJSON

new-feature

It would be fantastic if CairoSVG could support CSS blend modes ```xml ``` ![image](https://github.com/Kozea/CairoSVG/assets/94401565/c81770a8-abc8-4871-946d-cb0c9a12b6c7)

feature

A progress listener will keep logging progress even after `pack.pause()` is called. - Platform: Android - OS version: 14.0 - Device type: Pixel_3a_API_34_extension_level_7_x86_64 - Emulator/ Simulator: yes - Development OS:...

Events function in `PointAnnotationProps` create a TypeScript error because their interface don't allow for any arguments to be passed ```javascript export interface PointAnnotationProps extends ViewProps { id: string; title?: string;...