azavea / ism-watershed-wellness-snapshot

A tool to collect and display watershed wellness indicators for the International Seaport Museum
1 stars 2 forks source link

Implement north arrow #25

Closed caseycesari closed 5 years ago

caseycesari commented 5 years ago

The default behavior of the MapboxGL navigation control is to display the current rotation of the map. We should reimplement this so that it points north instead.

caseycesari commented 5 years ago

Turns out the default behavior of the compass is to point north, but a bug in react-map-gl caused it to point in the direction of the rotation. I submitted a PR to the library to correct the behavior: https://github.com/uber/react-map-gl/pull/694