File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ def update_map_features(
257
257
current_view .index .get_indexer (current_selected .index )
258
258
)
259
259
else :
260
- current_view = self .display_table .current_view
260
+ current_view = dfs . loc [ self .display_table .current_view . index ]
261
261
current_selected = self .display_table .selected_dataframe
262
262
current_selection = list (
263
263
current_view .index .get_indexer (current_selected .index )
@@ -274,7 +274,7 @@ def update_map_features(
274
274
)
275
275
self .map_color_category = color_by
276
276
self .show_map_colors = show_color_by
277
- self .build_map_of_features (current_view , self .crs )
277
+ self .map_features = self . build_map_of_features (current_view , self .crs )
278
278
if isinstance (self .map_features , gv .Points ):
279
279
if show_marker_by :
280
280
self .map_features = self .map_features .opts (
You can’t perform that action at this time.
0 commit comments