Skip to content

Files

Latest commit

ca5d36a · Jan 28, 2025

History

History

boundaries

Example: Boundaries

This example showcases how you can use CARTO + deck.gl to create highly-performant visualizations that combine large datasets and custom or known boundaries, such as zip codes or block groups.

A set of known boundaries is made available for free by CARTO. You can explore them at https://boundaries-explorer.carto.com

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.