-
I want to show the before & after satellite images on a fire ROI using the split panel. But all examples I can find are about basemaps. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Apr 7, 2022
Replies: 1 comment 1 reply
-
You can use https://leafmap.org/common/?h=get_local#leafmap.common.get_local_tile_layer |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
get_local_tile_layer()
to generate a tile layer from raster datasets. Then you can pass the tile layers toleft_layer
andright_layer
of thesplit_map()
function.https://leafmap.org/common/?h=get_local#leafmap.common.get_local_tile_layer
https://leafmap.org/notebooks/12_split_map/