Skip to content

Commit 40c6489

Browse files
author
Nathaniel Henry
committed
Mark the starting point on the first-map supermarket map.
1 parent 8d3c8ea commit 40c6489

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/tutorials/first_map.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ close_map(
8585
nearby_supermarkets,
8686
color = "#e8590c",
8787
boundary = city_boundary,
88-
label = "name"
88+
label = "name",
89+
mark = (start_lon, start_lat)
8990
)
9091
```
9192

0 commit comments

Comments
 (0)