allow numbers in dataoverlay extradata values
This commit is contained in:
parent
92fd06031c
commit
033abddced
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ class DataOverlayFeatureSchema(TitledSchema, WithGeometrySchema, DjangoModelSche
|
|||
interactive: bool
|
||||
point_icon: Optional[str]
|
||||
external_url: Optional[str]
|
||||
extra_data: Optional[dict[str, str]]
|
||||
extra_data: Optional[dict[str, str | int | float]]
|
||||
|
||||
|
||||
class WayTypeSchema(TitledSchema, DjangoModelSchema):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue