Using OpenRailwayMap on a geemap.foliumap map #2087
-
Hello,
However, when using
Clearly I am doing something wrong. I would greatly appreciate any and all advice! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
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 |
Beta Was this translation helpful? Give feedback.
Try this: