Skip to content

How to import WMS #246

Answered by giswqs
fredericotupinamba asked this question in Q&A
Dec 29, 2020 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You need to pass in the correct URL and layers. See this example.

import geemap
Map = geemap.Map()

url = 'http://wms.snirh.gov.br/arcgis/services/SNIRH/2016/MapServer/WMSServer?'
Map.add_wms_layer(url=url, layers='21', name='imagery', format='image/png', transparent=True, shown=True)

Map

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fredericotupinamba
Comment options

@giswqs
Comment options

Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants