Announcement

Collapse
No announcement yet.

WMS Layer Not Downloading

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • WMS Layer Not Downloading

    I am attempting to pull in a layer from an internal WMS server. I have tested out this server using the worldwindx.WMSLayerManager example, and it works perfectly. Then my code when executed will appear to work perfectly, however it only works because the worldwindx.WMSLayerManager example built up the cache for it. I can prove this by moving the cache from /home/username/var/cache to someplace else, and my application will not show the layer. When I move it back it does.

    So my question is this: Is there any additional step (outside of what is seen in WMSLayersPanel.java) needed to make sure a layer will download tiles from the WMS server when it can't find it in cache?
Working...
X