Vector
In [1]:
Copied!
import geohaye
import geohaye
In [2]:
Copied!
m = geohaye.Map()
m.add_basemap('OpenTopoMap')
m.add_shp('countries.shp', name='Countries')
m
m = geohaye.Map()
m.add_basemap('OpenTopoMap')
m.add_shp('countries.shp', name='Countries')
m
Out[2]:
Map(center=[20, 0], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', 'zoom_out_text…
In [ ]:
Copied!