-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interactive vector tile layers (#1213)
* Add renderer_factory option * Update docstring for interactive, default False * Optional get_feature_id * Send propagatedForm properties and options * Add set_feature_style and reset_feature_style * feature_style as traitlets property * setOpacity to 0 if VTL initialized with visible=False * Rename vector_tile_layer_styles to layer_styles in python * Rename renderer_factory to renderer in python * Rename get_feature_id to feature_id in python * backwards compatibility for vector_tile_layer_styles * Backwards compatiblity and update layer_styles --------- Co-authored-by: martinRenou <martin.renou@gmail.com>
- Loading branch information
1 parent
506ec04
commit 8a500e7
Showing
2 changed files
with
140 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters