File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -83,33 +83,3 @@ class Landing(BaseModel):
8383 title : Optional [str ] = None
8484 description : Optional [str ] = None
8585 links : List [Link ]
86-
87-
88- class Properties (BaseModel ):
89- """Model for FeatureInfo properties."""
90-
91- values : List [Union [float , int ]]
92- I : int # noqa: E741
93- J : int # noqa: E741
94- dimension : Dict [str , str ]
95- tileMatrixSet : str
96- tileMatrix : int
97- tileRow : int
98- tileCol : int
99-
100-
101- FeatureInfo = Feature [Point , Properties ]
102-
103-
104- class LayerDict (TypedDict , total = False ):
105- """Layer."""
106-
107- id : str
108- collection : str
109- bbox : List [float ]
110- format : Optional [str ]
111- style : str
112- render : Optional [Dict ]
113- tilematrixsets : Dict
114- time : Optional [List [str ]]
115- query_string : str
You can’t perform that action at this time.
0 commit comments