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 the archiveType is not provided in the GeoSeries, the map doesn't make much sense using the defaults:
Problem 1:
The work around is to set marker='o' but I would expect that by default, I get something better than question marks when archiveType (default for marker setting) is None. I would write a condition that if archiveType is None for all GeoSeries in the MultipleGeoSeries object, then set marker to 'o'.
Problem 2:
The legend on the right doesn't make sense when there are no archiveType provided. But when using the command: scatter_kwargs={'legend':False}, the colorbar disappears.
The text was updated successfully, but these errors were encountered:
When the archiveType is not provided in the GeoSeries, the map doesn't make much sense using the defaults:
Problem 1:
The work around is to set
marker='o'
but I would expect that by default, I get something better than question marks when archiveType (default for marker setting) is None. I would write a condition that if archiveType is None for all GeoSeries in the MultipleGeoSeries object, then set marker to 'o'.Problem 2:
The legend on the right doesn't make sense when there are no archiveType provided. But when using the command:
scatter_kwargs={'legend':False}
, the colorbar disappears.The text was updated successfully, but these errors were encountered: