Leaflet.Elevation icon indicating copy to clipboard operation
Leaflet.Elevation copied to clipboard

Support for older browsers?

Open karussell opened this issue 10 years ago • 3 comments

When viewing the elevation on older browsers like the Android one I get: Uncaught TypeError: Cannot call method 'setProperty' of null in d3.min.js:1 and Cannot call method 'selectAll' of undefined in Leaflet.Elevation-0.0.2.min.js:2 (example)

(You can enable debugging there via about:debug)

Do you have an idea on what could be wrong? I found a similar issue here

karussell avatar Dec 04 '14 10:12 karussell

I´m not sure if d3 supports these Browsers. I never tested on Android browsers, my mobile has Chrome as browser. Maybe try it with a newer version of d3?

MrMufflon avatar Dec 18 '14 16:12 MrMufflon

Hmmh, d3 should support android too but maybe I need an older d3 version ;)

karussell avatar Dec 18 '14 17:12 karussell

Ok, I missread the post. Will look into canvas vs. svg support of d3

karussell avatar Dec 18 '14 17:12 karussell