kaktus40 / Cesium-GeoserverTerrainProvider

plug in to use geoserver as terrain provider
Other
360 stars 141 forks source link

only half of the world map is rendered #36

Closed chaitanyajalluri closed 5 years ago

chaitanyajalluri commented 5 years ago

can u help where to modify/edit the method getTileDataAvailable exactly

kaktus40 commented 5 years ago

you should modify here, here and here in order to always return true

chaitanyajalluri commented 5 years ago

After doing the modifications specified above, I am able to get the full globe. But when I am loading the tile, black patches are appearing over the terrain. Screenshot (3)

ohadmanor commented 5 years ago

I can offer you alternative way: change the layer Lat/Lon Bounding Box to -180,-90,180,90 and it will work.

chaitanyajalluri commented 5 years ago

Thank you that issue is resolved