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
dummy files for all draw/edit/helper modes
  • Loading branch information
zxwild committed Oct 23, 2024
commit c6b8d87ea022f28ae437a46258ff0d9e366ec8ff
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# IDE
.idea

# Dependencies
/node_modules

Expand Down
10 changes: 10 additions & 0 deletions docs/draw-modes/00-draw-marker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Marker"
---

## Marker Mode

You can enable Marker Mode on your map to allow users to draw marker geometries.

<!-- Add detailed documentation and code examples for Marker Mode here -->

10 changes: 10 additions & 0 deletions docs/draw-modes/01-draw-circle_marker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Circle Marker"
---

## Circle Marker Mode

You can enable Circle Marker Mode on your map to allow users to draw circle marker geometries.

<!-- Add detailed documentation and code examples for Circle Marker Mode here -->

10 changes: 10 additions & 0 deletions docs/draw-modes/02-draw-text_marker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Text Marker"
---

## Text Marker Mode

You can enable Text Marker Mode on your map to allow users to draw text marker geometries.

<!-- Add detailed documentation and code examples for Text Marker Mode here -->

10 changes: 10 additions & 0 deletions docs/draw-modes/03-draw-circle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Circle"
---

## Circle Mode

You can enable Circle Mode on your map to allow users to draw circle geometries.

<!-- Add detailed documentation and code examples for Circle Mode here -->

10 changes: 10 additions & 0 deletions docs/draw-modes/04-draw-line.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Line"
---

## Line Mode

You can enable Line Mode on your map to allow users to draw line geometries.

<!-- Add detailed documentation and code examples for Line Mode here -->

10 changes: 10 additions & 0 deletions docs/draw-modes/05-draw-rectangle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Rectangle"
---

## Rectangle Mode

You can enable Rectangle Mode on your map to allow users to draw rectangle geometries.

<!-- Add detailed documentation and code examples for Rectangle Mode here -->

10 changes: 10 additions & 0 deletions docs/draw-modes/06-draw-polygon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Polygon"
---

## Polygon Mode

You can enable Polygon Mode on your map to allow users to draw polygon geometries.

<!-- Add detailed documentation and code examples for Polygon Mode here -->

8 changes: 8 additions & 0 deletions docs/draw-modes/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Draw Modes",
"position": 2,
"collapsible": true,
"link": {
"type": "generated-index"
}
}
10 changes: 10 additions & 0 deletions docs/edit-modes/00-edit-drag.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Drag"
---

## Drag Mode

You can enable Drag Mode on your map to allow users to drag geometries.

<!-- Add detailed documentation and code examples for Drag Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/01-edit-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Change"
---

## Change Mode

You can enable Change Mode on your map to allow users to change geometries.

<!-- Add detailed documentation and code examples for Change Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/02-edit-rotate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Rotate"
---

## Rotate Mode

You can enable Rotate Mode on your map to allow users to rotate geometries.

<!-- Add detailed documentation and code examples for Rotate Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/03-edit-scale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Scale"
---

## Scale Mode

You can enable Scale Mode on your map to allow users to scale geometries.

<!-- Add detailed documentation and code examples for Scale Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/04-edit-copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Copy"
---

## Copy Mode

You can enable Copy Mode on your map to allow users to copy geometries.

<!-- Add detailed documentation and code examples for Copy Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/05-edit-cut.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Cut"
---

## Cut Mode

You can enable Cut Mode on your map to allow users to cut geometries.

<!-- Add detailed documentation and code examples for Cut Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/06-edit-split.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Split"
---

## Split Mode

You can enable Split Mode on your map to allow users to split geometries.

<!-- Add detailed documentation and code examples for Split Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/07-edit-union.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Union"
---

## Union Mode

You can enable Union Mode on your map to allow users to union geometries.

<!-- Add detailed documentation and code examples for Union Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/08-edit-difference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Difference"
---

## Difference Mode

You can enable Difference Mode on your map to allow users to difference geometries.

<!-- Add detailed documentation and code examples for Difference Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/09-edit-line_simplification.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Line Simplification"
---

## Line Simplification Mode

You can enable Line Simplification Mode on your map to allow users to line simplification geometries.

<!-- Add detailed documentation and code examples for Line Simplification Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/10-edit-lasso.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Lasso"
---

## Lasso Mode

You can enable Lasso Mode on your map to allow users to lasso geometries.

<!-- Add detailed documentation and code examples for Lasso Mode here -->

10 changes: 10 additions & 0 deletions docs/edit-modes/11-edit-delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Delete"
---

## Delete Mode

You can enable Delete Mode on your map to allow users to delete geometries.

<!-- Add detailed documentation and code examples for Delete Mode here -->

8 changes: 8 additions & 0 deletions docs/edit-modes/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Edit Modes",
"position": 1,
"collapsible": true,
"link": {
"type": "generated-index"
}
}
10 changes: 10 additions & 0 deletions docs/helper-modes/00-helper-snapping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Snapping"
---

## Snapping Mode

You can enable Snapping Mode on your map to allow users to have snapping on geometries.

<!-- Add detailed documentation and code examples for Snapping Mode here -->

10 changes: 10 additions & 0 deletions docs/helper-modes/01-helper-snap_guides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Snap Guides"
---

## Snap Guides Mode

You can enable Snap Guides Mode on your map to allow users to have snap guides on geometries.

<!-- Add detailed documentation and code examples for Snap Guides Mode here -->

10 changes: 10 additions & 0 deletions docs/helper-modes/02-helper-measurements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Measurements"
---

## Measurements Mode

You can enable Measurements Mode on your map to allow users to have measurements on geometries.

<!-- Add detailed documentation and code examples for Measurements Mode here -->

10 changes: 10 additions & 0 deletions docs/helper-modes/03-helper-pin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Pin"
---

## Pin Mode

You can enable Pin Mode on your map to allow users to have pin on geometries.

<!-- Add detailed documentation and code examples for Pin Mode here -->

10 changes: 10 additions & 0 deletions docs/helper-modes/04-helper-auto_trace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Auto Trace"
---

## Auto Trace Mode

You can enable Auto Trace Mode on your map to allow users to have auto trace on geometries.

<!-- Add detailed documentation and code examples for Auto Trace Mode here -->

10 changes: 10 additions & 0 deletions docs/helper-modes/05-helper-zoom_to_features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Zoom To Features"
---

## Zoom To Features Mode

You can enable Zoom To Features Mode on your map to allow users to have zoom to features on geometries.

<!-- Add detailed documentation and code examples for Zoom To Features Mode here -->

8 changes: 8 additions & 0 deletions docs/helper-modes/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Helper Modes",
"position": 3,
"collapsible": true,
"link": {
"type": "generated-index"
}
}
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 0
title: "Introduction"
description: "Explore MapLibre-Geoman documentation: your guide to mastering this powerful geo-editing tool. Dive into tutorials, code snippets, API references and more."
slug: "/"
Expand Down