Skip to content

Add CesiumUrlTemplateRasterOverlay component #565

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

Merged
merged 7 commits into from
Apr 29, 2025
Merged

Conversation

azrogers
Copy link
Contributor

This PR adds support for the UrlTemplateRasterOverlay already added to Cesium Native and Cesium for Unreal. It allows URL templates like https://tile.openstreetmap.org/{z}/{x}/{reverseY}.png to be used as raster overlays.

@kring kring added this to the May 2025 Release milestone Apr 22, 2025
@kring kring requested review from timoore and kring and removed request for timoore April 28, 2025 20:43
@TomLeeLive
Copy link
Contributor

@azrogers in Runtime/CesiumUrlTemplateRasterOverlay.cs
i think default value of _rectangleNorth = -90.0 should be 90.0

@kring
Copy link
Member

kring commented Apr 29, 2025

Thanks @TomLeeLive, I just noticed the same thing while reviewing this and pushed a fix for it.

Copy link
Member

@kring kring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great @azrogers! I especially like the template help incorporated into the UI. Just one small request below.

@azrogers
Copy link
Contributor Author

@kring Moved enum outside class, should be good to go!

@kring
Copy link
Member

kring commented Apr 29, 2025

Thanks @azrogers!

@kring kring merged commit cffa3b9 into main Apr 29, 2025
7 checks passed
@kring kring deleted the url-template-overlay branch April 29, 2025 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants