earthatile

1.0.0 • Public • Published

Earthatile - 3D Maps for your Apps 🌎

Earthatile is an engine-agnostic runtime for loading and navigating 3D Tiles geospatial datasets. Use it to create immersive 3D map experiences with Photorealistic 3D Tiles such as flight simulators, explainers, games and more.

Earthatile Demos

Getting Started

Earthatile depends upon Google's Photorealistic 3D Tiles API. To access it, you need an API key. You can obtain a key by setting up a Google Cloud project with a billing account. You then need to enable the Map Tiles API. To learn more, see Setup in Cloud Console.

Node.js

If you want to run Earthatile in Node, you simply need to add it as a dependency in your package.json:

npm install earthatile

PlayCanvas

Earthatile is supplied with an integration for PlayCanvas.

  1. Copy dist/earthatile.js to the Asset Panel in the Editor.
  2. Copy integrations/playcanvas/*.js to the Asset Panel in the Editor.
  3. Create an Entity and add a Script Component.
  4. Assign tileRenderer and geolocation scripts to the Script Component.
  5. Add a Script Component to a Camera entity.
  6. Assign flyCamera script to the Script Component.
  7. Launch the scene. 🚀

Alternatively, fork this project.

Package Sidebar

Install

npm i earthatile

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

298 kB

Total Files

12

Last publish

Collaborators

  • playcanvas