Appearance
Documentation / @geoverse/core-ol / INFO_WINDOW_CLASS
Variable: INFO_WINDOW_CLASS
ts
const INFO_WINDOW_CLASS: "geoverse-info-window" = 'geoverse-info-window';Defined in: packages/core-ol/src/map/infoWindow.ts:20
InfoWindow 默认气泡皮肤 class(白底/圆角/阴影/内边距,样式见包内 style.css)。
OL 的 ol/Overlay 不像 MapLibre 的 Popup 那样自带弹窗 chrome,故这里给内容 元素补一层默认皮肤,与 @geoverse/core-libre(maplibre-gl.css 的 popup)视觉对齐。 需要完全自定义时覆盖该 class 的样式即可。
