AW: AW: [Chameleon] WMS
Buchholz, Robert
Robert.Buchholz at LUA.Brandenburg.de
Fri Oct 5 02:29:52 EDT 2007
Hi Norm, List
Sorry, this was a misunderstanding.
I mean, I can not see the data from the dmsolutions.ca wms server (no image) and I wonder why?
The wms layers of dmsolutions are add to the legend, but no image or any kind of visual data presentation get displayed. Even at the unchanged example
OGC Widgets
Sample using widgets from the OGC widget group
->no image of dmsolutions.
What might be the problem?
Robert
The tip concerning the themelegend is very helpful and interesting but this is one step forward.
-----Ursprüngliche Nachricht-----
Von: Normand Savard [mailto:nsavard at mapgears.com]
Gesendet: Donnerstag, 4. Oktober 2007 17:58
An: Buchholz, Robert
Cc: chameleon-bounces at lists.maptools.org
Betreff: Re: AW: [Chameleon] WMS
Buchholz, Robert wrote:
>Norm, List
>
>I did not change anything. The sample show the layer names but not the polygon and raster (group??? -no goups!-) symbols in the legend section.
>
>
Robert,
I think I understand what you mean. The thing is that the application title is wrong. This is not an application with a theme legend but a standard legend. I will correct that. In order for to have a WMS application that uses a theme legend you need to do the following modifications.
Norm
in sample_ogc.html
change this:
<cwc2 type="LegendTemplate" visible="true" embedded="true"
template="legend_template.html" popupstyleresource="TextButtons"
popupwidth="500" popupheight="400" status="false" menubar="false"/>
for this:
<cwc2 type="XMLThemeLegend" popupwidth="400" popupheight="400">
<selection name="SampleLegend"
template="sample_enhanced_themelegend.html"
themefile="sample_themeswms.xml" contextfile="world_wms.map"
rendererfile="sample_renderer.html"/>
</cwc2>
and modify your sample_themes.xml to look like:
<themes>
<global>
<separator name="Separator" isVisible="yes" src="http://..."/>
<themeParams bold="true" font="Arial, Helvetica, sans-serif"
size="2" extendAbstract="true" icon="images/unknown.gif"
extendContext="false"/>
<groupParams bold="false" font="arial" size="8.25"
extendAbstract="true" icon="images/unknown.gif" visible="true"/>
</global>
<theme name="Raster" type="checkbox" ABSTRACT="TBA">
<group name="Raster world" ABSTRACT="TBA" visible="true">
<layer name="WorldPolitical"/>
<layer name="WorldGen_Outline"/>
<layer name="WorldRoads"/>
<layer name="WorldPlaces"/>
<layer name="WorldPOI"/>
</group>
</theme>
<theme name="Polygon" type="checkbox" ABSTRACT="TBA">
<group name="World general" ABSTRACT="TBA" visible="true"
icon="images/park.gif">
<layer name="WorldGen"/>
</group>
</theme>
</themes>
More information about the Chameleon
mailing list