socib / Leaflet.TimeDimension

Add time dimension capabilities on a Leaflet map.
MIT License
433 stars 138 forks source link

Multiple WMS layers with time dimesion #201

Open Tolumbas opened 3 years ago

Tolumbas commented 3 years ago

I was trying to make WMS layer with multiple layer names split with commas. The WMS specification and leaflet allows this. This way it offloads the work of merging layers to the server. Also makes fewer requests which makes loading faster.

I've added build script, but that is optional.