Skip to content

Commit

Permalink
remove private status for 3 fill-extrusion properties
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhong committed Sep 9, 2024
1 parent 443e3f8 commit 3a781f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,6 @@
"fill-extrusion-edge-radius": {
"type": "number",
"experimental": true,
"private": true,
"default": 0,
"minimum": 0,
"maximum": 1,
Expand Down Expand Up @@ -5633,7 +5632,6 @@
"fill-extrusion-ambient-occlusion-intensity": {
"property-type": "data-constant",
"type": "number",
"private": true,
"default": 0.0,
"minimum": 0,
"maximum": 1,
Expand All @@ -5656,7 +5654,6 @@
"fill-extrusion-ambient-occlusion-radius": {
"property-type": "data-constant",
"type": "number",
"private": true,
"default": 3.0,
"minimum": 0,
"expression": {
Expand Down

0 comments on commit 3a781f4

Please sign in to comment.