This example visualizes a pre-generated tileset with all the buildings in the world (publicly available in OpenStreetMap in a performant and cost-effective way. This dataset has 481M polygons and a size of 119GB.
Uses Vite to bundle and serve files.
Warning
Please make sure you recreate the .env
file from this repository in your Stackblitz project.
Or run it locally:
npm install
# or
yarn
Commands:
npm dev
is the development target, to serve the app and hot reload.npm run build
is the production target, to create the final bundle and write to disk.