baremaps-server/src/main/resources/assets/server.html [57:75]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Add the navigation control to the map map.addControl(new maplibregl.NavigationControl()); // Add the inspect control to the map map.addControl(new MaplibreInspect({ showMapPopup: true, showMapPopupOnHover: false, showInspectMapPopupOnHover: false, popup: new maplibregl.Popup({ closeButton: true, closeOnClick: true, maxWidth: 'none' }) })); // Add the tile boundaries control to the map map.addControl(new MaplibreTileBoundaries({ showBoundaries: false })); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - baremaps-server/src/main/resources/assets/viewer.html [109:127]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Add the navigation control to the map map.addControl(new maplibregl.NavigationControl()); // Add the inspect control to the map map.addControl(new MaplibreInspect({ showMapPopup: true, showMapPopupOnHover: false, showInspectMapPopupOnHover: false, popup: new maplibregl.Popup({ closeButton: true, closeOnClick: true, maxWidth: 'none' }) })); // Add the tile boundaries control to the map map.addControl(new MaplibreTileBoundaries({ showBoundaries: false })); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -