Skip to content

Commit

Permalink
Fix Vector Client Visualize Method (#12440)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: da435c925da73169c7f1b9db1a14ac6b7ec89874
  • Loading branch information
jjmckee authored and Descartes Labs Build committed Feb 7, 2024
1 parent c7a9c5d commit 49ea8f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion descarteslabs/core/vector/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,6 @@ def visualize(
lyr = create_layer(
product_id=self.id,
name=name,
is_spatial=self.is_spatial,
property_filter=options.property_filter,
columns=options.columns,
vector_tile_layer_styles={self.id: vector_tile_layer_styles},
Expand Down

0 comments on commit 49ea8f9

Please sign in to comment.