mapbox-gl-draw-rotate-scale-rect-mode icon indicating copy to clipboard operation
mapbox-gl-draw-rotate-scale-rect-mode copied to clipboard

Results 24 mapbox-gl-draw-rotate-scale-rect-mode issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

I'm looking for a solution to draw a free aspect-ratio rectangle on a mapboxgl map. Something like: https://boundingbox.klokantech.com/ Is this plugin a good base for such functionality?

Important: This is a draft! **It SHOULDN'T be merged as it replaces the scaled rectangle functionality (!)** The intention is to add a new mode to drawing unlocked-aspect ratio rectangles....

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Allow trash tool work with rotation tool (controlled by option `canTrash`)

Improve tool for big map scales ![2020-03-23_14h41_03](https://user-images.githubusercontent.com/10380474/77313166-646f2300-6d14-11ea-92d9-4a8d35b30a1f.png)

Handle complex polygons: * non rectangles * any number of vertexes * holes

Need to handle situation when polygon is small: it gets too crowded with icons.

When `@mapbox/mapbox-gl-draw v1.4.1` builds into the node_modules, there is no `src` folder (Everything is into the `dist` folder). At the same time, there are `import`s [in your code](https://github.com/drykovanov/mapbox-gl-draw-rotate-scale-rect-mode/blob/master/src/index.js#L3) from the...