-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't reproject Web Mercator imagery tiles unnecessarily #4339
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
294a83f
Switch to depth first traversal, add SSE to Sandcastle example.
kring 9ab3fd1
Traverse and load near-to-far.
kring 918c59a
Remove manual tile sorting code.
kring ca333b3
Don't reproject web mercator to geographic unnecessarily.
kring 0fd3f21
Remove default Bing Maps gamma correction.
kring bcf6f81
Fix a bug that prevented zooming past the terrain level.
kring e2a4119
Change max SSE to 4/3, add wireframe option to Terrain example.
kring e7c65b6
Fix heightmap based terrain.
kring 3cf3faa
Add clarifying comment.
kring fb269ad
Fix tiles with 12 bit attributes.
kring 205a043
Fix quantized mesh terrain with normals.
kring 8eb8e96
Remove TODOs.
kring 0c09753
Cleanup.
kring 7195f28
Revert changes accidentally pulled from 3d-tiles.
kring acdf984
Merge remote-tracking branch 'origin/master' into noReproject
kring bd42b71
Fix computation of veryCloseX and veryCloseY.
kring 5f1888b
Fix test failure.
kring ce0e458
Merge remote-tracking branch 'origin/master' into noReproject
kring 6b04032
Remove unneeded changes.
kring 8480d01
Update CHANGES.md.
kring 0534ee6
Fix jshint warning.
kring bd6a1f4
Y -> T
kring 1bbe7ca
Merge remote-tracking branch 'origin/master' into noReproject
kring 091bca3
Update CHANGES.md, fix formatting.
kring 783ea9a
Fix formatting better.
kring 5dd34a3
Merge remote-tracking branch 'origin/master' into noReproject
kring 1f22ed7
Add some specs.
kring 9b79102
Tweak wording of CHANGES.md.
kring 23dc61d
Fix jshint warning.
kring 32c4117
Merge remote-tracking branch 'origin/master' into noReproject
kring File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add to CHANGES.md please.