All Projects → soal → Vue Mapbox

soal / Vue Mapbox

Licence: mit
Vuejs 2 components for interacting with mapbox-gl-js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Mapbox

Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+2133.15%)
Mutual labels:  mapbox, mapbox-gl
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (-62.4%)
Mutual labels:  mapbox, mapbox-gl
Martin
Blazing fast and lightweight PostGIS vector tiles server
Stars: ✭ 540 (+50.42%)
Mutual labels:  mapbox, mapbox-gl
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+1039.55%)
Mutual labels:  mapbox, mapbox-gl
react-mapboxgl
Declarative React components for mapbox-gl-js.
Stars: ✭ 15 (-95.82%)
Mutual labels:  mapbox-gl, mapbox
Terramach
Terra Mach is a mapping frontend system to build graphical interfaces for devices.
Stars: ✭ 142 (-60.45%)
Mutual labels:  mapbox, mapbox-gl
Maplibre Gl Native
An open-source fork of Mapbox GL SDK for iOS and Android and other platforms
Stars: ✭ 65 (-81.89%)
Mutual labels:  mapbox, mapbox-gl
Mappa
A canvas wrapper for Maps 🗺 🌍
Stars: ✭ 290 (-19.22%)
Mutual labels:  mapbox, mapbox-gl
maptalks.mapboxgl
MapboxglLayer for maptalks.js
Stars: ✭ 51 (-85.79%)
Mutual labels:  mapbox-gl, mapbox
deck.gl-time-series-widget
A React Time Slider implementation for DECK.GL - (non)temporal data - by CPU filtering ⌛
Stars: ✭ 19 (-94.71%)
Mutual labels:  mapbox-gl, mapbox
angular-mapboxgl-directive
AngularJS directive for Mapbox GL
Stars: ✭ 43 (-88.02%)
Mutual labels:  mapbox-gl, mapbox
Mapdeck
R interface to Deck.gl and Mapbox
Stars: ✭ 296 (-17.55%)
Mutual labels:  mapbox, mapbox-gl
Nuxt Elm
基于nuxt2+vue构建的全栈开源项目
Stars: ✭ 304 (-15.32%)
Mutual labels:  vue2
Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+4794.99%)
Mutual labels:  vue2
Vue News
Vue2.5知乎日报单页应用
Stars: ✭ 300 (-16.43%)
Mutual labels:  vue2
React Map Gl
React Component Library for Mapbox GL JS
Stars: ✭ 298 (-16.99%)
Mutual labels:  mapbox-gl
Mbxmapkit
DEPRECATED - Lightweight Mapbox integration with MapKit on iOS
Stars: ✭ 332 (-7.52%)
Mutual labels:  mapbox
Vue Flow Form
Create conversational conditional-logic forms with Vue.js.
Stars: ✭ 315 (-12.26%)
Mutual labels:  vue2
Vue Happy Scroll
基于vue2.0实现的滚动条插件。scroll component for vue2.0
Stars: ✭ 299 (-16.71%)
Mutual labels:  vue2
Vue Cnodejs
基于vue.js重写Cnodejs.org社区的webapp
Stars: ✭ 3,065 (+753.76%)
Mutual labels:  vue2

VueMapbox Build Status npm version

Combine powers of Vue.js and Mapbox Gl JS

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

Description and documentation

Size

~ 15 kB minified and gzipped

Browser compatibility

Coming soon

Development

git clone [email protected]:soal/vue-mapbox.git
cd vue-mapbox
npm install

Running in dev mode:

npm run serve

Build for production:

npm run build

Documentation

Documentation use VuePress 1.0. Documentations source palced in docs_source directory and builds into docs directory

Start documentation site in development mode:

npm run docs:serve

Build documentation:

npm run docs:build

Inspired by KoRiGaN's Vue2Leaflet.

License

MIT

Contributing

Just fork development branch and create PR when your work is done. Please ensure you are not added dist files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].