d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
layers/geojson-layer
GeojsonLayerOptions
Interface GeojsonLayerOptions
GeojsonLayerの初期化オプション
interface
GeojsonLayerOptions
{
attr
?:
LayerAttr
;
data
:
|
FeatureCollection
<
Geometry
,
GeoJsonProperties
>
|
Feature
<
Geometry
,
GeoJsonProperties
>
[]
;
style
?:
LayerStyle
;
}
Index
Properties
attr?
data
style?
Properties
Optional
attr
attr
?:
LayerAttr
レイヤーのSVG属性設定
data
data
:
|
FeatureCollection
<
Geometry
,
GeoJsonProperties
>
|
Feature
<
Geometry
,
GeoJsonProperties
>
[]
GeoJSONデータ
Optional
style
style
?:
LayerStyle
レイヤーのCSS style属性設定
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attr
data
style
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
GeojsonLayerの初期化オプション