Skip to content

Commit

Permalink
fix zoom_to_extend typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jul 22, 2024
1 parent d2f45b3 commit 821107a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata_catalogue/maps/libs/maplibre.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class CatalogueTreeNode(BaseModel):

class MapConfig(BaseModel):
exclusive_layers: bool = Field(default=False, description="Only one layer should be visible at a time")
zoom_to_extend: bool = Field(default=False, description="Enable zoom to extend button")
zoom_to_extent: bool = Field(default=False, description="Enable zoom to extend button")
logo_layout: Literal["vertical"] | Literal["horizontal"] = "horizontal"
layer_legend: bool = Field(default=True, description="Enable layer legend")

Expand Down

0 comments on commit 821107a

Please sign in to comment.