Commit fb55bd1
[EXT] Add new property:
This PR fixes the merge conflicts found in
mapbox/mapbox-gl-js#13433 which I couldn't
address directly there (I suppose due to branch protections on the
original reporter branch), adds a new render test to cover this
behaviour and marks `model-allow-density-reduction` as `experimental`.
All credit goes to @JoshuaJMoore who did the initial implementation
Closes [MAPS3D-2107](https://mapbox.atlassian.net/browse/MAPS3D-2107)
and [GLJS-1561](https://mapbox.atlassian.net/browse/GLJS-1561)
## Launch Checklist
- [ ] Make sure the PR title is descriptive and preferably reflects the
change from the user's perspective.
- [ ] Add additional detail and context in the PR description (with
screenshots/videos if there are visual changes).
- [ ] Manually test the debug page.
- [ ] Write tests for all new functionality and make sure the CI checks
pass.
- [ ] Document any changes to public APIs.
- [ ] Post benchmark scores if the change could affect performance.
- [ ] Tag `@mapbox/map-design-team` `@mapbox/static-apis` if this PR
includes style spec API or visual changes.
- [ ] Tag `@mapbox/gl-native` if this PR includes shader changes or
needs a native port.
- [ ] Tag `@mapbox/gl-native` if this PR disables any test because it
also needs to be disabled on their side.
- [ ] Create a ticket for `gl-native` to groom in the [MAPSNAT JIRA
queue](https://mapbox.atlassian.net/jira/software/c/projects/MAPSNAT/list)
if this PR includes shader changes or features not present in the native
side or if it disables a test that's not disabled there.
--
> [!NOTE]
> This PR was imported from the public repo and closes:
mapbox/mapbox-gl-js#13595
> ```
> <public>Add new property: `model-allow-density-reduction` (h/t
@JoshuaJMoore) (public-13595)</public>
> ```
Author: Isaac Besora Vilardaga <isaac.besora@gmail.com>
cc @mapbox/gl-js
[MAPS3D-2107]:
https://mapbox.atlassian.net/browse/MAPS3D-2107?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[GLJS-1561]:
https://mapbox.atlassian.net/browse/GLJS-1561?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
cc @mapbox/maps-android
cc @mapbox/maps-ios
cc @mapbox/sdk-ci
---------
Co-authored-by: Isaac Besora Vilardaga <isaac.besora@gmail.com>
Co-authored-by: Changelog autocreator bot <actions@github.com>
GitOrigin-RevId: 64bb4e75904e023db952a4054f4a575a9628c196model-allow-density-reduction (#8488)1 parent 0ba1a33 commit fb55bd1
File tree
9 files changed
+286
-0
lines changed- extension-compose
- api
- Release
- src/main/java/com/mapbox/maps/extension/compose/style/layers/generated
- extension-style-app/src/androidTest/java/com/mapbox/maps/testapp/style/layers/generated
- extension-style
- api
- Release
- src
- main/java/com/mapbox/maps/extension/style/layers/generated
- test/java/com/mapbox/maps/extension/style/layers/generated
9 files changed
+286
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3252 | 3252 | | |
3253 | 3253 | | |
3254 | 3254 | | |
| 3255 | + | |
3255 | 3256 | | |
3256 | 3257 | | |
3257 | 3258 | | |
| |||
3286 | 3287 | | |
3287 | 3288 | | |
3288 | 3289 | | |
| 3290 | + | |
3289 | 3291 | | |
3290 | 3292 | | |
3291 | 3293 | | |
| |||
3320 | 3322 | | |
3321 | 3323 | | |
3322 | 3324 | | |
| 3325 | + | |
3323 | 3326 | | |
3324 | 3327 | | |
3325 | 3328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2711 | 2711 | | |
2712 | 2712 | | |
2713 | 2713 | | |
| 2714 | + | |
2714 | 2715 | | |
2715 | 2716 | | |
2716 | 2717 | | |
| |||
2745 | 2746 | | |
2746 | 2747 | | |
2747 | 2748 | | |
| 2749 | + | |
2748 | 2750 | | |
2749 | 2751 | | |
2750 | 2752 | | |
| |||
Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4075 | 4075 | | |
4076 | 4076 | | |
4077 | 4077 | | |
| 4078 | + | |
| 4079 | + | |
4078 | 4080 | | |
4079 | 4081 | | |
4080 | 4082 | | |
| |||
4129 | 4131 | | |
4130 | 4132 | | |
4131 | 4133 | | |
| 4134 | + | |
| 4135 | + | |
4132 | 4136 | | |
4133 | 4137 | | |
4134 | 4138 | | |
| |||
4194 | 4198 | | |
4195 | 4199 | | |
4196 | 4200 | | |
| 4201 | + | |
| 4202 | + | |
4197 | 4203 | | |
4198 | 4204 | | |
4199 | 4205 | | |
| |||
4252 | 4258 | | |
4253 | 4259 | | |
4254 | 4260 | | |
| 4261 | + | |
| 4262 | + | |
4255 | 4263 | | |
4256 | 4264 | | |
4257 | 4265 | | |
| |||
4302 | 4310 | | |
4303 | 4311 | | |
4304 | 4312 | | |
| 4313 | + | |
| 4314 | + | |
4305 | 4315 | | |
4306 | 4316 | | |
4307 | 4317 | | |
| |||
4356 | 4366 | | |
4357 | 4367 | | |
4358 | 4368 | | |
| 4369 | + | |
| 4370 | + | |
4359 | 4371 | | |
4360 | 4372 | | |
4361 | 4373 | | |
| |||
0 commit comments