|
|
|
|
|
by thrway_blue123
1154 days ago
|
|
Amazing piece of data visualization. I work with deck.gl at my day job, and it's really cool to see how far people can push it. I have a random question - what layer are you using to draw the country borders on the base map? It really stands out, and helps tie the styling together. |
|
The countries layer is using this dataset from MapTiler [1] which is also the service I'm using for all the base maps and vector tile data. I then used interleaved layers [2] in Deck.gl / MapLibre to place the wind layers behind the country outlines.
[1] https://www.maptiler.com/countries/ [2] https://deck.gl/gallery/mapbox-layer