Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- On 2016-05-31 11:53 AM, Jeff McKenna wrote:
- > Here is a clip of my layer:
- >
- > CLASSGROUP "red"
- > CLASS
- > NAME "countries-red"
- > GROUP "red"
- > STYLE
- > COLOR 240 0 0
- > OUTLINECOLOR 199 199 199
- > END
- > END
- > CLASS
- > NAME "countries-green"
- > GROUP "green"
- > STYLE
- > COLOR 0 255 0
- > OUTLINECOLOR 199 199 199
- > END
- > END
- >
- > and here is a clip of the GetCapabilities:
- >
- > <Style>
- > <Name>red</Name>
- > <Title>red</Title>
- > <LegendURL width="113" height="20">
- > <Format>image/png</Format>
- > <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
- > xlink:type="simple"
- > xlink:href="http://127.0.0.1/cgi-bin/mapserv.exe?MAP=/ms4w/apps/openlayers-3.15.1/examples/map/wms-server.map&version=1.1.1&service=WMS&request=GetLegendGraphic&layer=countries&format=image/png&STYLE=red"/>
- >
- > </LegendURL>
- > </Style>
- > <Style>
- > <Name>green</Name>
- > <Title>green</Title>
- > <LegendURL width="113" height="20">
- > <Format>image/png</Format>
- > <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
- > xlink:type="simple"
- > xlink:href="http://127.0.0.1/cgi-bin/mapserv.exe?MAP=/ms4w/apps/openlayers-3.15.1/examples/map/wms-server.map&version=1.1.1&service=WMS&request=GetLegendGraphic&layer=countries&format=image/png&STYLE=green"/>
- >
- > </LegendURL>
- > </Style>
- >
- >
- >
- > -jeff
- >
- >
- >
Advertisement
Add Comment
Please, Sign In to add comment