Initialize a map with symbol markers based on geoJson generated on server. The app dynamicaly fetches markers from server based on the viewport.
npm install
npm run dev
open http://localhost:3000/
Replace the API key in .env.local
.
touch .env.local
NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN=YOUR_API_KEY_HERE
Runs the app from http://localhost:3000