Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions functions/definition/models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ FbObjVectorTileServer:
type: string
name:
type: FbEnumVectorTileServerName
sourceLayer:
type: string
url:
type: string
minZoom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class FbObjVectorTileServer(TypesyncModel):

credits: str
name: FbEnumVectorTileServerName
sourceLayer: str
url: str
minZoom: int
maxZoom: int
Expand Down