Overlays#

In ipyopenlayers, overlays are used to add additional content on top of the map, providing a way to enhance the map’s interactivity and functionality. There are three main types of overlays available:

Base class for overlays on the map.

ipyopenlayers.openlayers.BaseOverlay.position#

The position of the overlay on the map (it’s center).

Type:

list of float, default [0, 0]