You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to include gdf.hvplot() inside a pn.Column (e.g., with title and description), it doesn't work as expected. It only works if titles are added later, after the map is imported. This causes redundancy, as both the individuals page and the IGNN page are doing this extra step of adding the titles later.
When trying to include
gdf.hvplot()
inside apn.Column
(e.g., withtitle
anddescription
), it doesn't work as expected. It only works if titles are added later, after the map is imported. This causes redundancy, as both the individuals page and the IGNN page are doing this extra step of adding the titles later.To reproduce:
instead fo the current code in
vpages/map.py
write
currently the workaround is adding titles later after the map imports.
The text was updated successfully, but these errors were encountered: