Skip to content

Commit fc25932

Browse files
Apply suggestions from code review
Co-authored-by: Maarten Breddels <[email protected]>
1 parent cbc5bfa commit fc25932

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/controls/geoman_draw_control.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Geoman Draw Control
22
============
33

44
``GeomanDrawControl`` allows one to draw various shapes on the map.
5-
The drawing functionality opn the front-end is provided by `geoman <https://geoman.io/>`_.
5+
The drawing functionality on the front-end is provided by `geoman <https://geoman.io/>`_.
66

77
The following shapes are supported:
88
- marker
9-
- circleMarker
9+
- circlemarker
1010
- circle
1111
- polyline
1212
- rectangle

python/ipyleaflet_core/ipyleaflet/leaflet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2233,7 +2233,7 @@ class GeomanDrawControl(DrawControlBase):
22332233

22342234
# Current mode & shape
22352235
# valid values are: 'draw', 'edit', 'drag', 'remove', 'cut', 'rotate'
2236-
# for drawing, the tool can be added after ':' e.g. 'draw:Marker'
2236+
# for drawing, the tool can be added after ':' e.g. 'draw:marker'
22372237
current_mode = Any(allow_none=True, default_value=None).tag(sync=True)
22382238

22392239
# Hides toolbar

0 commit comments

Comments
 (0)