Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
190d187
Update docusaurus.config.ts
mscno Aug 21, 2024
747011b
deps
mscno Aug 21, 2024
2f7bc3f
add leaflet docs link
mscno Aug 21, 2024
3c9a729
build first version of map libre docs
mscno Sep 18, 2024
0b80cfb
path fix
mscno Sep 18, 2024
55851ea
change header
mscno Sep 18, 2024
2e7f278
fix links
mscno Sep 18, 2024
b7e36a5
tweaks
mscno Sep 18, 2024
8af384a
fix links
mscno Sep 18, 2024
3066293
fix url
mscno Sep 18, 2024
c110cc3
tests
mscno Sep 18, 2024
923a24c
tmp remove all docs
mscno Sep 18, 2024
c6ba871
tweak maplibre
mscno Sep 23, 2024
9490ac7
tweak vercel
mscno Sep 23, 2024
93f56dc
test new baseurkl
mscno Sep 23, 2024
f595c30
test again
mscno Sep 23, 2024
3bd9fd9
fix vercel maplibre
mscno Sep 23, 2024
e361619
update vercel with root redir
mscno Sep 23, 2024
bf5838c
fix path
mscno Sep 23, 2024
c6b8d87
dummy files for all draw/edit/helper modes
zxwild Oct 23, 2024
cd3d4ac
basic demo map for each mode
zxwild Oct 23, 2024
ab970ef
update geoman maplibre version, typing fixes
zxwild Oct 23, 2024
3c27eb4
geojson features, required modes for demo maps
zxwild Oct 24, 2024
aeb14aa
basic documentation for edit modes
zxwild Oct 24, 2024
e4b6931
basic docs for draw modes
zxwild Oct 25, 2024
4f67e87
basic docs for helper modes
zxwild Oct 25, 2024
8b4bedd
basic operations docs: init, events, modes
zxwild Oct 25, 2024
38b810e
typo fixes
zxwild Oct 25, 2024
26b0f8f
events doc fix
zxwild Oct 25, 2024
298cd29
better geoman instantiating, shape markers fix
zxwild Oct 28, 2024
01dd062
more docs for mode handling methods
zxwild Oct 30, 2024
4f94cfa
fix auto enabled states for modes with actions
zxwild Oct 30, 2024
389e9b6
Update 01-basics.md
dailyprice Nov 10, 2024
cf157d8
Merge pull request #1 from geoman-io/doc_updates
mscno Nov 13, 2024
be11a4c
fix unquoted html tags
mscno Nov 13, 2024
7f16a6e
try fix clean urls
mscno Nov 13, 2024
206ec2c
Update index.md
dailyprice Nov 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix links
  • Loading branch information
mscno committed Sep 18, 2024
commit 8af384a4998cc4a55de9b447fd8e6809c1f123b9
4 changes: 2 additions & 2 deletions docs/changelog/pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: Leaflet-Geoman Pro ⭐

## v2.12.0: Added Union and Difference Modes

- Add [Union feature](/docs/modes/9.union-mode.md) that merges two layers into one
- Add [Difference feature](/docs/modes/10.difference-mode.md) that subtracts one layer from another and returns the difference as a new layer
- Add [Union feature](/modes/9.union-mode.md) that merges two layers into one
- Add [Difference feature](/modes/10.difference-mode.md) that subtracts one layer from another and returns the difference as a new layer
- Various bug fixes and improvements
- Merged all updates from [Leaflet-Geoman Free 2.17.0](https://github.com/geoman-io/leaflet-geoman/releases/tag/v2.17.0)

Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Features _not_ available in the free version are marked with a star (⭐).

**Get Started**

- [🆓 Install Free Version](/docs/getting-started/free-version)
- [⭐ Install Pro Version](/docs/getting-started/pro-version)
- [🆓 Install Free Version](/getting-started/free-version)
- [⭐ Install Pro Version](/getting-started/pro-version)

**Configuration and Setup**

- Check out the different [configuration options](/docs/options/index)
- Explore the many different [editing modes](/docs/modes/index)
- Check out the different [configuration options](/options/index)
- Explore the many different [editing modes](/modes/index)
4 changes: 2 additions & 2 deletions docs/modes/5.cut-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ The following methods are available on `map.pm`:

| Method | Returns | Description |
| :----------------------------- | :-------- | :-------------------------------------------------------------------------------------------- |
| enableGlobalCutMode(`options`) | - | Enable Cut Mode. [View Options](/docs/modes/edit-mode#edit-mode-options) (same as Edit Mode) |
| enableGlobalCutMode(`options`) | - | Enable Cut Mode. [View Options](/modes/edit-mode#edit-mode-options) (same as Edit Mode) |
| disableGlobalCutMode() | - | Disable Cut Mode. |
| toggleGlobalCutMode(`options`) | - | Toggle Cut. [View Options](/docs/modes/edit-mode#edit-mode-options) (same as Edit Mode) Mode. |
| toggleGlobalCutMode(`options`) | - | Toggle Cut. [View Options](/modes/edit-mode#edit-mode-options) (same as Edit Mode) Mode. |
| globalCutModeEnabled() | `Boolean` | Returns `true` if global cut mode is enabled. `false` when disabled. |

The following events are available on a layer instance:
Expand Down
4 changes: 2 additions & 2 deletions docs/modes/7.split-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ The following methods are available on `map.pm`:

| Method | Returns | Description |
| :------------------------------- | :-------- | :--------------------------------------------------------------------------------------------- |
| enableGlobalSplitMode(`options`) | - | Enable Split Mode. [View Options](/docs/modes/edit-mode#edit-mode-options) (same as Edit Mode) |
| enableGlobalSplitMode(`options`) | - | Enable Split Mode. [View Options](/modes/edit-mode#edit-mode-options) (same as Edit Mode) |
| disableGlobalSplitMode() | - | Disable Split Mode. |
| toggleGlobalSplitMode(`options`) | - | Toggle Split Mode. [View Options](/docs/modes/edit-mode#edit-mode-options) (same as Edit Mode) |
| toggleGlobalSplitMode(`options`) | - | Toggle Split Mode. [View Options](/modes/edit-mode#edit-mode-options) (same as Edit Mode) |
| globalSplitModeEnabled() | `Boolean` | Returns `true` if global Split Mode is enabled. `false` when disabled. |

The following events are available on a layer instance:
Expand Down
2 changes: 1 addition & 1 deletion docs/options/5.performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ See the available options in the table below.

All options can be used together. In fact, the performance increases even more when using multiple options together, depending on your desired user experience.

They are part of the options for Edit Mode. [See usage and full options table there](/docs/modes/edit-mode).
They are part of the options for Edit Mode. [See usage and full options table there](/modes/edit-mode).
2 changes: 1 addition & 1 deletion docs/toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ All available options for drawing and editing are specified in the sections belo

#### Customization

To customize the toolbar, please look at [the customization page](/docs/customize/toolbar)
To customize the toolbar, please look at [the customization page](/customize/toolbar)
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rewrites": [

]
}