PublicMapping / districtbuilder

DistrictBuilder is web-based, open source software for collaborative redistricting.
https://districtbuilder.org
Apache License 2.0
65 stars 7 forks source link

Check and display webgl requirement #1287

Open aaronxsu opened 2 years ago

aaronxsu commented 2 years ago

The frontend app's map dependency requires webgl support from user browser/hardware. Some certain map interactions might not function correctly if the support is not there and thus would report uncaught webgl errors.

This issue is to add frontend support of checking webgl and display messages/take actions accordingly.