GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Activates manual mode on a given DOM wrapper. Usable from the panel as well as from the toolbar.

      Parameters

      • map: IMapAdapter

        MapLibre map instance

      • wrapper: HTMLElement

        The [data-gl-filter-id="proximity"] element carrying the data-proximity-* attributes

      • getRadiusKm: () => number

        Callback invoked on click to read the current radius, in km

      • Optionaloptions: ManualModeOptions

        Optional callbacks (onPointPlaced)

      Returns void