terriajs
Version:
Geospatial data visualization platform.
4 lines • 425 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { getMakiIcon } from "../../Map/Icons/Maki/MakiIcons";
export const MarkerOptionRenderer = (option) => (_jsxs("div", { children: [_jsx("img", { width: "20px", height: "20px", style: { marginBottom: -5 }, src: getMakiIcon(option.value, "#000", 1, "#fff", 24, 24) ?? option.value }), " ", option.value] }));
//# sourceMappingURL=MarkerOptionRenderer.js.map