From db9063fe4e250112d7116947098e61b4a422bb08 Mon Sep 17 00:00:00 2001 From: dqunbp Date: Thu, 25 Jun 2020 02:06:44 +0300 Subject: [PATCH 1/2] Update MODES.md (#991) add Rectangle Restrict Area Mode to Custom Modes Co-authored-by: Adriana Babakanian --- docs/MODES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MODES.md b/docs/MODES.md index 49e57167f..e5edd3b42 100644 --- a/docs/MODES.md +++ b/docs/MODES.md @@ -73,6 +73,7 @@ _please feel free to add your own modes to this list via a PR_ - [Rectangle Mode](https://github.com/edgespatial/mapbox-gl-draw-rectangle-mode) - [Circle Mode](https://github.com/iamanvesh/mapbox-gl-draw-circle) - [Assisted Rectangle Mode](https://github.com/geostarters/mapbox-gl-draw-assisted-rectangle-mode) +- [Rectangle Restrict Area Mode](https://github.com/dqunbp/mapbox-gl-draw-rectangle-restrict-area): Drawing a rectangle with a limited area ## Life Cycle Functions From fb37f93d69e16c4c55eaa3fc58991ac70e25df93 Mon Sep 17 00:00:00 2001 From: drykovanov Date: Thu, 25 Jun 2020 02:15:49 +0300 Subject: [PATCH 2/2] Update MODES.md (#979) Add Rotate/Scale Rectangle Mode to custom modes. Co-authored-by: Adriana Babakanian --- docs/MODES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MODES.md b/docs/MODES.md index e5edd3b42..fa18dc6e3 100644 --- a/docs/MODES.md +++ b/docs/MODES.md @@ -73,6 +73,7 @@ _please feel free to add your own modes to this list via a PR_ - [Rectangle Mode](https://github.com/edgespatial/mapbox-gl-draw-rectangle-mode) - [Circle Mode](https://github.com/iamanvesh/mapbox-gl-draw-circle) - [Assisted Rectangle Mode](https://github.com/geostarters/mapbox-gl-draw-assisted-rectangle-mode) +- [Rotate/Scale Rectangle Mode](https://github.com/drykovanov/mapbox-gl-draw-rotate-scale-rect-mode) - [Rectangle Restrict Area Mode](https://github.com/dqunbp/mapbox-gl-draw-rectangle-restrict-area): Drawing a rectangle with a limited area ## Life Cycle Functions