Luca Fabbri
Luca Fabbri
I'm trying to integrate Leaflet.TimeDimension in an application where we have geojson with european countries. The geojson use `MultiPolygon` shapes, but differently from example example 15 (Oil Spill) we don't...
I'm trying to add a standard on-hover tooltip to a GeoJSON layer. Also trying to apply a basic static text seems not working. Example here: https://codesandbox.io/s/leaflettimedimension-with-tooltip-eyts2 If I enable the...
After the TimeDimension control is run at least once, there's no way to see the first frame if not manually resetting it with the slider. This something not easy to...
Maybe partially related to #124. There is a reason why the UMD bundle returns `L.TimeDimension` instead of `L.timeDimension`? https://github.com/socib/Leaflet.TimeDimension/blob/9ef51eb8d6d2c7ad1bddf45b1110f983ea978d00/dist/leaflet.timedimension.src.js#L2251 From issue 124 I went through PR https://github.com/socib/Leaflet.TimeDimension/pull/129 so I know...
Default user-agent sent by cdsapi is inherited from it's dependency python-requests, which is [python-requests/x.y.z](https://github.com/psf/requests/blob/8bce583b9547c7b82d44c8e97f37cf9a16cbe758/requests/utils.py#L860) So it's not easy to know if the request came from official cdsapi or another Python...
Probably generally related to #172 When using the `fluid` prop with a grid scoped inside a small container I start seeing horizontal scroll. This because the CSS rules is like...
Trying both demos at: * http://skeate.github.io/Leaflet.timeline/borders.html * http://skeate.github.io/Leaflet.timeline/earthquakes.html While they drag&drop works normally on Chrome, on FF and Safari it move the map below. Click works. 
Not sure if this is an issue or simply a request for clarify me how the code is working, is not easy to me to understand the logic behind the...
## What does this PR do? Fix some readme instruction that didn't worked for me on appwrite 1.1 - `ID.xxx` is undefined - `phone` parameter is before password. By not...
### 🔖 Feature description Currently appwrite offers a big set of well known OAuth providers to integrate with, but they are all 3rd party services by big companies. I see...