Skip to content

Files

Latest commit

ca5d36a · Jan 28, 2025

History

History

dynamic-tiling-pois

Example: 1.4M Points of Interest using Dynamic Tiling

This visualization is using Dynamic Tiling to load millions of points of interest across the United States.

Uses Vite to bundle and serve files.

Usage

Open in StackBlitz

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.