Images
In [2]:
Copied!
import crimpy
import crimpy
In [3]:
Copied!
m = crimpy.Map()
m
m = crimpy.Map()
m
Map(center=[20, 0], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', 'zoom_out_text…
In [4]:
Copied!
url = 'https://www.nps.gov/obed/planyourvisit/images/IMG_0400-447.jpg?maxwidth=1300&maxheight=1300&autorotate=false'
url = 'https://www.nps.gov/obed/planyourvisit/images/IMG_0400-447.jpg?maxwidth=1300&maxheight=1300&autorotate=false'
In [6]:
Copied!
m.add_image(url, 350, 200)
m.add_image(url, 350, 200)
Last update:
2023-10-22