tsupinie / autumnplot-gl

Hardware-accelerated geospatial data plotting in the browser
MIT License
18 stars 4 forks source link

Fixes for global data #5

Closed tsupinie closed 11 months ago

tsupinie commented 11 months ago

A couple fixes for global data

  1. When you zoom out, you can see multiple copies of the globe, but only one of them has the data plotted. This fixes that.
  2. Global data didn't go to the northern and southern edges of the map. This fixes that.
  3. Added a test case with global data.

Fixes #4.