OpenGeoscience / geonotebook

A Jupyter notebook extension for geospatial visualization and analysis
Apache License 2.0
1.08k stars 141 forks source link

Fix annotations support on non-webgl browsers #162

Closed jbeezley closed 6 years ago

jbeezley commented 6 years ago

The annotation features used by Geonotebook are only supported by geojs's webgl renderer. It is not uncommon for webgl to be broken on some systems and is often difficult to diagnose and fix. To support fallback to canvas for users pulling from docker hub, this switches the default map renderer to openlayers.

aashish24 commented 6 years ago

LGTM +2