Skip to content

Commit

Permalink
cleanup heatmap style reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Sep 14, 2017
1 parent ecce0e5 commit 625c655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 46 deletions.
4 changes: 0 additions & 4 deletions src/data/bucket/heatmap_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ const heatmapInterface = {
indexArrayType: CircleBucket.programInterface.indexArrayType,

paintAttributes: [
{property: 'heatmap-color'},
{property: 'heatmap-radius'},
{property: 'heatmap-blur'},
{property: 'heatmap-opacity'},
{property: 'heatmap-weight'}
]
};
Expand Down
45 changes: 3 additions & 42 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -3011,68 +3011,29 @@
"doc": "The fill color of the heatmap.",
"function": "interpolated",
"zoom-function": true,
"property-function": true,
"transition": true,
"sdk-support": {
"basic functionality": {
"js": "0.10.0",
"android": "2.0.1",
"ios": "2.0.0",
"macos": "0.1.0"
},
"data-driven styling": {
"js": "0.18.0",
"android": "5.0.0",
"ios": "3.5.0",
"macos": "0.4.0"
}
}
},
"heatmap-blur": {
"type": "number",
"default": 0,
"doc": "Amount to blur the heatmap. 1 blurs the heatmap such that only the centerpoint is full opacity.",
"function": "interpolated",
"zoom-function": true,
"property-function": true,
"property-function": false,
"transition": true,
"sdk-support": {
"basic functionality": {
"js": "0.10.0",
"android": "2.0.1",
"ios": "2.0.0",
"macos": "0.1.0"
},
"data-driven styling": {
"js": "0.20.0",
"android": "5.0.0",
"ios": "3.5.0",
"macos": "0.4.0"
}
}
},
"heatmap-opacity": {
"type": "number",
"doc": "The opacity at which the heatmap will be drawn.",
"doc": "The global opacity at which the heatmap will be drawn.",
"default": 1,
"minimum": 0,
"maximum": 1,
"function": "interpolated",
"zoom-function": true,
"property-function": true,
"property-function": false,
"transition": true,
"sdk-support": {
"basic functionality": {
"js": "0.10.0",
"android": "2.0.1",
"ios": "2.0.0",
"macos": "0.1.0"
},
"data-driven styling": {
"js": "0.20.0",
"android": "5.0.0",
"ios": "3.5.0",
"macos": "0.4.0"
}
}
}
Expand Down

0 comments on commit 625c655

Please sign in to comment.