diff --git a/test/integration/render-tests/geojson/fractional-minzoom/expected.png b/test/integration/render-tests/geojson/fractional-minzoom/expected.png new file mode 100644 index 00000000000..8376479b10e Binary files /dev/null and b/test/integration/render-tests/geojson/fractional-minzoom/expected.png differ diff --git a/test/integration/render-tests/geojson/fractional-minzoom/style.json b/test/integration/render-tests/geojson/fractional-minzoom/style.json new file mode 100644 index 00000000000..842683fb939 --- /dev/null +++ b/test/integration/render-tests/geojson/fractional-minzoom/style.json @@ -0,0 +1,32 @@ +{ + "version": 8, + "metadata": { + "test": { + "width": 512, + "height": 512 + } + }, + "center": [ + -77.0424, + 38.90924 + ], + "zoom": 18.9, + "sources": { + "geojson": { + "type": "geojson", + "data": "local://data/feature.geojson" + } + }, + "layers": [ + { + "id": "line", + "type": "line", + "source": "geojson", + "minzoom": 18.5, + "paint": { + "line-color": "#EC8D8D", + "line-width": 4 + } + } + ] +} \ No newline at end of file