All Projects → urbica → react-map-gl-draw

urbica / react-map-gl-draw

Licence: MIT license
React Component for Mapbox GL Draw

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to react-map-gl-draw

Mapbox Gl Draw
Draw tools for mapbox-gl-js
Stars: ✭ 569 (+1038%)
Mutual labels:  drawing, mapbox-gl, mapbox-gl-js
angular-mapboxgl-directive
AngularJS directive for Mapbox GL
Stars: ✭ 43 (-14%)
Mutual labels:  mapbox-gl, mapbox-gl-js
react-mapboxgl
Declarative React components for mapbox-gl-js.
Stars: ✭ 15 (-70%)
Mutual labels:  mapbox-gl, mapbox-gl-js
Martin
Blazing fast and lightweight PostGIS vector tiles server
Stars: ✭ 540 (+980%)
Mutual labels:  mapbox-gl, mapbox-gl-js
who-owns-what
Who owns what in nyc?
Stars: ✭ 146 (+192%)
Mutual labels:  mapbox-gl, mapbox-gl-js
react-map-gl-cluster
Urbica React Cluster Component for Mapbox GL JS
Stars: ✭ 27 (-46%)
Mutual labels:  mapbox-gl, mapbox-gl-js
React Map Gl
React Component Library for Mapbox GL JS
Stars: ✭ 298 (+496%)
Mutual labels:  mapbox-gl, mapbox-gl-js
mapbox-gl-draw-circle
Supports drawing/editing a circle on a Mapbox map.
Stars: ✭ 51 (+2%)
Mutual labels:  mapbox-gl, mapbox-gl-draw
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+15934%)
Mutual labels:  mapbox-gl, mapbox-gl-js
Editor
An open source visual editor for the 'Mapbox Style Specification'
Stars: ✭ 1,167 (+2234%)
Mutual labels:  mapbox-gl, mapbox-gl-js
React Mapbox Gl
A React binding of mapbox-gl-js
Stars: ✭ 1,683 (+3266%)
Mutual labels:  mapbox-gl, mapbox-gl-js
maptalks.mapboxgl
MapboxglLayer for maptalks.js
Stars: ✭ 51 (+2%)
Mutual labels:  mapbox-gl, mapbox-gl-js
Mapdeck
R interface to Deck.gl and Mapbox
Stars: ✭ 296 (+492%)
Mutual labels:  mapbox-gl, mapbox-gl-js
React Map Gl
React friendly API wrapper around MapboxGL JS
Stars: ✭ 6,244 (+12388%)
Mutual labels:  mapbox-gl, mapbox-gl-js
Osm Liberty
A free Mapbox GL basemap style for everyone
Stars: ✭ 231 (+362%)
Mutual labels:  mapbox-gl, mapbox-gl-js
deck.gl-time-series-widget
A React Time Slider implementation for DECK.GL - (non)temporal data - by CPU filtering ⌛
Stars: ✭ 19 (-62%)
Mutual labels:  mapbox-gl, mapbox-gl-js
Sketch
Sketch have a lot of basic functions to develop a drawing app for iPhone. Anyone can easily create drawing iOS Application.
Stars: ✭ 229 (+358%)
Mutual labels:  drawing
grava
Mapbox Vector Tile Server - Go
Stars: ✭ 74 (+48%)
Mutual labels:  mapbox-gl-js
Gbox
🎨 A multi-platform graphic library
Stars: ✭ 216 (+332%)
Mutual labels:  drawing
Autocadcodepack
AutoCAD Code Pack: A powerful library that helps you to develop AutoCAD plugins using the AutoCAD .NET API
Stars: ✭ 207 (+314%)
Mutual labels:  drawing

Urbica React Draw tools for Mapbox GL JS

React Component to enhance Urbica's React Map GL to use Mapbox Draw tools.

Mapbox Draw tools adds support for drawing and editing features on mapbox-gl.js maps.

Installation

npm i mapbox-gl @mapbox/mapbox-gl-draw @urbica/react-map-gl @urbica/react-map-gl-draw

Examples

You can see examples & documentation here.

Development

Install dependencies

npm install    

Then start react-styleguidist by running

MAPBOX_ACCESS_TOKEN=<TOKEN> npm start

where <TOKEN> is a valid Mapbox access token or you can add it to .env

cp example.env .env

and start react-styleguidist by running

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