We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7f844 commit 6a829c7Copy full SHA for 6a829c7
labelbox/data/annotation_types/data/tiled_image.py
@@ -73,7 +73,7 @@ class TiledImageData(BaseData):
73
If specified version is 2, converts bounds from [lng,lat] to [lat,lng]
74
"""
75
tile_layer: TileLayer
76
- alternative_layers: list[TileLayer]
+ alternative_layers: List[TileLayer]
77
tile_bounds: TiledBounds
78
zoom_levels: List[int]
79
max_native_zoom: int = zoom_levels[1]
0 commit comments