This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mapbox-gl-js
updated
27 files
+36 −0 | debug/rtl.html | |
+2 −3 | package.json | |
+6 −6 | src/css/mapbox-gl.css | |
+4 −0 | src/css/svg/mapboxgl-ctrl-geolocate-disabled.svg | |
+66 −50 | src/data/array_types.js | |
+4 −0 | src/data/bucket/symbol_attributes.js | |
+36 −7 | src/data/bucket/symbol_bucket.js | |
+12 −1 | src/index.js | |
+0 −25 | src/render/draw_symbol.js | |
+17 −7 | src/source/rtl_text_plugin.js | |
+7 −0 | src/style/style.js | |
+88 −34 | src/symbol/placement.js | |
+43 −3 | src/symbol/symbol_layout.js | |
+72 −31 | src/ui/control/geolocate_control.js | |
+8 −2 | src/ui/handler/drag_rotate.js | |
+40 −6 | src/ui/hash.js | |
+7 −3 | src/ui/map.js | |
+1 −0 | src/util/actor.js | |
+5 −0 | src/util/throttled_invoker.js | |
+8 −3 | src/util/web_worker_transfer.js | |
+0 −2 | test/ignores.json | |
+ − | test/integration/render-tests/icon-text-fit/text-variable-anchor/expected.png | |
+ − | test/integration/render-tests/text-variable-anchor/all-anchors-icon-text-fit/expected.png | |
+46 −0 | test/unit/ui/control/geolocate.test.js | |
+61 −3 | test/unit/ui/handler/drag_rotate.test.js | |
+127 −2 | test/unit/ui/hash.test.js | |
+8 −0 | yarn.lock |