Added heatmap layer type.

This commit is contained in:
orangemug
2018-02-18 11:50:04 +00:00
parent a092bc2689
commit 77ddf67201
5 changed files with 19 additions and 2 deletions

View File

@@ -210,5 +210,20 @@
]
}
]
},
"heatmap": {
"groups": [
{
"title": "Paint properties",
"type": "properties",
"fields": [
"heatmap-radius",
"heatmap-weight",
"heatmap-intensity",
"heatmap-color",
"heatmap-opacity"
]
}
]
}
}