English / 日本語
This is an example of how to use mapbox-geo-circle-layer
.
Please see src/components/TheMap.vue
.
You have to configure the Mapbox access token in src/configs/mapbox-config.ts
.
The file is never pushed to the repository, but you can find an example in src/configs/mapbox-config.example.ts
.
export default {
accessToken: 'Your Mapbox access token here'
}
npm install
npm run dev
npm run type-check
Linting with ESLint
npm run lint
Formatting with Prettier
npm run format