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.
// Create a Map popupconst myCustomPopup = JMap.Map.getMapJSLib().Popup({ closeButton: false, closeOnClick: false}) Copy
// Create a Map popupconst myCustomPopup = JMap.Map.getMapJSLib().Popup({ closeButton: false, closeOnClick: false})
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.