-
Notifications
You must be signed in to change notification settings - Fork 327
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
Implementation of WMTS Layer on WorldWind Java #252
Comments
Actually, since I haven't seen any actions from NASA WorldWind team, I took the initiative and implemented the WMTSLayer by taking the NASA WorldWind Android's WMTSLayer and WWJ's WCS and WMS layers as examples. It is not completely done yet and It needs some code cleaning, But after cleaning the code, I can push it to the repo if it is requested. |
I'd love to that feature available in WorldWind. Please put in a pull request when you're finished. That's very good news, indeed. |
I too would find this to be very useful! |
I haven't had time to clean up the code. But I will share my repo with you. You can just get and use however you want. |
Here is my repo that I added WMTS layer and updated mbtiles layer. There should be WMTS layer and MBtiles layer examples in the examples folder. |
WMTS Layer is implemented on WorldWind Android and WorldWind Web versions, but it is not implemented on Java version. Is there any plan for implementing WMTS Layer in Java version?
Thanks
The text was updated successfully, but these errors were encountered: