socib / Leaflet.TimeDimension

Add time dimension capabilities on a Leaflet map.
MIT License
435 stars 139 forks source link

Fix nezasa detection #106

Closed spydmobile closed 7 years ago

spydmobile commented 7 years ago

in line 401 of src.withlog.js (and likely the other libs) should read:

if (typeof nezasa == 'undefined') {

instead of

if (nezasa === undefined) {

which did not seem to work, changing to above got me past the error.

bielfrontera commented 7 years ago

Ok! Fixed in #120! Thanks for report it @spydmobile