From bfa4ca0f13432efc46b449f3ec84a554dba6aad2 Mon Sep 17 00:00:00 2001 From: Molly Lloyd Date: Thu, 9 Aug 2018 08:51:34 -0700 Subject: [PATCH] v0.48.0-beta.1 --- CHANGELOG.md | 31 ++++ package.json | 2 +- src/style-spec/CHANGELOG.md | 8 + src/style-spec/package.json | 2 +- src/style-spec/types.js | 1 + .../expected.png | Bin 657 -> 0 bytes .../line-width-composite-function/style.json | 152 ------------------ .../function/line-width-constant/expected.png | Bin 170 -> 0 bytes .../function/line-width-constant/style.json | 56 ------- .../line-width-property-function/expected.png | Bin 483 -> 0 bytes .../line-width-property-function/style.json | 108 ------------- .../expected.png | Bin 572 -> 0 bytes .../line-width-composite-function/style.json | 138 ---------------- .../literal/line-width-constant/expected.png | Bin 377 -> 0 bytes .../literal/line-width-constant/style.json | 97 ----------- .../line-width-property-function/expected.png | Bin 427 -> 0 bytes .../line-width-property-function/style.json | 94 ----------- .../line-width-zoom-function/expected.png | Bin 362 -> 0 bytes .../line-width-zoom-function/style.json | 53 ------ 19 files changed, 42 insertions(+), 700 deletions(-) delete mode 100644 test/integration/render-tests/line-dasharray/function/line-width-composite-function/expected.png delete mode 100644 test/integration/render-tests/line-dasharray/function/line-width-composite-function/style.json delete mode 100644 test/integration/render-tests/line-dasharray/function/line-width-constant/expected.png delete mode 100644 test/integration/render-tests/line-dasharray/function/line-width-constant/style.json delete mode 100644 test/integration/render-tests/line-dasharray/function/line-width-property-function/expected.png delete mode 100644 test/integration/render-tests/line-dasharray/function/line-width-property-function/style.json delete mode 100644 test/integration/render-tests/line-dasharray/literal/line-width-composite-function/expected.png delete mode 100644 test/integration/render-tests/line-dasharray/literal/line-width-composite-function/style.json delete mode 100644 test/integration/render-tests/line-dasharray/literal/line-width-constant/expected.png delete mode 100644 test/integration/render-tests/line-dasharray/literal/line-width-constant/style.json delete mode 100644 test/integration/render-tests/line-dasharray/literal/line-width-property-function/expected.png delete mode 100644 test/integration/render-tests/line-dasharray/literal/line-width-property-function/style.json delete mode 100644 test/integration/render-tests/line-dasharray/literal/line-width-zoom-function/expected.png delete mode 100644 test/integration/render-tests/line-dasharray/literal/line-width-zoom-function/style.json diff --git a/CHANGELOG.md b/CHANGELOG.md index add2c2cc2ab..13e7d9a43c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## 0.48.0-beta.1 + +## ⚠️ Breaking changes +* Treat tiles that error with status 404 as empty renderable tiles to prevent rendering duplicate features in some sparse tilesets ([#6803](https://github.com/mapbox/mapbox-gl-js/pull/6803)) + +## 🐛 Bug fixes +* Fix issue where `text-max-angle` property was being calculated incorectly internally, causing potential rendering errors when `"text-placement": line` +* Require `feature.id` when using `Map#setFeatureState` ([#6974](https://github.com/mapbox/mapbox-gl-js/pull/6974)) +* Fix issue with removing the `GeolocateControl` when user location is being used ([#6977](https://github.com/mapbox/mapbox-gl-js/pull/6977)) (h/t [sergei-zelinsky](https://github.com/sergei-zelinsky)) +* Fix memory leak caused by a failure to remove all controls added to the map ([#7042](https://github.com/mapbox/mapbox-gl-js/pull/7042)) +* Fix bug where the build would fail when using mapbox-gl webpack 2 and UglifyJSPlugin ([#4359](https://github.com/mapbox/mapbox-gl-js/issues/4359), fixed by [#6956](https://api.github.com/repos/mapbox/mapbox-gl-js/pulls/6956)) +* Fix bug where fitBounds called with coordinates outside the bounds of Web Mercator resulted in uncaught error ([#6906](https://github.com/mapbox/mapbox-gl-js/issues/6906), fixed by [#6918](https://api.github.com/repos/mapbox/mapbox-gl-js/pulls/6918)) +* Fix bug wherein `Map#querySourceFeatures` was returning bad results on zooms > maxZoom ([#7061](https://github.com/mapbox/mapbox-gl-js/pull/7061)) +* Relax typing for equality and order expressions ([#6459](https://github.com/mapbox/mapbox-gl-js/issues/6459), fixed by [#6961](https://api.github.com/repos/mapbox/mapbox-gl-js/pulls/6961)) +* Fix bug where `queryPadding` for all layers in a source was set by the first layer, causing incorrect querying on other layers and, in some cases, incorrect firing of events associated with individual layers ([#6909](https://github.com/mapbox/mapbox-gl-js/pull/6909)) + +## ✨ Features and improvements + +* Performance Improvements: + * Stop unnecessary serialization of symbol source features. ([#7013](https://github.com/mapbox/mapbox-gl-js/pull/7013)) + * Optimize calculation for getting visible tile coordinates ([#6998](https://github.com/mapbox/mapbox-gl-js/pull/6998)) + * Improve performance of creating `{Glyph/Image}Atlas`es ([#7091](https://github.com/mapbox/mapbox-gl-js/pull/7091)) + * Optimize and simplify tile retention logic ([#6995](https://github.com/mapbox/mapbox-gl-js/pull/6995)) +* Add a user turnstile event for users accessing Mapbox APIs ([#6980](https://github.com/mapbox/mapbox-gl-js/pull/6980)) +* Add support for autogenerating feature ids for GeoJSON sources so they can be used more easily with the `Map#setFeatureState` API ([#7043](https://www.github.com/mapbox/mapbox-gl-js/pull/7043))) ([#7091](https://github.com/mapbox/mapbox-gl-js/pull/7091)) +* Add ability to style a symbol layer labels with multple fonts and text sizes via `"format"` expression ([#6994](https://www.github.com/mapbox/mapbox-gl-js/pull/6994)) +* Add customAttribution option to AttributionControl ([#7033](https://github.com/mapbox/mapbox-gl-js/pull/7033)) (h/t [mklopets](https://github.com/mklopets)) +* Publish Flow type definitions alongside compiled bundle ([#7079](https://api.github.com/repos/mapbox/mapbox-gl-js/pulls/7079)) +* Introduce symbol cross fading when crossing integer zoom levels to prevent labels from disappearing before newly loaded tiles' labels can be rendered ([#6951](https://github.com/mapbox/mapbox-gl-js/pull/6951)) +* Improvements in label collision detection ([#6925](https://api.github.com/repos/mapbox/mapbox-gl-js/pulls/6925))) + ## 0.47.0 ## ✨ Features and improvements diff --git a/package.json b/package.json index 523f80ec248..c1e2a5ddcb0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "0.47.0", + "version": "0.48.0-beta.1", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "license": "SEE LICENSE IN LICENSE.txt", diff --git a/src/style-spec/CHANGELOG.md b/src/style-spec/CHANGELOG.md index 32b3915fd7f..2cc0081f8f8 100644 --- a/src/style-spec/CHANGELOG.md +++ b/src/style-spec/CHANGELOG.md @@ -1,3 +1,11 @@ +## 13.1.1-beta + +## 🐛 Bug fixes +* Fix mapboxgl-style-spec (v13.0.1): import broken "Can't resolve 'fs' in browser ([#6984](https://github.com/mapbox/mapbox-gl-js/issues/6984), fixed by [#6997](https://api.github.com/repos/mapbox/mapbox-gl-js/pulls/6997)) + +## ✨ Features and improvements +* Produce nicer style formatting ([#7029](https://github.com/mapbox/mapbox-gl-js/pull/7029)) + ## 13.1.0 ## ✨ Features and improvements diff --git a/src/style-spec/package.json b/src/style-spec/package.json index c4e32b69a1d..27d748b5e06 100644 --- a/src/style-spec/package.json +++ b/src/style-spec/package.json @@ -1,7 +1,7 @@ { "name": "@mapbox/mapbox-gl-style-spec", "description": "a specification for mapbox gl styles", - "version": "13.1.0", + "version": "13.1.1-beta.1", "author": "Mapbox", "keywords": [ "mapbox", diff --git a/src/style-spec/types.js b/src/style-spec/types.js index a65db4ff90f..79f2a51383d 100644 --- a/src/style-spec/types.js +++ b/src/style-spec/types.js @@ -408,3 +408,4 @@ export type LayerSpecification = | RasterLayerSpecification | HillshadeLayerSpecification | BackgroundLayerSpecification; + diff --git a/test/integration/render-tests/line-dasharray/function/line-width-composite-function/expected.png b/test/integration/render-tests/line-dasharray/function/line-width-composite-function/expected.png deleted file mode 100644 index 1589de16c17e979422d05041471f2a65981b5c67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 657 zcmV;C0&e|@P)Nu7th@+s1Ty#4qbxmV7=5uvVSxpDu#4W#A+LEzV>JH?eIN(ZsPC!ex654DW#NB zN-3q3QcAt0Qr|o(MHlCALzu&ua0%ZEyYRGd3+K=g4&pvx8Q%-Tcv9HHr}$e<{pwpp zrMQKCSQcK#yl@t;2u&;so0vdHIE6#PJ2);(VNv)8OXFo_QoU*avrt9ViICcZ+2k8nTMv4ESH#=DC1IITF2GivBpUkep(2;*oe-V+|f z!&pbZ;vTdVe+dtwr5I6EcpQ7Niay0ov=mo_Ni{X}xPJAuQDI5=9c{%m;UfM(2b+ow zv=u)Im(W)Hsp#TsT*f-K6xY#K{46X>DW#O|SfBc4(ZK+wu!a$gVFi0Ij5X}V06Lh# z7P^?m26kWytGE|qSiv}ku!eoO3pX)?O;ni1ItDR;Rg7Xo4Gs1Eh&eokAFvy*;R|fT z+xQR_KE@ju#04ziAuQohJcsWviWB$@eK>>n(ZDA-i6LCX3)qh(?8jkzgCU$$Q$wn4 z9;4Wequ7BN96|$gXepk-BiM$+n7}R^!w4S0Q4C-f&!fUYJb?<&;sCbe2$~qiF$|-L rBiN1uQc5YMlu}A5rIb=i={Eic6M200EYl1w00000NkvXXu0mjf;jSO@ diff --git a/test/integration/render-tests/line-dasharray/function/line-width-composite-function/style.json b/test/integration/render-tests/line-dasharray/function/line-width-composite-function/style.json deleted file mode 100644 index a2ebd810390..00000000000 --- a/test/integration/render-tests/line-dasharray/function/line-width-composite-function/style.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "version": 8, - "metadata": { - "test": { - "width": 64, - "height": 64 - } - }, - "zoom": 0.5, - "sources": { - "geojson": { - "type": "geojson", - "data": { - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "property": 1 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - -5 - ], - [ - 10, - -5 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "property": 2 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - 0 - ], - [ - 10, - 0 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "property": 3 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - 5 - ], - [ - 10, - 5 - ] - ] - } - } - ] - } - } - }, - "layers": [ - { - "id": "road", - "type": "line", - "source": "geojson", - "paint": { - "line-width": { - "property": "property", - "type": "categorical", - "stops": [ - [ - { - "zoom": 0, - "value": 1 - }, - 1 - ], - [ - { - "zoom": 0, - "value": 2 - }, - 2 - ], - [ - { - "zoom": 0, - "value": 3 - }, - 3 - ], - [ - { - "zoom": 1, - "value": 1 - }, - 4 - ], - [ - { - "zoom": 1, - "value": 2 - }, - 5 - ], - [ - { - "zoom": 1, - "value": 3 - }, - 6 - ] - ] - }, - "line-dasharray": { - "stops": [ - [ - 0, - [ - 1, - 1 - ] - ], - [ - 1, - [ - 2, - 1 - ] - ] - ] - } - } - } - ] -} diff --git a/test/integration/render-tests/line-dasharray/function/line-width-constant/expected.png b/test/integration/render-tests/line-dasharray/function/line-width-constant/expected.png deleted file mode 100644 index 397035cf9145f46d7da0d770c8365300e9c99375..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Or9=|Ar*{or0OmKdC4H&+k*!K zSqudj3^!K(df(&2aPD&jUuepKZ7QCVVCWN5{J&ok;-_y|96M@c)>pW(r#Cr9C;2g| oQ2u_KxOX3m`eC|&+W+m9pFfkIqyCp%9nd-kPgg&ebxsLQ01Qh#kpKVy diff --git a/test/integration/render-tests/line-dasharray/function/line-width-constant/style.json b/test/integration/render-tests/line-dasharray/function/line-width-constant/style.json deleted file mode 100644 index 7a0c1832f00..00000000000 --- a/test/integration/render-tests/line-dasharray/function/line-width-constant/style.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "version": 8, - "metadata": { - "test": { - "width": 64, - "height": 64 - } - }, - "zoom": 1, - "sources": { - "geojson": { - "type": "geojson", - "data": { - "type": "LineString", - "coordinates": [ - [ - -10, - 0 - ], - [ - 10, - 0 - ] - ] - } - } - }, - "layers": [ - { - "id": "line", - "type": "line", - "source": "geojson", - "paint": { - "line-width": 4, - "line-dasharray": { - "stops": [ - [ - 0, - [ - 1, - 1 - ] - ], - [ - 2, - [ - 2, - 2 - ] - ] - ] - } - } - } - ] -} diff --git a/test/integration/render-tests/line-dasharray/function/line-width-property-function/expected.png b/test/integration/render-tests/line-dasharray/function/line-width-property-function/expected.png deleted file mode 100644 index 9dc6a1ddb7ef3fc34d88bace826bf0f5a984f4ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Or9=|Ar*{or0Om)Ffh&m@!lS^ z^|+EK!|>pFeR_(MRElJ6%$KK;8^8UYh|1*bTi+~f9$kAy1H1EWrvzf4#}{&atjZR#VJ7oh}_p);WFdVbdD!&70zUPG0*U;Cqv! zEmic)$zKMl(MOrrXsk?XejRYngzKc$w5`=`+c%xRrJKmrx}~@TjQ5S!?it59 z=eRK+w&>E|(UkY+K-kyo-Od1pipo()Ee$LhITU$--5I60Bv5)hrwALN4^@ z-soY>aWsGR;sBq_q&G+HPC9;B*j4vsfpBTbBKE&4l9t1R4djOZ-}yh7`AIcT?!F0( OH3m;tKbLh*2~7ZgzRJS@ diff --git a/test/integration/render-tests/line-dasharray/function/line-width-property-function/style.json b/test/integration/render-tests/line-dasharray/function/line-width-property-function/style.json deleted file mode 100644 index 043ad25c275..00000000000 --- a/test/integration/render-tests/line-dasharray/function/line-width-property-function/style.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "version": 8, - "metadata": { - "test": { - "width": 64, - "height": 64 - } - }, - "zoom": 0.5, - "sources": { - "geojson": { - "type": "geojson", - "data": { - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "property": 1 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - -5 - ], - [ - 10, - -5 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "property": 2 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - 0 - ], - [ - 10, - 0 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "property": 3 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - 5 - ], - [ - 10, - 5 - ] - ] - } - } - ] - } - } - }, - "layers": [ - { - "id": "road", - "type": "line", - "source": "geojson", - "paint": { - "line-width": { - "type": "identity", - "property": "property" - }, - "line-dasharray": { - "stops": [ - [ - 0, - [ - 1, - 1 - ] - ], - [ - 1, - [ - 2, - 1 - ] - ] - ] - } - } - } - ] -} diff --git a/test/integration/render-tests/line-dasharray/literal/line-width-composite-function/expected.png b/test/integration/render-tests/line-dasharray/literal/line-width-composite-function/expected.png deleted file mode 100644 index f2f754294c3fb38ac80224fbeaedfeda8fed5827..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 572 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Or9=|Ar*{or0Om)Ffe`v@!lRh z-R)Z_!|>t!&SF=&%?2wCE0-Lc;O^-uV!qU5)2t(XOFxN6MBO~m6;YvLCM?aZnCR7Y zMWz3WLW!yML!)EWI(6NbUzR;t^Zxs1K_?Ey76Ay6elo^T8U8B!M+nu2q8d(eVX7;v~ZGUoY z!NM1|yHxIGWR!=xn#!(Qw@WakEAF(dbN?dFKa*+>c9i8motH3ekyxE~l*Gk#nn3UU z$e;Nt%sVP0$#U64^ zIby+fp>;XX{&$8(F$eSR9C7MN=Il%42#)ApYoTY^@Vi1q@|fKnNBw&Vl70#5{}NQo z9l-aUXB^`FlDPJXqFwUrC%SHi9WQt2z@h{cIbMHQIrnAnK0o;aC~Yu!y85}S Ib4q9e0Lypzo&W#< diff --git a/test/integration/render-tests/line-dasharray/literal/line-width-composite-function/style.json b/test/integration/render-tests/line-dasharray/literal/line-width-composite-function/style.json deleted file mode 100644 index 21da53ec11f..00000000000 --- a/test/integration/render-tests/line-dasharray/literal/line-width-composite-function/style.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "version": 8, - "metadata": { - "test": { - "width": 64, - "height": 64 - } - }, - "zoom": 0.5, - "sources": { - "geojson": { - "type": "geojson", - "data": { - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "property": 1 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - -5 - ], - [ - 10, - -5 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "property": 2 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - 0 - ], - [ - 10, - 0 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "property": 3 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - 5 - ], - [ - 10, - 5 - ] - ] - } - } - ] - } - } - }, - "layers": [ - { - "id": "road", - "type": "line", - "source": "geojson", - "paint": { - "line-width": { - "property": "property", - "type": "categorical", - "stops": [ - [ - { - "zoom": 0, - "value": 1 - }, - 1 - ], - [ - { - "zoom": 0, - "value": 2 - }, - 2 - ], - [ - { - "zoom": 0, - "value": 3 - }, - 3 - ], - [ - { - "zoom": 1, - "value": 1 - }, - 4 - ], - [ - { - "zoom": 1, - "value": 2 - }, - 5 - ], - [ - { - "zoom": 1, - "value": 3 - }, - 6 - ] - ] - }, - "line-dasharray": [ - 2, - 1 - ] - } - } - ] -} diff --git a/test/integration/render-tests/line-dasharray/literal/line-width-constant/expected.png b/test/integration/render-tests/line-dasharray/literal/line-width-constant/expected.png deleted file mode 100644 index 724a43365e5d7ee50b317dcaed4802d2e82dbec8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 377 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Or9=|Ar*{or0Om)FfbZ{cyA9b z%)OJqz;;3WdQgh2*$Va#O!hAY)ZCR)SImCo!FFO{Pl9Ah$F?9JrKN8?8drL+n*X!f z-vtDY2->blcgnuco_6Q$@4lvM`}oi7SiL6nJh$Jsy$?C(fBSntRQ>n84=w&vP5IUp z7W6h}%fvi>AjN)t)pODQZ+joVyI=PZ%+OO(Qd+c#{p+8DC!e*Y*W8>_coZwclND@+ zGEljaQs0Z&RdEJMZUB<` zSD4O=zzs=`{Y|3WRU&I5E-X$s+9bE%73^IXmp|?Me_2{@2>!m$7Z{cdp00i_>zopr E07X2Z;{X5v diff --git a/test/integration/render-tests/line-dasharray/literal/line-width-constant/style.json b/test/integration/render-tests/line-dasharray/literal/line-width-constant/style.json deleted file mode 100644 index 0301a104ff9..00000000000 --- a/test/integration/render-tests/line-dasharray/literal/line-width-constant/style.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "version": 8, - "metadata": { - "test": { - "width": 64, - "height": 64 - } - }, - "sources": { - "a": { - "type": "geojson", - "data": { - "type": "LineString", - "coordinates": [ - [ - -10, - -10 - ], - [ - 10, - -10 - ] - ] - } - }, - "b": { - "type": "geojson", - "data": { - "type": "LineString", - "coordinates": [ - [ - -10, - 0 - ], - [ - 10, - 0 - ] - ] - } - }, - "c": { - "type": "geojson", - "data": { - "type": "LineString", - "coordinates": [ - [ - -10, - 10 - ], - [ - 10, - 10 - ] - ] - } - } - }, - "layers": [ - { - "id": "a", - "type": "line", - "source": "a", - "paint": { - "line-width": 2, - "line-dasharray": [ - 1, - 1 - ] - } - }, - { - "id": "b", - "type": "line", - "source": "b", - "paint": { - "line-width": 4, - "line-dasharray": [ - 1, - 1 - ] - } - }, - { - "id": "c", - "type": "line", - "source": "c", - "paint": { - "line-width": 8, - "line-dasharray": [ - 1, - 1 - ] - } - } - ] -} diff --git a/test/integration/render-tests/line-dasharray/literal/line-width-property-function/expected.png b/test/integration/render-tests/line-dasharray/literal/line-width-property-function/expected.png deleted file mode 100644 index d396180c3eabf43299402328d134a4f9ff7e0496..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 427 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Or9=|Ar*{or0Om)FfgWocyAAC zXM`3qus?X;^IE2_v47bkX7+N0q|F?+c+ROER*~X4v?tI&qbXy?4U-!!3nO~kS{s$b z1ogU`5;k@GuxReKm|^_q@Kd9{icfX-)s(fHYI?IVUPnd4n&^B%5y zq?*?ItF2k$0n5FcZ>;1p5`A1;T#kr^X6DO@+9h&|8@4iv6|%W+XncO7{c>0Mk0$OF z9|TYDXpxOL8a(HyV$K6ezQ;?FB<&5B|7f_rqleSx640r}U8W&3j`>~b+WSIlTeA4B zF3~?ndXgHrF3&hrezdM+V`JePxA2d0`!9rEkvMFk<_feD3O4V5eAFpaZkc8yF!UKb MUHx3vIVCg!05iwB;{X5v diff --git a/test/integration/render-tests/line-dasharray/literal/line-width-property-function/style.json b/test/integration/render-tests/line-dasharray/literal/line-width-property-function/style.json deleted file mode 100644 index dafc933f524..00000000000 --- a/test/integration/render-tests/line-dasharray/literal/line-width-property-function/style.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "version": 8, - "metadata": { - "test": { - "width": 64, - "height": 64 - } - }, - "zoom": 0.5, - "sources": { - "geojson": { - "type": "geojson", - "data": { - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "property": 1 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - -5 - ], - [ - 10, - -5 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "property": 2 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - 0 - ], - [ - 10, - 0 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "property": 3 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -10, - 5 - ], - [ - 10, - 5 - ] - ] - } - } - ] - } - } - }, - "layers": [ - { - "id": "road", - "type": "line", - "source": "geojson", - "paint": { - "line-width": { - "type": "identity", - "property": "property" - }, - "line-dasharray": [ - 2, - 1 - ] - } - } - ] -} diff --git a/test/integration/render-tests/line-dasharray/literal/line-width-zoom-function/expected.png b/test/integration/render-tests/line-dasharray/literal/line-width-zoom-function/expected.png deleted file mode 100644 index c5b0fd9bd8c7773b4ed2564e8d0917971c5cc3ec..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 362 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Or9=|Ar*{or0Om)Ffb~EcyABd zdS78=V1MxZ-0q?PXAV!PL*h{?g&Km6dv_X2-TuRu_vo5>LE*}yzArdbx)l6a1!ZNf zxQY}8NV8m&5os+h$oX~td$pV(3Rt_qx3GRgw`0vg{hA{>uVx%(|8pe#OR{)r%wxIx z8+sLW9D;z7gaQS!i1F*mBv0zHkY5PG^aa zFJ$8uH*xN9Vb7{)lk<6~`OBb9=w5<^YEP0tsLulN*cA(f^$j|;*hE6EJvtQ?6WP65 zV_hTnog`Lsi(^)^ZX90e9)07u?X`lYY?Fdct+0Y_<(vhbvNn#wvn>wDUMpzRHu=C` jzp=|&rmF)5{I_M$F}78kZLqBs7