# oh-plan-page - Floor plan

Displays markers on an image overlay

# Configuration

# General

# imageUrl Image URL TEXT url

The URL of the image to display as background

# imageWidth Image Width INTEGER

The width of the image (by default 1000 pixels). Please specify if the image is not square to compute the aspect ratio

# imageHeight Image Height INTEGER

The height of the image (by default 1000 pixels). Please specify if the image is not square to compute the aspect ratio

# noZoomOrDrag Disable Zooming & Dragging BOOLEAN

Disable the ability to zoom and drag

# noZoomAnimation No Zoom Animation BOOLEAN

Change zoom levels without animation, can also avoid graphic glitches with persistent tooltips

# noMarkerZoomAnimation Hide Markers during Zoom Animation BOOLEAN

# backgroundColor Background Color TEXT

Color outside the bounds of the image. "Black or White" means it will be black in dark mode and white in light mode

Options:
(empty)
Default
white
Always White
black
Always Black
blackwhite
Black or White

# darkModeInvert Invert Image in Dark Mode BOOLEAN

Apply an invert filter to the image in dark mode - use with images in black & white or grayscale for best results

# tooltipColor Tooltip Color TEXT

Color of the tooltip. "Black or White" means it will be black in dark mode and white in light mode

Options:
white
White
black
Black
blackwhite
Black or White

# SVG Embedding

When the Image URL points to an SVG file, it can be embedded directly into the plan so its elements can reflect Item states and trigger actions. Elements must have an id and an openhab attribute to become interactive.

# embedSvg Embed SVG BOOLEAN

Embed the SVG image (from Image URL) directly into the plan so its elements can reflect Item states and trigger actions (default false)

# embedSvgFlashing Embed SVG Flashing in Run-Mode BOOLEAN

Flash SVG elements on hover in run-mode as well (default false)