Skip to content

Commit

Permalink
Spec changes to reflect raster-array behavior (#13072)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen authored Feb 7, 2024
1 parent ce76f75 commit bcc0e97
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@
},
"source-layer": {
"type": "string",
"doc": "Layer to use from a vector tile source. Required for vector tile sources; prohibited for all other source types, including GeoJSON sources."
"doc": "Layer to use from a vector tile source. Required for vector and raster-array sources; prohibited for all other source types, including GeoJSON sources."
},
"slot": {
"type": "string",
Expand Down Expand Up @@ -7615,7 +7615,12 @@
"required": false,
"property-type": "data-constant",
"transition": false,
"doc": "Displayed band of raster array source layer",
"requires": [
{
"source": "raster-array"
}
],
"doc": "Displayed band of raster array source layer. Defaults to the first band if not set.",
"example": "band-name",
"sdk-support": {
"basic functionality": {
Expand Down

0 comments on commit bcc0e97

Please sign in to comment.