socib / Leaflet.TimeDimension

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

removed queryable=1 selector for time dimension parsing #218

Closed EduardRosert closed 1 year ago

EduardRosert commented 2 years ago

According to OGC WMS specification v. 1.1.0 and 1.3.0 the queryable=1 attribute of a layer signifies if a WMS supports GetFeatureInfo operation. A layer can have a time dimension without supporting the GetFeatureInfo operation, therefore queryable=1 is not necessary as the existing code additionally checks for the existence of a time dimension.

This problem was already raised in the following issue #139. This pull request provides the suggested fix.

Thank you for your great work!

EddyCMWF commented 1 year ago

This change would really help our application in the Copernicus CDS toolbox https://cds.climate.copernicus.eu

bielfrontera commented 1 year ago

Thanks for the contribution and sorry for the delay! I will publish a new release with this change and other pending changes soon!