Get a 3D mesh of any place in the world using MapTiler, based on RGB Terrain and Satellite tiles.
This project has been created for the #MyMapTiler contest. It is inspired by Vladimir Agafonkin's MARTINI: Real-Time RTIN Terrain Mesh Observable notebook.
Demo: Try it here!
See also: MeshTiler CH – similar project using Swisstopo Open Data
npm install
You will need a key from MapTiler.
MAPTILER_KEY=<insert your key here> npm run dev
This project is licensed under the MPL 2.0 license, see the LICENSE file.
The following open source libraries have made MeshTiler possible:
- MARTINI, © 2019 Mapbox, ISC License
- Svelte, © 2016-2021 Svelte contributors MIT License
- Leaflet, © 2010-2011 CloudMade, © 2010-2021 Vladimir Agafonkin, BSD 2-Clause License
- three.js, © 2010-2021 three.js authors, MIT License