Skip to content

Using OpenRailwayMap on a geemap.foliumap map #2087

Answered by giswqs
lcrisinger asked this question in Q&A
Discussion options

You must be logged in to vote

Try this:

import geemap.foliumap as geemap
Map = geemap.Map(center=(61.5, 100), zoom=4)
url = url='https://a.tiles.openrailwaymap.org/standard/{z}/{x}/{y}.png'
Map.add_tile_layer(url, name='OpenRailwayMap', attribution='OpenRailwayMap')
Map

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@lcrisinger
Comment options

@giswqs
Comment options

@lcrisinger
Comment options

@giswqs
Comment options

@lcrisinger
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