-
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
Replace createSomeImageryProvider functions with SomeImageryProvider class #6203
Conversation
createTileMapServiceImageryProvider -> TileMapServiceImageryProvider
@hpinkos, thanks for the pull request! Maintainers, we have a signed CLA from @hpinkos, so you can review this at any time. I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
Thanks again for the pull request! Looks like this pull request hasn't been updated in 30 days since I last commented. To keep things tidy should this be closed? Perhaps keep the branch and submit an issue?I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
I just ran into a dead link related to this: https://cesiumjs.org/tutorials/Imagery-Layers-Tutorial/#imagery-providers This links to: https://cesiumjs.org/Cesium/Build/Documentation/TileMapServiceImageryProvider.html Which doesn't exist yet, but it sounds like it will with this PR. Are we still planning on merging this @hpinkos ? |
@OmarShehata I would love to get this merged, but it's not really a priority.
For now, just change the doc to |
Thanks again for your contribution @hpinkos! No one has commented on this pull request in 30 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 30 days. If you'd like me to stop, just comment with I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
Thanks again for your contribution @hpinkos! No one has commented on this pull request in 30 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 30 days. If you'd like me to stop, just comment with |
Thanks again for your contribution @hpinkos! No one has commented on this pull request in 30 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 30 days. If you'd like me to stop, just comment with |
4 similar comments
Thanks again for your contribution @hpinkos! No one has commented on this pull request in 30 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 30 days. If you'd like me to stop, just comment with |
Thanks again for your contribution @hpinkos! No one has commented on this pull request in 30 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 30 days. If you'd like me to stop, just comment with |
Thanks again for your contribution @hpinkos! No one has commented on this pull request in 30 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 30 days. If you'd like me to stop, just comment with |
Thanks again for your contribution @hpinkos! No one has commented on this pull request in 30 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 30 days. If you'd like me to stop, just comment with |
Thanks again for your contribution @hpinkos! No one has commented on this pull request in 30 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 30 days. If you'd like me to stop, just comment with |
@mramato ready for review |
Or @OmarShehata if you have a chance to review this first, please do =) |
Looks good, I'll merge as soon as its green |
I just noticed that this removed |
Yes, |
Fixes #4812
This has been a pet peeve of mine for a while so I wanted to take 5 minutes to fix it.
createSomeImageryProvider
to return an instance ofUrlTemplateImageryProvider
, theSomeImageryProvider
class inherits fromUrlTemplateImageryProvider
.TileMapServiceImageryProvider
functions onto prototype