I have the Openmap sample java applet that I am using to display various
layers of data.
One of the layers is data coming from a WMserver.
I am using Openmap's WMSPlugin and have created these entries in my
openmap.properties file:
wmspi_NHD.class=com.bbn.openmap.plugin.wms.WMSPlugIn
wmspi_NHD.prettyName=Cubewerx WMS Server
wmspi_NHD.wmsserver=
http://demo.cubewerx.com/demo/cubeserv/cubeserv.cgi
wmspi_NHD.wmsversion=1.0.0
wmspi_NHD.format=JPEG
wmspi_NHD.transparent=true
wmspi_NHD.backgroundcolor=0xbdde83
wmspi_NHD.layers=Coastlines
..
openmap.layers=date dtlayer distlayer quake daynight cities test graticule
demo shapePolitical wmspi_NHD
I do see the wmspi_NHD layer in the list of layers within the applet's gui,
but when I toggle it on I don't see any of the data from the wmspi_NHD
object and I see this debugging msg in my console window:
Cubewerx WMS Server .addToBeanContext is true
Cubewerx WMS Server |PlugInLayer.prepare()
Cubewerx WMS Server |PlugInLayer.prepare(): No plugin in layer.
What else do I need to do (perhaps programmatically) to see this layer?
TimS
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Thu Jul 27 2006 - 15:44:00 EDT