Skip to content

Commit 4c5be3c

Browse files
author
Nathaniel Henry
committed
Show full point metadata and outline the commute isochrones on the winners map.
1 parent 6630b1e commit 4c5be3c

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/tutorials/home_search.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@ stops = close.place_pois(geoid = city["geoid"], type = freq_transit_stop_dest_id
7070
supermarkets["kind"] = "Supermarket"
7171
restaurants["kind"] = "Restaurant"
7272
stops["kind"] = "Transit stop"
73-
around = pd.concat([
74-
supermarkets[["kind", "geometry"]],
75-
restaurants[["kind", "geometry"]],
76-
stops[["kind", "geometry"]]
77-
])
73+
around = pd.concat([supermarkets, restaurants, stops])
7874
7975
palette = {"Supermarket": "#058040", "Restaurant": "#c6cbe0", "Transit stop": "#f36e21"}
8076
close_map(
@@ -184,6 +180,6 @@ close_map(
184180
boundary = city_boundary,
185181
background = [work_a, work_b],
186182
background_color = ["#058040", "#f36e21"],
187-
background_opacity = 0.5
183+
background_fill = False
188184
)
189185
```

0 commit comments

Comments
 (0)