NASAWorldWind / WorldWindJava

The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
718 stars 327 forks source link

Implementation of WMTS Layer on WorldWind Java #252

Open nebsar opened 1 year ago

nebsar commented 1 year ago

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

nebsar commented 1 year ago

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.

gbburkhardt commented 1 year ago

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.

agianfagna commented 1 year ago

I too would find this to be very useful!

nebsar commented 1 year ago

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.

nebsar commented 1 year ago

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.

https://github.com/nebsar/WorldWind-Modified