Skip to content
Open
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
efaaea5
Optimize cross tile index searching
bradymadden97 Oct 31, 2025
c834bd2
newline
bradymadden97 Oct 31, 2025
1c0d4f2
clarify comments
bradymadden97 Nov 1, 2025
4600214
Fix iteration logic
bradymadden97 Nov 1, 2025
6dda944
Revert
bradymadden97 Nov 1, 2025
77a9904
Merge branch 'bmadden/cross-tile-symbol-index-optimization' of https:…
bradymadden97 Nov 1, 2025
91ad4b2
Add check to test
bradymadden97 Nov 1, 2025
88ae4e0
Merge branch 'bmadden/add-check-to-cross-tile-symbol-index-test' into…
bradymadden97 Nov 1, 2025
0c0f587
Merge branch 'main' into bmadden/cross-tile-symbol-index-optimization
bradymadden97 Nov 1, 2025
392f7d3
Merge branch 'main' into bmadden/cross-tile-symbol-index-optimization
HarelM Nov 3, 2025
c1dc44f
Merge branch 'main' into bmadden/cross-tile-symbol-index-optimization
bradymadden97 Nov 5, 2025
99c7530
Merge branch 'bmadden/cross-tile-symbol-index-optimization' of https:…
bradymadden97 Nov 6, 2025
b0e7909
update for comments & add changelog
bradymadden97 Nov 6, 2025
1b92449
Merge branch 'main' into bmadden/cross-tile-symbol-index-optimization
bradymadden97 Nov 6, 2025
83c84a8
better perf
bradymadden97 Nov 7, 2025
a98ee11
update to test indexing code path for existing tests
bradymadden97 Nov 7, 2025
3404589
Merge branch 'main' into bmadden/cross-tile-symbol-index-optimization
bradymadden97 Nov 7, 2025
b6a37ef
Merge branch 'main' into bmadden/cross-tile-symbol-index-optimization
bradymadden97 Nov 10, 2025
1134558
refactor for clarity
bradymadden97 Nov 10, 2025
6574aee
indent
bradymadden97 Nov 10, 2025
4cf39a2
Remove double space
HarelM Nov 10, 2025
f4d0304
Merge branch 'main' into bmadden/cross-tile-symbol-index-optimization
bradymadden97 Nov 10, 2025
4beaad2
rename and types
bradymadden97 Nov 10, 2025
386288a
Merge branch 'bmadden/cross-tile-symbol-index-optimization' of https:…
bradymadden97 Nov 10, 2025
578fdd8
longer comment
bradymadden97 Nov 10, 2025
20eca82
pull out
bradymadden97 Nov 10, 2025
964916c
xy map
bradymadden97 Nov 10, 2025
4989773
add tests specifically for indexing
bradymadden97 Nov 10, 2025
a954ea8
Update CHANGELOG.md
bradymadden97 Nov 10, 2025
5c2c793
rename
bradymadden97 Nov 10, 2025
880833a
Merge branch 'main' into bmadden/cross-tile-symbol-index-optimization
bradymadden97 Nov 10, 2025
f729a85
pull out to method
bradymadden97 Nov 10, 2025
3d218f3
toBeDefined
bradymadden97 Nov 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### ✨ Features and improvements
- Text labels can now include relatively uncommon Chinese, Japanese, Korean, and Vietnamese characters, as well as characters from historical writing systems. When using server-side fonts, the map may request glyph PBFs beyond U+FFFF from the server instead of throwing an error as before. ([#6640](https://github.com/maplibre/maplibre-gl-js/pull/6640)) (by [@1ec5](https://github.com/1ec5))
- Speed up the cross tile symbol index in certain circumstances ([#6641](https://github.com/maplibre/maplibre-gl-js/pull/6641)) (by [@bradymadden97](https://github.com/bradymadden97))
- _...Add new stuff here..._

### 🐞 Bug fixes
Expand Down
37 changes: 6 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading