Files
geoclustering/geocluster/kepler_config.json
Felix Spöttel 50f8a872e6 feat: prototype
2022-06-30 13:18:39 +02:00

87 lines
2.4 KiB
JSON

{
"version": "v1",
"config": {
"visState": {
"filters": [],
"layers": [
{
"type": "geojson",
"config": {
"dataId": "clusters",
"label": "clusters",
"color": [179, 173, 158],
"highlightColor": [252, 242, 26, 255],
"columns": { "geojson": "_geojson" },
"isVisible": true,
"visConfig": {
"opacity": 0.8,
"strokeOpacity": 0.8,
"thickness": 0.5,
"strokeColor": null,
"colorRange": {
"name": "Global Warming",
"type": "sequential",
"category": "Uber",
"colors": [
"#5A1846",
"#900C3F",
"#C70039",
"#E3611C",
"#F1920E",
"#FFC300"
]
},
"strokeColorRange": {
"name": "Global Warming",
"type": "sequential",
"category": "Uber",
"colors": [
"#5A1846",
"#900C3F",
"#C70039",
"#E3611C",
"#F1920E",
"#FFC300"
]
},
"radius": 10,
"sizeRange": [0, 10],
"radiusRange": [0, 50],
"heightRange": [0, 500],
"elevationScale": 5,
"enableElevationZoomFactor": true,
"stroked": false,
"filled": true,
"enable3d": false,
"wireframe": false
},
"hidden": false,
"textLabel": [
{
"field": null,
"color": [255, 255, 255],
"size": 18,
"offset": [0, 0],
"anchor": "start",
"alignment": "center"
}
]
},
"visualChannels": {
"colorField": { "name": "cluster_id", "type": "integer" },
"colorScale": "quantile",
"strokeColorField": null,
"strokeColorScale": "quantile",
"sizeField": null,
"sizeScale": "linear",
"heightField": null,
"heightScale": "linear",
"radiusField": null,
"radiusScale": "linear"
}
}
]
}
}
}