All Projects → geospoc → v-mapbox

geospoc / v-mapbox

Licence: MIT license
A cloned & maintained version of vue-mapbox

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to v-mapbox

Mapbox Gl Directions
Directions plugin for mapbox-gl-js using Mapbox Directions API.
Stars: ✭ 154 (+40%)
Mutual labels:  mapbox-gl-js
react-map-gl-draw
React Component for Mapbox GL Draw
Stars: ✭ 50 (-54.55%)
Mutual labels:  mapbox-gl-js
mapbox-gl-accessibility
An accessibility control for Mapbox GL JS
Stars: ✭ 64 (-41.82%)
Mutual labels:  mapbox-gl-js
Mapbox Gl Geocoder
Geocoder control for mapbox-gl-js using Mapbox Geocoding API
Stars: ✭ 207 (+88.18%)
Mutual labels:  mapbox-gl-js
grava
Mapbox Vector Tile Server - Go
Stars: ✭ 74 (-32.73%)
Mutual labels:  mapbox-gl-js
django-mapbox-location-field
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.
Stars: ✭ 60 (-45.45%)
Mutual labels:  mapbox-gl-js
React Mapbox Gl
A React binding of mapbox-gl-js
Stars: ✭ 1,683 (+1430%)
Mutual labels:  mapbox-gl-js
react-map-gl-cluster
Urbica React Cluster Component for Mapbox GL JS
Stars: ✭ 27 (-75.45%)
Mutual labels:  mapbox-gl-js
deck.gl-time-series-widget
A React Time Slider implementation for DECK.GL - (non)temporal data - by CPU filtering ⌛
Stars: ✭ 19 (-82.73%)
Mutual labels:  mapbox-gl-js
who-owns-what
Who owns what in nyc?
Stars: ✭ 146 (+32.73%)
Mutual labels:  mapbox-gl-js
Osm Liberty
A free Mapbox GL basemap style for everyone
Stars: ✭ 231 (+110%)
Mutual labels:  mapbox-gl-js
Road Orientation Map
A visualization of road orientations on an interactive map
Stars: ✭ 254 (+130.91%)
Mutual labels:  mapbox-gl-js
maptalks.mapboxgl
MapboxglLayer for maptalks.js
Stars: ✭ 51 (-53.64%)
Mutual labels:  mapbox-gl-js
Terrastories
Terrastories is a geostorytelling application built to enable local communities to locate and map their own oral storytelling traditions about places of significant meaning or value to them. Check out our Wiki for open source development information.
Stars: ✭ 158 (+43.64%)
Mutual labels:  mapbox-gl-js
mapbox-gl-rails
A gem to provide Mapbox GL JS and it's ecosystem (plugins) for Rails applications 🚆
Stars: ✭ 32 (-70.91%)
Mutual labels:  mapbox-gl-js
Landsat Tiler
A serverless Landsat tiles server using AWS Lambda
Stars: ✭ 126 (+14.55%)
Mutual labels:  mapbox-gl-js
all-transit
Interactive visualization of all transit in the Transitland database
Stars: ✭ 22 (-80%)
Mutual labels:  mapbox-gl-js
react-mapboxgl
Declarative React components for mapbox-gl-js.
Stars: ✭ 15 (-86.36%)
Mutual labels:  mapbox-gl-js
turf-async
Demonstrating how to use Turf.js with web workers to run geoprocesses asynchronously
Stars: ✭ 50 (-54.55%)
Mutual labels:  mapbox-gl-js
lascallesdelasmujeres
Proyecto colaborativo para fomentar la generación de contenidos en OSM y Wikipedia, sobre mujeres.
Stars: ✭ 45 (-59.09%)
Mutual labels:  mapbox-gl-js

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 [email protected]: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

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].