d3-thematika - v0.0.1
    Preparing search index...

    Interface ImageLayerOptions

    画像レイヤーのオプション

    interface ImageLayerOptions {
        attr?: LayerAttr;
        bounds: [number, number, number, number];
        showBboxMarkers?: boolean;
        src: string;
        style?: LayerStyle;
    }
    Index

    Properties

    attr?: LayerAttr

    SVG属性設定

    bounds: [number, number, number, number]

    画像の地理的境界 [west, south, east, north]

    showBboxMarkers?: boolean

    bboxの四隅にマーカーを表示するかどうか

    src: string

    画像のURL

    style?: LayerStyle

    CSS style属性設定