mapbox-gl-draw-circle icon indicating copy to clipboard operation
mapbox-gl-draw-circle copied to clipboard

Supports drawing/editing a circle on a Mapbox map.

Results 37 mapbox-gl-draw-circle issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Hi, When using the package with angular 9, it doesn't work, I have this error : **ERROR in ./node_modules/jsonlint-lines/lib/jsonlint.js Module not found: Error: Can't resolve 'fs' in 'C:\Workspace\COVAL-web\node_modules\jsonlint-lines\lib'** Any help...

## Is there a way to add a static circle on Mapbox, disallowing the ability to edit it by the user?

Currently moving the circle does not update the circle polygon vertices. ![unnamed](https://user-images.githubusercontent.com/173585/87356714-d76e0500-c562-11ea-945b-f2ab046a3cb5.jpg) The changes involve calling `incomingCoords` with the updated circle polygon in `dragFeature`, and updating the tests. --- Thanks...

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Mapbox-gl and mapbox-gl-draw have a build script, which produces a standalone browser bundle file to be used in environments without npm and/or bundler. However, it is missing in this library....

Currently the supplementary points are not aligned well around large circles. The changes involve finding the north/south/east/westmost points, and using them as supplementary points. --- Thanks to [MariTrace](https://maritrace.com/) for sponsoring...

when use dragcirle,it has a err like this ![image](https://user-images.githubusercontent.com/23397455/63082614-41f47a80-bf79-11e9-8531-1941d88a58fc.png)