Skip to content

Instantly share code, notes, and snippets.

@MaxLenormand
Last active October 14, 2025 16:27
Show Gist options
  • Select an option

  • Save MaxLenormand/1272a4183a0f356154573e689b114e6e to your computer and use it in GitHub Desktop.

Select an option

Save MaxLenormand/1272a4183a0f356154573e689b114e6e to your computer and use it in GitHub Desktop.
{
"tileLayer": {
"@@type": "TileLayer",
"minZoom": 0,
"maxZoom": 19,
"tileSize": 256,
"pickable": true
},
"hexLayer": {
"@@type": "H3HexagonLayer",
"stroked": false,
"filled": true,
"pickable": true,
"extruded": false,
"opacity": 1,
"coverage": 0.9,
"lineWidthMinPixels": 10,
"getHexagon": "@@=properties.hex",
"getFillColor": {
"@@function": "colorContinuous",
"attr": "cnt",
"domain": [
200,
0
],
"colors": "OrYel",
"nullColor": [
184,
184,
184
]
},
"getLineColor": [
200,
200,
200
],
"getElevation": {
"@@function": "hasProp",
"property": "cnt",
"present": "@@=properties.cnt",
"absent": 1
},
"elevationScale": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment