nicer overlay point markers and optional clustering

This commit is contained in:
Gwendolyn 2024-12-26 04:08:03 +01:00
parent b596bc9c12
commit aea7df1b24
6 changed files with 86 additions and 41 deletions

View file

@ -375,6 +375,7 @@ class DataOverlaySchema(TitledSchema, DjangoModelSchema):
stroke_opacity: Optional[float]
fill_color: Optional[str]
fill_opacity: Optional[float]
cluster_points: bool