Skip to content

Commit f986b66

Browse files
committed
geemap.py: Fix add_osm_from_geocode doc string
Missing newline before layer_name in b74c1c2
1 parent 65d98ea commit f986b66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

geemap/geemap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3122,7 +3122,8 @@ def add_osm_from_geocode(
31223122
Args:
31233123
query (str | dict | list): Query string(s) or structured dict(s) to geocode.
31243124
which_result (int, optional): Which geocoding result to use. if None, auto-select the first (Multi)Polygon or raise an error if OSM doesn't return one. to get the top match regardless of geometry type, set which_result=1. Defaults to None.
3125-
by_osmid (bool, optional): If True, handle query as an OSM ID for lookup rather than text search. Defaults to False. layer_name (str, optional): The layer name to be used.. Defaults to "Untitled".
3125+
by_osmid (bool, optional): If True, handle query as an OSM ID for lookup rather than text search. Defaults to False.
3126+
layer_name (str, optional): The layer name to be used.. Defaults to "Untitled".
31263127
style (dict, optional): A dictionary specifying the style to be used. Defaults to {}.
31273128
hover_style (dict, optional): Hover style dictionary. Defaults to {}.
31283129
style_callback (function, optional): Styling function that is called for each feature, and should return the feature style. This styling function takes the feature as argument. Defaults to None.

0 commit comments

Comments
 (0)