geospoc / v-mapbox

A cloned & maintained version of vue-mapbox

Home Page:https://v-mapbox.geospoc.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V-Mapbox 🗺

npm GitHub release (latest by date including pre-releases) Total alerts Total alerts Language grade: JavaScript DeepScan grade npm GitHub last commit GitHub contributors Maintenance

Combine powers of Vue.js and Mapbox GL JS

NOTE: This is a maintained version of vue-mapbox

V-Mapbox is wrapper around Mapbox GL JS library that provides vueish-way to interact with the map.

Description and documentation

Installation

# For Vue 2
$ npm i v-mapbox@legacy
# For Vue 3
$ npm i v-mapbox

Demo

Edit v-mapbox-vue-3

Deck.gl 🆕

Edit v-mapbox-with-deck-gl-geojson

Development

git clone git@github.com:geospoc/v-mapbox.git
cd v-mapbox
npm install

Running in dev mode:

npm run serve

Build for production:

npm run build

Documentation

Start documentation site in development mode:

npm run docs:dev

Build documentation:

npm run docs:build

Inspired by KoRiGaN's Vue2Leaflet.

License

MIT

FOSSA Status

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request

About

A cloned & maintained version of vue-mapbox

https://v-mapbox.geospoc.io/

License:MIT License


Languages

Language:Vue 80.6%Language:TypeScript 14.7%Language:JavaScript 3.5%Language:Shell 1.2%