-
Notifications
You must be signed in to change notification settings - Fork 7
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
add WmsRasterOverlay support and UI #670
Conversation
@r-veenstra I guess on good max ranges on the zoom level. Can you see if they're reasonable? |
@r-veenstra I'm wondering if adding a "Refresh" button to the WMS raster overlay is the best way to handle users' property updates. |
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.
Looks great, just a couple small comments from me.
The defaults in there look okay and are consistent with Unreal too |
Tilesets and raster overlays are now separate things in the C++ layer so |
@r-veenstra This is an issue with all raster overlays. I created #675 for this. |
@lilleyse Added. |
Adds Web Map Service (WMS) support:
Test file: WmsTest.zip
Resolves #609