A local development tool for experimenting with vector tiles.
It allows you to convert GeoJSON or Shapefile into vector tiles and quickly preview the visualization through an interactive map.
- 🐳 Zero configuration - Set up and launch with a single command
- ⚡️ Fast iteration - Preview your vector tiles quickly
- 🗺️ Visualization - Generate a beautiful map
- Clone this repository:
git clone https://github.com/spider-hand/vector-tile-lab.git
cd vector-tile-lab- Set up environment variables:
cp .env.example .env
cp server/.env.example server/.env
cp client/.env.example client/.envChange the values if needed.
- Build and start the services:
docker-compose up --build -dThis project works without any configuration, but if you want to use some additional features with Mapbox map, you can set their token on client/.env:
.env
VITE_MAPBOX_TOKEN=your_mapbox_token
- Bug fix PRs are always welcome.
- UI changes or new features should not be submitted without prior discussion. Please open an issue first to propose and discuss them.
Thanks for your understanding and contributions.
