-
Hi all, kindly please advice how to plot dynamic layer. I try use this one but no layer comes up: expected result should be like in here: thanks |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Aug 30, 2023
Replies: 1 comment 2 replies
-
Not all tile layers are supported. m = leafmap.Map()
url = 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}'
m.add_tile_layer(url, name='ArcGIS', attribution='Esri')
m |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not all tile layers are supported.