Skip to content

Commit ea75f29

Browse files
Merge pull request #545 from giswqs/master
Fixed typos in docs
2 parents edb413c + dd077d9 commit ea75f29

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/api_reference/map.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Method Arguments Doc
5959
================ ===================================== ===
6060
add_layer Layer instance Add a new layer to the map
6161
remove_layer Layer instance Remove a layer from the map
62+
substitute_layer Layer instance Substitute a layer with a new layer
6263
clear_layers Remove all layers from the map
6364
add_control Control instance Add a new control to the map
6465
remove_control Control instance Remove a control from the map

docs/source/api_reference/widget_control.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Attribute Default Value Doc
3030
position 'topleft' Position of the control, can be 'bottomleft', 'bottomright', 'topleft', or 'topright'
3131
widget None Widget content
3232
min_width None Min width of the widget (in pixels), if None it will respect the content size
33-
max_width None Min width of the widget (in pixels), if None it will respect the content size
33+
max_width None Max width of the widget (in pixels), if None it will respect the content size
3434
min_height None Min height of the widget (in pixels), if None it will respect the content size
35-
max_height None Min height of the widget (in pixels), if None it will respect the content size
35+
max_height None Max height of the widget (in pixels), if None it will respect the content size
3636
================ ================ ===

0 commit comments

Comments
 (0)