tentone / geo-three

Tile based geographic world map visualization library for threejs
https://tentone.github.io/geo-three/docs/
MIT License
651 stars 105 forks source link

google maps #32

Closed PerspectivesLab closed 2 years ago

PerspectivesLab commented 2 years ago

Hi there, is the google maps provider listed in the example ( satellite + elevation ) ? how can we use it ? thank you

tentone commented 2 years ago

Hello

For google maps you will need access to tiles in the google maps API wich requires a special type of developer key.

https://developers.google.com/maps/documentation/tile/overview#tile_requests

Cheers

PerspectivesLab commented 2 years ago

okay i will try that ! thx