https://github.com/bertt/mapbox_issues
https://github.com/bertt/mapbox_issues
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bertt/mapbox_issues
- Owner: bertt
- License: mit
- Created: 2024-03-05T12:40:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T19:39:31.000Z (over 2 years ago)
- Last Synced: 2024-03-11T20:48:51.704Z (over 2 years ago)
- Language: HTML
- Size: 3.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mapbox_issues
1] Draco issue
Issue: Only Draco compressed glTF models show up well
https://github.com/mapbox/mapbox-gl-js/issues/13106
Sample issue: https://bertt.github.io/mapbox_issues/draco/no_draco/
Workaround: add draco https://bertt.github.io/mapbox_issues/draco/with_draco/
2] Relative url issue
https://github.com/mapbox/mapbox-gl-js/issues/13107
Sample issue: https://bertt.github.io/mapbox_issues/relative_url/relative
Workaround: use absolute url https://bertt.github.io/mapbox_issues/relative_url/absolute
Conclusion: Absolute urls are in the tilejson specs
3] Wrong triangles
Sample issue: https://bertt.github.io/mapbox_issues/triangles_wrong/issue
https://github.com/mapbox/mapbox-gl-js/issues/13108
4] Late loading
Description: When loading terrain + glb model in style, the glb model appears, disappears and appears
Sample issue: https://bertt.github.io/mapbox_issues/glb_late_loading/issue
Workaround: Do not load terrain https://bertt.github.io/mapbox_issues/glb_late_loading/workaround