vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
1.99k stars 298 forks source link

Transform globe map in flat map #99

Closed Zozor54 closed 2 years ago

Zozor54 commented 2 years ago

Hi, Like i said in my previous post, thanks for your work. Is it possible to transform a globe map in a flat map ?

It could be nice to have both.

Thanks

vasturiano commented 2 years ago

@Zozor54 thanks for reaching out.

This module is focused on representation of geo data using a spherical projection. For other "flat" projections like Mercator for instance, you should be able to find other frameworks which have that as their main focus. For example, Leaflet or Mapbox.

Zozor54 commented 2 years ago

Thanks @vasturiano