diff --git a/render-tests/fill-extrude-base/default/expected.png b/render-tests/fill-extrusion-base/default/expected.png similarity index 100% rename from render-tests/fill-extrude-base/default/expected.png rename to render-tests/fill-extrusion-base/default/expected.png diff --git a/render-tests/fill-extrude-base/default/style.json b/render-tests/fill-extrusion-base/default/style.json similarity index 98% rename from render-tests/fill-extrude-base/default/style.json rename to render-tests/fill-extrusion-base/default/style.json index 28d0e81b..3d99795e 100644 --- a/render-tests/fill-extrude-base/default/style.json +++ b/render-tests/fill-extrusion-base/default/style.json @@ -152,10 +152,10 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 30 + "fill-extrusion-height": 30 } } ] diff --git a/render-tests/fill-extrude-base/function/expected.png b/render-tests/fill-extrusion-base/function/expected.png similarity index 100% rename from render-tests/fill-extrude-base/function/expected.png rename to render-tests/fill-extrusion-base/function/expected.png diff --git a/render-tests/fill-extrude-base/function/style.json b/render-tests/fill-extrusion-base/function/style.json similarity index 97% rename from render-tests/fill-extrude-base/function/style.json rename to render-tests/fill-extrusion-base/function/style.json index 44edd32a..3c38a87f 100644 --- a/render-tests/fill-extrude-base/function/style.json +++ b/render-tests/fill-extrusion-base/function/style.json @@ -152,11 +152,11 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 40, - "fill-extrude-base": { + "fill-extrusion-height": 40, + "fill-extrusion-base": { "stops": [[17,0],[19,30]], "type": "exponential" } diff --git a/render-tests/fill-extrude-base/literal/expected.png b/render-tests/fill-extrusion-base/literal/expected.png similarity index 100% rename from render-tests/fill-extrude-base/literal/expected.png rename to render-tests/fill-extrusion-base/literal/expected.png diff --git a/render-tests/fill-extrude-base/literal/style.json b/render-tests/fill-extrusion-base/literal/style.json similarity index 97% rename from render-tests/fill-extrude-base/literal/style.json rename to render-tests/fill-extrusion-base/literal/style.json index 099e76bb..ea58666b 100644 --- a/render-tests/fill-extrude-base/literal/style.json +++ b/render-tests/fill-extrusion-base/literal/style.json @@ -152,11 +152,11 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 40, - "fill-extrude-base": 10 + "fill-extrusion-height": 40, + "fill-extrusion-base": 10 } } ] diff --git a/render-tests/fill-extrude-base/negative/expected.png b/render-tests/fill-extrusion-base/negative/expected.png similarity index 100% rename from render-tests/fill-extrude-base/negative/expected.png rename to render-tests/fill-extrusion-base/negative/expected.png diff --git a/render-tests/fill-extrude-base/negative/style.json b/render-tests/fill-extrusion-base/negative/style.json similarity index 97% rename from render-tests/fill-extrude-base/negative/style.json rename to render-tests/fill-extrusion-base/negative/style.json index 636b7979..228273df 100644 --- a/render-tests/fill-extrude-base/negative/style.json +++ b/render-tests/fill-extrusion-base/negative/style.json @@ -152,11 +152,11 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 40, - "fill-extrude-base": { + "fill-extrusion-height": 40, + "fill-extrusion-base": { "type": "identity", "property": "property" } diff --git a/render-tests/fill-extrude-base/property-function/expected.png b/render-tests/fill-extrusion-base/property-function/expected.png similarity index 100% rename from render-tests/fill-extrude-base/property-function/expected.png rename to render-tests/fill-extrusion-base/property-function/expected.png diff --git a/render-tests/fill-extrude-base/property-function/style.json b/render-tests/fill-extrusion-base/property-function/style.json similarity index 97% rename from render-tests/fill-extrude-base/property-function/style.json rename to render-tests/fill-extrusion-base/property-function/style.json index 8ae1fb68..9df98b76 100644 --- a/render-tests/fill-extrude-base/property-function/style.json +++ b/render-tests/fill-extrusion-base/property-function/style.json @@ -152,11 +152,11 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 40, - "fill-extrude-base": { + "fill-extrusion-height": 40, + "fill-extrusion-base": { "stops": [[0,0],[100,100]], "type": "exponential", "property": "property" diff --git a/render-tests/fill-extrude-base/zoom-and-property-function/expected.png b/render-tests/fill-extrusion-base/zoom-and-property-function/expected.png similarity index 100% rename from render-tests/fill-extrude-base/zoom-and-property-function/expected.png rename to render-tests/fill-extrusion-base/zoom-and-property-function/expected.png diff --git a/render-tests/fill-extrude-base/zoom-and-property-function/style.json b/render-tests/fill-extrusion-base/zoom-and-property-function/style.json similarity index 97% rename from render-tests/fill-extrude-base/zoom-and-property-function/style.json rename to render-tests/fill-extrusion-base/zoom-and-property-function/style.json index e5ec1532..6a6a9277 100644 --- a/render-tests/fill-extrude-base/zoom-and-property-function/style.json +++ b/render-tests/fill-extrusion-base/zoom-and-property-function/style.json @@ -152,11 +152,11 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 100, - "fill-extrude-base": { + "fill-extrusion-height": 100, + "fill-extrusion-base": { "stops": [ [{ "zoom": 17, diff --git a/render-tests/extrude-fill-color/default/expected.png b/render-tests/fill-extrusion-color/default/expected.png similarity index 100% rename from render-tests/extrude-fill-color/default/expected.png rename to render-tests/fill-extrusion-color/default/expected.png diff --git a/render-tests/extrude-fill-color/default/style.json b/render-tests/fill-extrusion-color/default/style.json similarity index 97% rename from render-tests/extrude-fill-color/default/style.json rename to render-tests/fill-extrusion-color/default/style.json index 1bde6a08..c7b66fdc 100644 --- a/render-tests/extrude-fill-color/default/style.json +++ b/render-tests/fill-extrusion-color/default/style.json @@ -122,10 +122,10 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10 + "fill-extrusion-height": 10 } } ] diff --git a/render-tests/extrude-fill-color/function/expected.png b/render-tests/fill-extrusion-color/function/expected.png similarity index 100% rename from render-tests/extrude-fill-color/function/expected.png rename to render-tests/fill-extrusion-color/function/expected.png diff --git a/render-tests/extrude-fill-color/function/style.json b/render-tests/fill-extrusion-color/function/style.json similarity index 96% rename from render-tests/extrude-fill-color/function/style.json rename to render-tests/fill-extrusion-color/function/style.json index 995ae0b4..3389ccb1 100644 --- a/render-tests/extrude-fill-color/function/style.json +++ b/render-tests/fill-extrusion-color/function/style.json @@ -122,11 +122,11 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-color": { + "fill-extrusion-height": 10, + "fill-extrusion-color": { "stops": [ [17, "blue"], [19, "red"] diff --git a/render-tests/extrude-fill-color/literal/expected.png b/render-tests/fill-extrusion-color/literal/expected.png similarity index 100% rename from render-tests/extrude-fill-color/literal/expected.png rename to render-tests/fill-extrusion-color/literal/expected.png diff --git a/render-tests/extrude-fill-color/literal/style.json b/render-tests/fill-extrusion-color/literal/style.json similarity index 96% rename from render-tests/extrude-fill-color/literal/style.json rename to render-tests/fill-extrusion-color/literal/style.json index 2b462eb4..3d347976 100644 --- a/render-tests/extrude-fill-color/literal/style.json +++ b/render-tests/fill-extrusion-color/literal/style.json @@ -122,11 +122,11 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-color": "blue" + "fill-extrusion-height": 10, + "fill-extrusion-color": "blue" } } ] diff --git a/render-tests/extrude-fill-color/no-alpha-no-multiply/expected.png b/render-tests/fill-extrusion-color/no-alpha-no-multiply/expected.png similarity index 100% rename from render-tests/extrude-fill-color/no-alpha-no-multiply/expected.png rename to render-tests/fill-extrusion-color/no-alpha-no-multiply/expected.png diff --git a/render-tests/extrude-fill-color/no-alpha-no-multiply/style.json b/render-tests/fill-extrusion-color/no-alpha-no-multiply/style.json similarity index 95% rename from render-tests/extrude-fill-color/no-alpha-no-multiply/style.json rename to render-tests/fill-extrusion-color/no-alpha-no-multiply/style.json index 4c6b4145..9b1e31d3 100644 --- a/render-tests/extrude-fill-color/no-alpha-no-multiply/style.json +++ b/render-tests/fill-extrusion-color/no-alpha-no-multiply/style.json @@ -122,11 +122,11 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-color": "rgba(100,100,100,0.2)" + "fill-extrusion-height": 10, + "fill-extrusion-color": "rgba(100,100,100,0.2)" } } ] diff --git a/render-tests/extrude-fill-color/property-function/expected.png b/render-tests/fill-extrusion-color/property-function/expected.png similarity index 100% rename from render-tests/extrude-fill-color/property-function/expected.png rename to render-tests/fill-extrusion-color/property-function/expected.png diff --git a/render-tests/extrude-fill-color/property-function/style.json b/render-tests/fill-extrusion-color/property-function/style.json similarity index 95% rename from render-tests/extrude-fill-color/property-function/style.json rename to render-tests/fill-extrusion-color/property-function/style.json index 2344729c..ddf6e18d 100644 --- a/render-tests/extrude-fill-color/property-function/style.json +++ b/render-tests/fill-extrusion-color/property-function/style.json @@ -71,11 +71,11 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-color": { + "fill-extrusion-height": 10, + "fill-extrusion-color": { "property": "property", "stops": [ [ diff --git a/render-tests/extrude-fill-color/zoom-and-property-function/expected.png b/render-tests/fill-extrusion-color/zoom-and-property-function/expected.png similarity index 100% rename from render-tests/extrude-fill-color/zoom-and-property-function/expected.png rename to render-tests/fill-extrusion-color/zoom-and-property-function/expected.png diff --git a/render-tests/extrude-fill-color/zoom-and-property-function/style.json b/render-tests/fill-extrusion-color/zoom-and-property-function/style.json similarity index 95% rename from render-tests/extrude-fill-color/zoom-and-property-function/style.json rename to render-tests/fill-extrusion-color/zoom-and-property-function/style.json index 23e648a3..5309c3d4 100644 --- a/render-tests/extrude-fill-color/zoom-and-property-function/style.json +++ b/render-tests/fill-extrusion-color/zoom-and-property-function/style.json @@ -71,11 +71,11 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-color": { + "fill-extrusion-height": 10, + "fill-extrusion-color": { "property": "property", "stops": [ [{ diff --git a/render-tests/fill-extrude-height/default/expected.png b/render-tests/fill-extrusion-height/default/expected.png similarity index 100% rename from render-tests/fill-extrude-height/default/expected.png rename to render-tests/fill-extrusion-height/default/expected.png diff --git a/render-tests/fill-extrude-height/default/style.json b/render-tests/fill-extrusion-height/default/style.json similarity index 98% rename from render-tests/fill-extrude-height/default/style.json rename to render-tests/fill-extrusion-height/default/style.json index 56078f3a..2da1600d 100644 --- a/render-tests/fill-extrude-height/default/style.json +++ b/render-tests/fill-extrusion-height/default/style.json @@ -122,7 +122,7 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": {} } diff --git a/render-tests/fill-extrude-height/function/expected.png b/render-tests/fill-extrusion-height/function/expected.png similarity index 100% rename from render-tests/fill-extrude-height/function/expected.png rename to render-tests/fill-extrusion-height/function/expected.png diff --git a/render-tests/fill-extrude-height/function/style.json b/render-tests/fill-extrusion-height/function/style.json similarity index 97% rename from render-tests/fill-extrude-height/function/style.json rename to render-tests/fill-extrusion-height/function/style.json index 156b98a2..b63d6ffe 100644 --- a/render-tests/fill-extrude-height/function/style.json +++ b/render-tests/fill-extrusion-height/function/style.json @@ -122,10 +122,10 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": { + "fill-extrusion-height": { "stops": [ [17, 10], [19, 100] diff --git a/render-tests/fill-extrude-height/negative/expected.png b/render-tests/fill-extrusion-height/negative/expected.png similarity index 100% rename from render-tests/fill-extrude-height/negative/expected.png rename to render-tests/fill-extrusion-height/negative/expected.png diff --git a/render-tests/fill-extrude-height/negative/style.json b/render-tests/fill-extrusion-height/negative/style.json similarity index 97% rename from render-tests/fill-extrude-height/negative/style.json rename to render-tests/fill-extrusion-height/negative/style.json index 00f4033c..b9b35ba4 100644 --- a/render-tests/fill-extrude-height/negative/style.json +++ b/render-tests/fill-extrusion-height/negative/style.json @@ -122,10 +122,10 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": { + "fill-extrusion-height": { "type": "identity", "property": "property" } diff --git a/render-tests/fill-extrude-height/property-function/expected.png b/render-tests/fill-extrusion-height/property-function/expected.png similarity index 100% rename from render-tests/fill-extrude-height/property-function/expected.png rename to render-tests/fill-extrusion-height/property-function/expected.png diff --git a/render-tests/fill-extrude-height/property-function/style.json b/render-tests/fill-extrusion-height/property-function/style.json similarity index 97% rename from render-tests/fill-extrude-height/property-function/style.json rename to render-tests/fill-extrusion-height/property-function/style.json index 97e50dc5..47d0d40a 100644 --- a/render-tests/fill-extrude-height/property-function/style.json +++ b/render-tests/fill-extrusion-height/property-function/style.json @@ -122,10 +122,10 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": { + "fill-extrusion-height": { "stops": [ [0, 0], [100, 100] diff --git a/render-tests/fill-extrude-height/zoom-and-property-function/expected.png b/render-tests/fill-extrusion-height/zoom-and-property-function/expected.png similarity index 100% rename from render-tests/fill-extrude-height/zoom-and-property-function/expected.png rename to render-tests/fill-extrusion-height/zoom-and-property-function/expected.png diff --git a/render-tests/fill-extrude-height/zoom-and-property-function/style.json b/render-tests/fill-extrusion-height/zoom-and-property-function/style.json similarity index 97% rename from render-tests/fill-extrude-height/zoom-and-property-function/style.json rename to render-tests/fill-extrusion-height/zoom-and-property-function/style.json index bf7cdc3b..2d59f695 100644 --- a/render-tests/fill-extrude-height/zoom-and-property-function/style.json +++ b/render-tests/fill-extrusion-height/zoom-and-property-function/style.json @@ -122,10 +122,10 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": { + "fill-extrusion-height": { "stops": [ [{ "zoom": 17.99, diff --git a/render-tests/extrude-fill-opacity/default/expected.png b/render-tests/fill-extrusion-opacity/default/expected.png similarity index 100% rename from render-tests/extrude-fill-opacity/default/expected.png rename to render-tests/fill-extrusion-opacity/default/expected.png diff --git a/render-tests/extrude-fill-opacity/default/style.json b/render-tests/fill-extrusion-opacity/default/style.json similarity index 97% rename from render-tests/extrude-fill-opacity/default/style.json rename to render-tests/fill-extrusion-opacity/default/style.json index 14e76eaa..f3d6e604 100644 --- a/render-tests/extrude-fill-opacity/default/style.json +++ b/render-tests/fill-extrusion-opacity/default/style.json @@ -102,10 +102,10 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10 + "fill-extrusion-height": 10 } } ] diff --git a/render-tests/extrude-fill-opacity/function/expected.png b/render-tests/fill-extrusion-opacity/function/expected.png similarity index 100% rename from render-tests/extrude-fill-opacity/function/expected.png rename to render-tests/fill-extrusion-opacity/function/expected.png diff --git a/render-tests/extrude-fill-opacity/function/style.json b/render-tests/fill-extrusion-opacity/function/style.json similarity index 96% rename from render-tests/extrude-fill-opacity/function/style.json rename to render-tests/fill-extrusion-opacity/function/style.json index 97c84c80..6d700022 100644 --- a/render-tests/extrude-fill-opacity/function/style.json +++ b/render-tests/fill-extrusion-opacity/function/style.json @@ -102,11 +102,11 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-opacity": { + "fill-extrusion-height": 10, + "fill-extrusion-opacity": { "stops": [[18.9, 0.1],[19.1, 1]], "type": "exponential" } diff --git a/render-tests/extrude-fill-opacity/literal/expected.png b/render-tests/fill-extrusion-opacity/literal/expected.png similarity index 100% rename from render-tests/extrude-fill-opacity/literal/expected.png rename to render-tests/fill-extrusion-opacity/literal/expected.png diff --git a/render-tests/extrude-fill-opacity/literal/style.json b/render-tests/fill-extrusion-opacity/literal/style.json similarity index 95% rename from render-tests/extrude-fill-opacity/literal/style.json rename to render-tests/fill-extrusion-opacity/literal/style.json index a2ca1f45..b32233bb 100644 --- a/render-tests/extrude-fill-opacity/literal/style.json +++ b/render-tests/fill-extrusion-opacity/literal/style.json @@ -102,11 +102,11 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-opacity": 0.75 + "fill-extrusion-height": 10, + "fill-extrusion-opacity": 0.75 } } ] diff --git a/render-tests/extrude-fill-pattern/@2x/expected.png b/render-tests/fill-extrusion-pattern/@2x/expected.png similarity index 100% rename from render-tests/extrude-fill-pattern/@2x/expected.png rename to render-tests/fill-extrusion-pattern/@2x/expected.png diff --git a/render-tests/extrude-fill-pattern/@2x/style.json b/render-tests/fill-extrusion-pattern/@2x/style.json similarity index 92% rename from render-tests/extrude-fill-pattern/@2x/style.json rename to render-tests/fill-extrusion-pattern/@2x/style.json index c4aa20c6..5c60a5eb 100644 --- a/render-tests/extrude-fill-pattern/@2x/style.json +++ b/render-tests/fill-extrusion-pattern/@2x/style.json @@ -58,11 +58,11 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-pattern": "generic_icon", - "fill-extrude-height": 10 + "fill-extrusion-pattern": "generic_icon", + "fill-extrusion-height": 10 } } ] diff --git a/render-tests/extrude-fill-pattern/function-2/expected.png b/render-tests/fill-extrusion-pattern/function-2/expected.png similarity index 100% rename from render-tests/extrude-fill-pattern/function-2/expected.png rename to render-tests/fill-extrusion-pattern/function-2/expected.png diff --git a/render-tests/extrude-fill-pattern/function-2/style.json b/render-tests/fill-extrusion-pattern/function-2/style.json similarity index 93% rename from render-tests/extrude-fill-pattern/function-2/style.json rename to render-tests/fill-extrusion-pattern/function-2/style.json index 7522032d..b4d4aa62 100644 --- a/render-tests/extrude-fill-pattern/function-2/style.json +++ b/render-tests/fill-extrusion-pattern/function-2/style.json @@ -57,14 +57,14 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-pattern": { + "fill-extrusion-pattern": { "stops": [[18, "generic_icon"], [19, "generic_metro"]], "type": "interval" }, - "fill-extrude-height": 10 + "fill-extrusion-height": 10 } } ] diff --git a/render-tests/extrude-fill-pattern/function/expected.png b/render-tests/fill-extrusion-pattern/function/expected.png similarity index 100% rename from render-tests/extrude-fill-pattern/function/expected.png rename to render-tests/fill-extrusion-pattern/function/expected.png diff --git a/render-tests/extrude-fill-pattern/function/style.json b/render-tests/fill-extrusion-pattern/function/style.json similarity index 93% rename from render-tests/extrude-fill-pattern/function/style.json rename to render-tests/fill-extrusion-pattern/function/style.json index b2fe1d23..2a500f3c 100644 --- a/render-tests/extrude-fill-pattern/function/style.json +++ b/render-tests/fill-extrusion-pattern/function/style.json @@ -57,14 +57,14 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-pattern": { + "fill-extrusion-pattern": { "stops": [[18, "generic_icon"], [19, "generic_metro"]], "type": "interval" }, - "fill-extrude-height": 10 + "fill-extrusion-height": 10 } } ] diff --git a/render-tests/extrude-fill-pattern/literal/expected.png b/render-tests/fill-extrusion-pattern/literal/expected.png similarity index 100% rename from render-tests/extrude-fill-pattern/literal/expected.png rename to render-tests/fill-extrusion-pattern/literal/expected.png diff --git a/render-tests/extrude-fill-pattern/literal/style.json b/render-tests/fill-extrusion-pattern/literal/style.json similarity index 92% rename from render-tests/extrude-fill-pattern/literal/style.json rename to render-tests/fill-extrusion-pattern/literal/style.json index db488551..06af41f7 100644 --- a/render-tests/extrude-fill-pattern/literal/style.json +++ b/render-tests/fill-extrusion-pattern/literal/style.json @@ -57,11 +57,11 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-pattern": "generic_icon", - "fill-extrude-height": 10 + "fill-extrusion-pattern": "generic_icon", + "fill-extrusion-height": 10 } } ] diff --git a/render-tests/extrude-fill-pattern/opacity/expected.png b/render-tests/fill-extrusion-pattern/opacity/expected.png similarity index 100% rename from render-tests/extrude-fill-pattern/opacity/expected.png rename to render-tests/fill-extrusion-pattern/opacity/expected.png diff --git a/render-tests/extrude-fill-pattern/opacity/style.json b/render-tests/fill-extrusion-pattern/opacity/style.json similarity index 90% rename from render-tests/extrude-fill-pattern/opacity/style.json rename to render-tests/fill-extrusion-pattern/opacity/style.json index 22428f30..2238890a 100644 --- a/render-tests/extrude-fill-pattern/opacity/style.json +++ b/render-tests/fill-extrusion-pattern/opacity/style.json @@ -57,12 +57,12 @@ "layers": [ { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-pattern": "generic_icon", - "fill-opacity": 0.5, - "fill-extrude-height": 10 + "fill-extrusion-pattern": "generic_icon", + "fill-extrusion-opacity": 0.5, + "fill-extrusion-height": 10 } } ] diff --git a/render-tests/extrude-fill-translate-anchor/map/expected.png b/render-tests/fill-extrusion-translate-anchor/map/expected.png similarity index 100% rename from render-tests/extrude-fill-translate-anchor/map/expected.png rename to render-tests/fill-extrusion-translate-anchor/map/expected.png diff --git a/render-tests/extrude-fill-translate-anchor/map/style.json b/render-tests/fill-extrusion-translate-anchor/map/style.json similarity index 92% rename from render-tests/extrude-fill-translate-anchor/map/style.json rename to render-tests/fill-extrusion-translate-anchor/map/style.json index fa95181d..a2e48627 100644 --- a/render-tests/extrude-fill-translate-anchor/map/style.json +++ b/render-tests/fill-extrusion-translate-anchor/map/style.json @@ -80,12 +80,12 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-translate": [-30, -30], - "fill-translate-anchor": "map" + "fill-extrusion-height": 10, + "fill-extrusion-translate": [-30, -30], + "fill-extrusion-translate-anchor": "map" } } ] diff --git a/render-tests/extrude-fill-translate-anchor/viewport/expected.png b/render-tests/fill-extrusion-translate-anchor/viewport/expected.png similarity index 100% rename from render-tests/extrude-fill-translate-anchor/viewport/expected.png rename to render-tests/fill-extrusion-translate-anchor/viewport/expected.png diff --git a/render-tests/extrude-fill-translate-anchor/viewport/style.json b/render-tests/fill-extrusion-translate-anchor/viewport/style.json similarity index 86% rename from render-tests/extrude-fill-translate-anchor/viewport/style.json rename to render-tests/fill-extrusion-translate-anchor/viewport/style.json index 1ecc28d7..46c55a11 100644 --- a/render-tests/extrude-fill-translate-anchor/viewport/style.json +++ b/render-tests/fill-extrusion-translate-anchor/viewport/style.json @@ -48,12 +48,12 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-translate": [-30, -30], - "fill-translate-anchor": "viewport" + "fill-extrusion-height": 10, + "fill-extrusion-translate": [-30, -30], + "fill-extrusion-translate-anchor": "viewport" } } ] diff --git a/render-tests/extrude-fill-translate/default/expected.png b/render-tests/fill-extrusion-translate/default/expected.png similarity index 100% rename from render-tests/extrude-fill-translate/default/expected.png rename to render-tests/fill-extrusion-translate/default/expected.png diff --git a/render-tests/extrude-fill-translate/default/style.json b/render-tests/fill-extrusion-translate/default/style.json similarity index 96% rename from render-tests/extrude-fill-translate/default/style.json rename to render-tests/fill-extrusion-translate/default/style.json index 5eef023a..67b907fc 100644 --- a/render-tests/extrude-fill-translate/default/style.json +++ b/render-tests/fill-extrusion-translate/default/style.json @@ -79,10 +79,10 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10 + "fill-extrusion-height": 10 } } ] diff --git a/render-tests/extrude-fill-translate/function/expected.png b/render-tests/fill-extrusion-translate/function/expected.png similarity index 100% rename from render-tests/extrude-fill-translate/function/expected.png rename to render-tests/fill-extrusion-translate/function/expected.png diff --git a/render-tests/extrude-fill-translate/function/style.json b/render-tests/fill-extrusion-translate/function/style.json similarity index 95% rename from render-tests/extrude-fill-translate/function/style.json rename to render-tests/fill-extrusion-translate/function/style.json index 7f602904..a0368d94 100644 --- a/render-tests/extrude-fill-translate/function/style.json +++ b/render-tests/fill-extrusion-translate/function/style.json @@ -79,11 +79,11 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-translate": { + "fill-extrusion-height": 10, + "fill-extrusion-translate": { "stops": [[18, [0, -220]], [20, [100, -20]]], "type": "exponential" } diff --git a/render-tests/extrude-fill-translate/literal-opacity/expected.png b/render-tests/fill-extrusion-translate/literal-opacity/expected.png similarity index 100% rename from render-tests/extrude-fill-translate/literal-opacity/expected.png rename to render-tests/fill-extrusion-translate/literal-opacity/expected.png diff --git a/render-tests/extrude-fill-translate/literal-opacity/style.json b/render-tests/fill-extrusion-translate/literal-opacity/style.json similarity index 92% rename from render-tests/extrude-fill-translate/literal-opacity/style.json rename to render-tests/fill-extrusion-translate/literal-opacity/style.json index dc01d3f6..e946f072 100644 --- a/render-tests/extrude-fill-translate/literal-opacity/style.json +++ b/render-tests/fill-extrusion-translate/literal-opacity/style.json @@ -79,12 +79,12 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-translate": [-30, -30], - "fill-opacity": 0.5 + "fill-extrusion-height": 10, + "fill-extrusion-translate": [-30, -30], + "fill-extrusion-opacity": 0.5 } } ] diff --git a/render-tests/extrude-fill-translate/literal/expected.png b/render-tests/fill-extrusion-translate/literal/expected.png similarity index 100% rename from render-tests/extrude-fill-translate/literal/expected.png rename to render-tests/fill-extrusion-translate/literal/expected.png diff --git a/render-tests/extrude-fill-translate/literal/style.json b/render-tests/fill-extrusion-translate/literal/style.json similarity index 94% rename from render-tests/extrude-fill-translate/literal/style.json rename to render-tests/fill-extrusion-translate/literal/style.json index e6d4d192..482cc4ca 100644 --- a/render-tests/extrude-fill-translate/literal/style.json +++ b/render-tests/fill-extrusion-translate/literal/style.json @@ -79,11 +79,11 @@ }, { "id": "extrusion", - "type": "fill", + "type": "fill-extrusion", "source": "geojson", "paint": { - "fill-extrude-height": 10, - "fill-translate": [-30, -30] + "fill-extrusion-height": 10, + "fill-extrusion-translate": [-30, -30] } } ] diff --git a/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/style.json b/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/style.json index 9011bc77..95c43dd4 100644 --- a/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/style.json +++ b/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/style.json @@ -14,8 +14,8 @@ ], [ "setPaintProperty", - "fill", - "fill-extrude-height", + "fill-extrusion", + "fill-extrusion-height", 10 ] ] @@ -58,8 +58,8 @@ }, "layers": [ { - "id": "fill", - "type": "fill", + "id": "fill-extrusion", + "type": "fill-extrusion", "source": "geojson" } ]