-
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
implement TileMapServiceImageryProvider in terms of UrlTemplateImageryProvider #3150
Closed
Closed
Changes from 39 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
14b8741
implemented TMS in terms of UrlTemplateImageryProvider, changed TMSSp…
sen-lu 680b0c8
construct UrlTemplateImageryProvider from local variables
sen-lu 1c80bdd
moved TMSSpec changes to a separate branch (tmsSpec)
sen-lu 2dff53a
rebased onto master
sen-lu 4f78349
Merge branch 'tileMapServiceImageryProvider' of https://github.com/ti…
sen-lu 744972b
Merge remote-tracking branch 'origin/master' into tileMapServiceImage…
pjcozzi 49cba9c
implemented TMS in terms of UrlTemplateImageryProvider, changed TMSSp…
sen-lu a05c019
construct UrlTemplateImageryProvider from local variables
sen-lu 6833a58
moved TMSSpec changes to a separate branch (tmsSpec)
sen-lu 84b6f0a
rebased onto master
sen-lu d22bcfc
merged deferredUrlTemplate and implemented TMS accordingly
sen-lu 254eb51
merged remote
sen-lu 7c6e661
added hasReadyPromise to UrlTemplateImageryProvider
sen-lu 9ef0bed
made minor changes to TMSSpec
sen-lu 52c5e39
merged in master
sen-lu c29db23
fixed build failures
sen-lu bbb1361
added documentation for hasReadyPromise
sen-lu 2fac84a
removed url and readyPromise property overrides
sen-lu 667eac9
merged in master
sen-lu 10bfa76
added createTMS spec
sen-lu cd6c099
updated project-wide TMS references to createTMS
sen-lu 88e852b
deprecated TMS, updates CHANGES.md
sen-lu a37e301
reverted TMSSpec
sen-lu 94eedda
tweaked createTMSSpec
sen-lu 7d55744
Reorder require statements
pjcozzi a9f9b61
Fix links
pjcozzi 2f77bf4
Fix formatting
pjcozzi e3766fb
Update doc
pjcozzi 0f10a57
set member values in constructor to undefined
sen-lu fad9cbd
implemented UrlTemplate promise to options
sen-lu a441be5
urlTemplate promise and errorEvent handling
sen-lu 9806476
fixed reference
sen-lu 59bbb38
fixed UrlTemplateImageryProvider promise bug
sen-lu 463f993
add tests for all DeveloperExceptions
sen-lu 1143c78
merge in master
sen-lu dfb0512
tweaks
sen-lu c69ecb4
merged master
sen-lu 4b0c00d
changes.md
sen-lu 288852a
merged master
sen-lu 52f2c62
syntax
sen-lu 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,11 +14,15 @@ Change Log | |
* Removed `HeightmapTessellator` from the public API. It is now private and subject to change without notice. | ||
* Removed `TerrainMesh` from the public API. It is now private and subject to change without notice. | ||
* Removed `jsonp`. Use `loadJsonp` instead. | ||
* Deprecated | ||
* Deprecated `TileMapServiceImageryProvider`. It will be removed in 1.18. Use `createTileMapServiceImageryProvider` instead. | ||
* Refactored `UrlTemplateImageryProvider.reinitialize` to accept a promise to `options`. | ||
* Reduced the amount of both GPU and CPU memory used by terrain. The CPU memory was reduced by up to 40%. | ||
* `CorridorGeometry` and `PolylineVolumeGeometry` render short segments [#3293](https://github.com/AnalyticalGraphicsInc/cesium/issues/3293) | ||
* `Rectangle.fromCartographicArray` finds the smallest rectangle regardess of whether or not it crosses the international date line. [#3227](https://github.com/AnalyticalGraphicsInc/cesium/issues/3227) | ||
* Bug fix for `CorridorGeometry` with nearly colinear points [#3320](https://github.com/AnalyticalGraphicsInc/cesium/issues/3320) | ||
|
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please remove this whitespace. |
||
### 1.16 - 2015-12-01 | ||
|
||
* Deprecated | ||
|
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
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.
Let's change this to: