This repository was archived by the owner on Aug 8, 2023. It is now read-only.
File tree
6 files changed
+22
-15
lines changed- src/mbgl
- renderer
- style
- test/renderer
6 files changed
+22
-15
lines changedSubmodule mapbox-gl-js updated 23 files
- docs/_posts/examples/3400-01-31-add-image.html+2-2
- package.json+1-1
- src/data/bucket/symbol_bucket.js+3-31
- src/style-spec/reference/v8.json+4-1
- src/style/style.js+3-3
- src/symbol/glyph_source.js+17-10
- src/symbol/shaping.js+40-6
- src/symbol/sprite_atlas.js+2-2
- src/util/mapbox.js+4
- test/integration/render-tests/regressions/mapbox-gl-js#4928/expected.png
- test/integration/render-tests/regressions/mapbox-gl-js#4928/style.json+41
- test/integration/render-tests/regressions/mapbox-gl-native#9557/expected.png
- test/integration/render-tests/regressions/mapbox-gl-native#9557/style.json+69
- test/integration/render-tests/text-anchor/property-function/expected.png
- test/integration/render-tests/text-anchor/property-function/style.json+125
- test/integration/sprites/dark.json+9
- test/integration/sprites/dark.png
- test/integration/sprites/light.json+9
- test/integration/sprites/light.png
- test/suite_implementation.js+3-2
- test/unit/style/style.test.js+2-1
- test/unit/symbol/shaping.test.js+11-11
- test/unit/util/mapbox.test.js+44
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
11 | 10 |
| |
12 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
13 | 24 |
| |
14 | 25 |
| |
15 | 26 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 42 | + | |
| 43 | + | |
47 | 44 |
| |
48 | 45 |
| |
49 | 46 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
147 |
| - | |
148 |
| - | |
| 146 | + | |
149 | 147 |
| |
150 | 148 |
| |
151 | 149 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| 114 | + | |
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
|
0 commit comments