You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/plugins.rst
+72-2Lines changed: 72 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@ Plugins
2
2
-------
3
3
4
4
.. toctree::
5
-
:maxdepth:1
5
+
:hidden:
6
6
7
+
plugins/antpath
7
8
plugins/boat_marker
8
9
plugins/beautify_icon
9
10
plugins/draw
@@ -22,7 +23,7 @@ Plugins
22
23
plugins/mouse_position
23
24
plugins/pattern
24
25
plugins/polyline_offset
25
-
plugins/polyline_textpath_and_antpath
26
+
plugins/polyline_textpath
26
27
plugins/realtime
27
28
plugins/scroll_zoom_toggler
28
29
plugins/search
@@ -34,3 +35,72 @@ Plugins
34
35
plugins/timestamped_geojson
35
36
plugins/vector_tiles
36
37
plugins/WmsTimeDimension
38
+
39
+
.. list-table::
40
+
:widths: 25 75
41
+
:header-rows: 1
42
+
43
+
* - Plugin
44
+
- Description
45
+
* - :doc:`Ant Path <plugins/antpath>`
46
+
- A flux animation (like walking of ants) along a polyline.
47
+
* - :doc:`Boat Marker <plugins/boat_marker>`
48
+
- A boat marker using HTML canvas for displaying yachts and sailboats with heading and optional wind information.
49
+
* - :doc:`Beautify Icon <plugins/beautify_icon>`
50
+
- Lightweight plugin that adds colorful iconic markers without image and gives full control of style to end user (i.e. Unlimited colors and CSS styling).
51
+
* - :doc:`Draw <plugins/draw>`
52
+
- Enables drawing features like polylines, polygons, rectangles, circles and markers through a very nice user-friendly interface with icons and hints.
53
+
* - :doc:`Dual Map <plugins/dual_map>`
54
+
- Synchronized view of two maps in the same window.
0 commit comments