Nebi Sarikaya

Results 34 comments of Nebi Sarikaya

Because in Flat Globe elevations are not loaded.

Try: markerSprite.on('mouseupoutside', (e) => { if (moveCount < 2 && onClick) { e.stopPropagation(); onClick(id); } });

Hi, I just replaced the example.js with leaflet.js version 1.9.4 and L.PixiOverlay.js. and it started to give this error. Leaflet.PixiOverlay basic example

I have another question: As I know, each shape created by leaflet-draw is a layer itself. So, when one of the shapes covers the sprites that means, the layer covers...

As I see, there is no other open-source Java GIS project possesses the features like in WorldWind Java. In my opinion, it should continue to be developed. NASA should not...

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...

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. https://github.com/nebsar/WorldWind-Modified

I took the shader support from gaea+ project and implemented to the latest WorldWind Java source code with latest JOGL (you may see the screenshot below). But it needs more...

Yes I can share Alessio. I need some time to clean up the code.