Sylvain Marcadal (Ram)

Results 47 comments of Sylvain Marcadal (Ram)

Because it doesn't wait for the getCapabilities response. And default time value is empty. Maybe we can check availableTime in [_update](https://github.com/socib/Leaflet.TimeDimension/blob/master/src/leaflet.timedimension.layer.wms.js#L80) function and do not add/remove the layer when the...

I guess. You can try to update the timedimension object **before** adding the layer. Be sure to wait for async call results.

You need to extend `L.TimeDimension.Layer.GeoJson` and redefine `_getFeatureTimes` method. See [example 15](https://github.com/socib/Leaflet.TimeDimension/blob/0b5176f3f1a38081b1308cc215a0542fc214ccaf/examples/js/example15.js#L4)

What if you use listener with context ? ``` map.timeDimension.on('timeload', function(data) {/*...*/}, this);//

Time slider also includes range limiting knobs : https://apps.socib.es/Leaflet.TimeDimension/examples/example3.html ![image](https://user-images.githubusercontent.com/137285/164031265-592b1f35-6117-4a52-bfb5-0c2c884c0521.png)

Can you describe your problem, with a reproductible code snippet ? If you use L.TileLayer.WMS, the timedimension layer will use **exactly the same parameters** than the template layer (layers, bbox,...

For time events see : https://github.com/socib/Leaflet.TimeDimension#events ```js timedimension.on('timeloading', ... ); ``` For GeoJson Handling, check example 9 and 15

![flickermap](https://cloud.githubusercontent.com/assets/137285/11894840/2df53ae6-a57a-11e5-86c9-33aa79e7ca61.gif) I have a similar problem on FF43 with big NonTiledLayer images with Leaflet 1.0b2 I managed to reduce the flickering by changing hide/show to `visibility` instead of `display` but...

I can open a PR with this fix, but it requires a change on NTL. cc @oliverheilig

Same in windows/wsl with cli in version 7.15.1 or 7.14.3. export is always failing at branding data `a0deploy export --config_file config.json --format directory --output_folder export --debug` It's a Development Tenant