Skip to content

Commit 9f1ce7d

Browse files
authored
Merge branch 'main' into main
2 parents b55bad7 + 14adbff commit 9f1ce7d

File tree

3 files changed

+129
-111
lines changed

3 files changed

+129
-111
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515

1616
- name: Setup Node.js
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@v5
1818
with:
1919
node-version: 20.x
2020
cache: 'npm'

docs/MODES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For more info on how to handle map interactions see [Life Cycle Functions](#life
6363

6464
## Available Custom Modes
6565

66-
_please feel free to add your own modes to this list via a PR_
66+
_Please feel free to add your own modes to this list via a PR_
6767

6868
- [Static Mode](https://github.com/mapbox/mapbox-gl-draw-static-mode): Turn off interactions
6969
- [Cut/Split Line Mode](https://github.com/BrunoSalerno/mapbox-gl-draw-cut-line-mode): Cut/split lineStrings functionality
@@ -89,7 +89,7 @@ _please feel free to add your own modes to this list via a PR_
8989
- [Select Feature Mode](https://github.com/mhsattarian/mapbox-gl-draw-select-mode): Select features by click and highlight on hover
9090
- [Paint Mode](https://github.com/piraveenankirupakaran/mapbox-gl-draw-paint-mode): Allows users to paint freestyle on the map
9191

92-
92+
_Please note that some of the custom modes/software listed above are the work of third parties. We make no guarantees, warranties or assume any liabilities or obligations arising from the above software, including whether they are useful, secure or available. Please use your own judgment when deciding whether and how to use them. Any use of these projects is solely at your own risk._
9393
## Life Cycle Functions
9494

9595
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

0 commit comments

Comments
 (0)