Foliumap
Using maplab with folium:
In [1]:
Copied!
#pip install maplab
#pip install maplab
In [2]:
Copied!
import maplab.foliumap as maplab
import maplab.foliumap as maplab
In [3]:
Copied!
m = maplab.Map(center=[20,0], zoom=2)
m.add_tile_layer(url='http://mt0.google.com/vt/lyrs=m&hl=en&x={x}&y={y}&z={z}', name='Google Maps', attribution='Google')
m
m = maplab.Map(center=[20,0], zoom=2)
m.add_tile_layer(url='http://mt0.google.com/vt/lyrs=m&hl=en&x={x}&y={y}&z={z}', name='Google Maps', attribution='Google')
m
Out[3]:
Make this Notebook Trusted to load map: File -> Trust Notebook
Last update:
2023-05-11