• JMap.Map.getMapJSLib

    Returns the JS library used to create the map (Maplibre).

    Useful to be able to create a map library object, for instance a popup.

    Returns any

    Example

    // Create a Map popup
    const myCustomPopup = JMap.Map.getMapJSLib().Popup({
    closeButton: false,
    closeOnClick: false
    })