Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[core] enable query tests for 8007
Browse files Browse the repository at this point in the history
  • Loading branch information
ivovandongen committed Apr 13, 2017
1 parent d426bb5 commit 46f2d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapbox-gl-js
Submodule mapbox-gl-js updated 42 files
+39 −0 CHANGELOG.md
+1 −0 _config.mb-pages.yml
+3 −0 docs/_data/plugins.yml
+10 −7 docs/_layouts/default.html
+1 −0 docs/_layouts/pages.html
+43 −45 docs/_posts/examples/3400-01-02-cluster.html
+2 −2 docs/_posts/examples/3400-01-25-mapbox-gl-draw.html
+4 −4 docs/_theme/index.hbs
+1 −1 docs/_theme/note.hbs
+1 −1 docs/_theme/section.hbs
+2 −2 docs/_theme/section_list.hbs
+15 −1 docs/style-spec/_generate/index.html
+1 −1 package.json
+3 −0 src/source/geojson_worker_source.js
+9 −2 src/source/geojson_wrapper.js
+1 −1 src/source/load_tilejson.js
+17 −2 src/source/raster_tile_source.js
+4 −0 src/source/source_cache.js
+39 −0 src/source/tile_bounds.js
+15 −1 src/source/vector_tile_source.js
+1 −1 src/style-spec/migrate/v7.js
+1 −1 src/style-spec/migrate/v8.js
+6 −2 src/style-spec/reference/v8.json
+5 −2 src/style/style.js
+1 −1 src/ui/camera.js
+7 −6 src/ui/map.js
+2 −1 src/util/util.js
+1 −4 test/integration/query-tests/circle-radius/property-function/style.json
+1 −4 test/integration/query-tests/circle-radius/zoom-and-property-function/style.json
+1 −4 test/integration/query-tests/line-gap-width/property-function/style.json
+1 −4 test/integration/query-tests/line-offset/property-function/style.json
+33 −0 test/integration/query-tests/regressions/mapbox-gl-js#4494/expected.json
+44 −0 test/integration/query-tests/regressions/mapbox-gl-js#4494/style.json
+1 −1 test/integration/render-tests/regressions/mapbox-gl-js#4235/style.json
+ test/integration/render-tests/regressions/mapbox-gl-js#4564/expected.png
+43 −0 test/integration/render-tests/regressions/mapbox-gl-js#4564/style.json
+ test/integration/render-tests/regressions/mapbox-gl-js#4573/expected.png
+34 −0 test/integration/render-tests/regressions/mapbox-gl-js#4573/style.json
+3 −3 test/integration/render-tests/regressions/mapbox-gl-native#7792/style.json
+65 −0 test/unit/source/raster_tile_source.test.js
+24 −0 test/unit/source/source_cache.test.js
+35 −0 test/unit/source/vector_tile_source.test.js

0 comments on commit 46f2d13

Please sign in to comment.