Skip to content

Commit

Permalink
show photovoltaics
Browse files Browse the repository at this point in the history
  • Loading branch information
wcornejo authored and wcornejo committed Oct 9, 2024
1 parent 03952fb commit 6fb6d09
Show file tree
Hide file tree
Showing 4 changed files with 27,847 additions and 1,681 deletions.
3 changes: 1 addition & 2 deletions reView/components/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
)



def make_view(df):
"""Return an updated center view object for mapbox."""
layout = copy.deepcopy(MAP_LAYOUT)
Expand Down Expand Up @@ -380,7 +379,7 @@ def figure(self, point_size, reverse_color=False):
)
figure.update_traces(marker=self.marker(point_size, reverse_color))
else:
# Create data object
# Create data object
if "p_name" in self.df:
figure = px.scatter_mapbox(
data_frame=self.df,
Expand Down
Loading

0 comments on commit 6fb6d09

Please sign in to comment.