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

    Interface GeojsonLayerOptions

    GeojsonLayerの初期化オプション

    interface GeojsonLayerOptions {
        attr?: LayerAttr;
        data:
            | FeatureCollection<Geometry, GeoJsonProperties>
            | Feature<Geometry, GeoJsonProperties>[];
        style?: LayerStyle;
    }
    Index

    Properties

    Properties

    attr?: LayerAttr

    レイヤーのSVG属性設定

    data:
        | FeatureCollection<Geometry, GeoJsonProperties>
        | Feature<Geometry, GeoJsonProperties>[]

    GeoJSONデータ

    style?: LayerStyle

    レイヤーのCSS style属性設定