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

Commit

Permalink
Update mapbox-gl-js
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jul 11, 2017
1 parent 48007dd commit ab1c9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapbox-gl-js
Submodule mapbox-gl-js updated 34 files
+112 −0 build/generate-flow-typed-style-spec.js
+0 −0 build/minifyify_style_spec.js
+0 −0 build/strictify.js
+290 −0 flow-typed/style-spec.js
+15 −0 flow-typed/tilejson.js
+3 −2 package.json
+3 −2 src/source/geojson_source.js
+3 −3 src/source/geojson_worker_source.js
+1 −1 src/source/rtl_text_plugin.js
+2 −2 src/source/source.js
+65 −56 src/source/tile_coord.js
+2 −2 src/source/vector_tile_worker_source.js
+2 −2 src/source/worker.js
+2 −2 src/source/worker_tile.js
+12 −3 src/style/style_layer_index.js
+33 −27 src/util/ajax.js
+16 −10 src/util/evented.js
+5 −5 src/util/mapbox.js
+1 −1 src/util/util.js
+1 −4 test/integration/render-tests/icon-text-fit/placement-line/style.json
+ test/integration/render-tests/regressions/mapbox-gl-native#9406/expected.png
+48 −0 test/integration/render-tests/regressions/mapbox-gl-native#9406/style.json
+1 −4 test/integration/render-tests/symbol-placement/point-polygon/style.json
+1 −4 test/integration/render-tests/symbol-spacing/line-close/style.json
+1 −4 test/integration/render-tests/symbol-spacing/line-overscaled/style.json
+1 −4 test/integration/render-tests/text-keep-upright/line-placement-false/style.json
+1 −4 test/integration/render-tests/text-keep-upright/line-placement-true-pitched/style.json
+1 −4 test/integration/render-tests/text-keep-upright/line-placement-true-rotated/style.json
+1 −4 test/integration/render-tests/text-keep-upright/line-placement-true/style.json
+1 −4 test/integration/render-tests/text-max-angle/literal/style.json
+1 −4 test/integration/render-tests/text-size/composite-function-line-placement/style.json
+1 −4 test/integration/render-tests/text-writing-mode/chinese/style.json
+1 −4 test/integration/render-tests/text-writing-mode/mixed/style.json
+10 −0 test/unit/source/geojson_source.test.js

0 comments on commit ab1c9a3

Please sign in to comment.