Open FrancescoFilippi opened 5 years ago
Yes, I can definitely try! To speed things up, would you be able to post a screenshot of the dev console with the error messages. Thank you!
I'll definitely post some screenshot as soon as I can. Meanwhile, I can recall at least three syntax issues:
async
function
https://github.com/GeoTIFF/georaster-layer-for-leaflet/blob/d32da7e9c554bc277da4d083be9bacaa42b87794/georaster-layer-for-leaflet.browserify.min.js#L186 low impact, the only await call is commented out
Template literals https://github.com/GeoTIFF/georaster-layer-for-leaflet/blob/d32da7e9c554bc277da4d083be9bacaa42b87794/utils/utm.js#L23
Object literals https://github.com/GeoTIFF/georaster-layer-for-leaflet/blob/d32da7e9c554bc277da4d083be9bacaa42b87794/georaster-layer-for-leaflet.browserify.min.js#L126 probably the most recurrent problem
Thank you!
These are still definitely issues. Unfortunately, I haven't found the time to fix them. @FrancescoFilippi , would you have time to work on this and submit a merge request?
Hi @DanielJDufour , is there a way to make this work on Internet Explorer 11? That would be great! Most of the problems I'm facing seem related to unsupported sintax.