import { CircleMode, DragCircleMode, DirectMode, SimpleSelectMode } from 'mapbox-gl-draw-circle'; // userProperties has to be enabled const draw = new MapboxDraw({ defaultMode: "draw_circle", userProperties: true, modes: { ...MapboxDraw.modes, draw_circle : CircleMode, drag_circle ...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} mousa-shh / mapbox-gl-draw-circle Public forked from iamanvesh/mapbox-gl-draw-circle Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
npm install mapbox-gl-draw-circle-mode importDrawCirclefrom'mapbox-gl-draw-circle-mode';constmodes=MapboxDraw.modes;modes.draw_circle=DrawCircle;constdraw=newMapboxDraw({modes:modes});draw.changeMode('draw_circle'); or importDrawCirclefrom'mapbox-gl-draw-circle-mode';constdraw=newMapboxDraw...
npm install mapbox-gl-draw-circle-mode importDrawCirclefrom'mapbox-gl-draw-circle-mode';constmodes=MapboxDraw.modes;modes.draw_circle=DrawCircle;constdraw=newMapboxDraw({modes:modes});draw.changeMode('draw_circle'); or importDrawCirclefrom'mapbox-gl-draw-circle-mode';constdraw=newMapboxDraw...
Supports drawing/editing a circle on a Mapbox map. - mapbox-gl-draw-circle/package.json at master · mousa-shh/mapbox-gl-draw-circle
"url": "https://github.com/iamanvesh/mapbox-gl-draw-circle" } "name": "mapbox-gl-draw-circle", "version": "1.1.2", "description": "A module to draw a circle using mapbox-gl-draw", "main": "index", "scripts": { "test": "jest --all", "coverage": "jest --all --cov...
const doubleClickZoom = require('@mapbox/mapbox-gl-draw/src/lib/double_click_zoom'); const Constants = require('@mapbox/mapbox-gl-draw/src/constants'); const circle = require('@turf/circle'); describe('CircleMode tests', () => { beforeEach(() => { CircleMode = { ...Circle...
dvmai11 changed the title Error {message: "Input data given to 'mapbox-gl-draw-cold' is not a valid GeoJSON object."} Error {message: "Input data given to 'mapbox-gl-draw-cold' is not a valid GeoJSON object."} with DragCircleMode Sep 8, 2022 This was referenced Sep 8, 2022...
{ "name": "mapbox-gl-draw-circle", "version": "1.1.0", "version": "1.1.1", "description": "A module to draw a circle using mapbox-gl-draw", "main": "index", "scripts": { 0 comments on commit 5f964dd Please sign in to comment. Footer...
npm install mapbox-gl-draw-circle import { CircleMode, DragCircleMode, DirectMode, SimpleSelectMode } from 'mapbox-gl-draw-circle'; // userProperties has to be enabled const draw = new MapboxDraw({ defaultMode: "draw_circle", userProperties: true, modes: { ...MapboxDraw.modes, draw...