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...
addTo(myMapboxGlMap); myCircle.on('centerchanged', function (circleObj) { console.log('New center:', circleObj.getCenter()); }); myCircle.once('radiuschanged', function (circleObj) { console.log('New radius (once!):', circleObj.getRadius()); }); myCircle.on('click', function...
cp -p node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css static/app/css/mapbox-gl-draw.css clean: rm -rf static 3 changes: 3 additions & 0 deletions 3 babel.config.js Show comments View file Edit file Delete file This file contains bidirectional Unicode text that may be...
draw_circle draw_point simple_select direct_select static Install npm install mapbox-gl-draw-geodesic or <script src="https://unpkg.com/mapbox-gl-draw-geodesic@2.3.1/dist/mapbox-gl-draw-geodesic.umd.min.js"></script> Usage This plugin exposes a single functionenable, which should be used...
maplibre-gl-draw-circle A module to draw a circle using mapbox-gl-draw mapbox geojson circle draw thaddmt •0.1.1•3 years ago•3dependents•MITpublished version0.1.1,3 years ago3dependentslicensed under $MIT 113,583 @mapbox/mapbox-gl-draw-static-mode ...
A module to draw a circle using mapbox-gl-draw mapbox geojson circle draw iamanvesh •1.1.2•5 years ago•16dependents•MITpublished version1.1.2,5 years ago16dependentslicensed under $MIT 11,929 thaddmt •0.1.1•3 years ago•3dependents•MITpublished version0.1.1,3 years...
mapbox-gl mapbox-gl-draw geodesic circle zakjan •2.3.1•a year ago•4dependents•MITpublished version2.3.1,a year ago4dependentslicensed under $MIT 21,024 vue-mapbox-ts Reactive Vue3 Mapbox Framework for Vue.js written in TypeScript ...
Working with vue-mapbox-ts is easy even if you are not completely familiar with Mapboxs' 'mapbox-gl'-API.To make use even easier additional components like Geogeometry have been added to add simple geometry like circles rectangles or polygons to your map without the need of a deep ...
Mapbox-GL矢量数据指示器 mayuanyepublished 17.4.0 • 4 months agopublished version 17.4.0, 4 months ago@mapgis/mapbox-gl-draw-circle Adds support for drawing and editing a circle feature using [mapbox-gl-draw](https://github.com/mapbox/mapbox-gl-draw) library. mayuanyepublished 17.4.0...
Option to override 3D elements on the map in the config with "enableExtrusion" and "enableExtrusionAntialiasing" Settings can now have options to toggle 3D layers. Option to override routeDataPath in the config Updated Mapbox Gl Js version from 1.6.1 to 1.10.0 ...