Cannot understand failure of earth file.
I've a simple earth file that is failing against a locally installed WMS (GeoServer):
##-----------------------------------------------------
##- MyMap.earth:
<Map name="MyMap">
'osgearth_viewer.exe MyMap.earth' returns the following:
[osgEarth]* [WMS] Could not find Capability element [osgEarth]* [EarthSerializer2] class osgEarth::WMSImageLayer "GeoServer Imagery" : Resource unavailable : Unable to read WMS GetCapabilities.
##----------------------------------------------------- Unfortunately, I am not familiar enough with the issues that can occur and need help on this one. Anybody have any clues?
##- MyMap.earth:
<Map name="Map">
<image name="natural" driver="gdal">
<url>world.tif</url>
</image>
<WMSImage name="GeoServer Imagery">
<url>http://localhost:80/geoserver</url>
<format>image/png</format>
<layers>tiger-ny</layers>
<tile_size>512</tile_size>
<srs>EPSG:4326</srs>
<transparent>true</transparent>
</WMSImage>
</Map>
Seems that my copy/paste job above didn't work too well.
What do you get if you try to get your WMS Capabilities from the web browser?