Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have a WMS Layer of Imagery forma third party that has the ability to be time stamped:

Using arc catalogue I can turn this feature on:

/wms/servlet/WMSServer?userid=hidden&passwd=hidden&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&BBOX=-93.0562371212999,44.2252121686514,-92.7059804612417,44.3405684382141&WIDTH=1840&HEIGHT=606&LAYERS=VIEWS&STYLES=TIMESTAMP&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFEFFFF&TRANSPARENT=TRUE

But i cant seem to find a way to set the 'STYLES' property for this WMS service when consuming it in our silverlight application:

wms/servlet/WMSServer?SERVICE=WMS&REQUEST=GetMap&WIDTH=1916&HEIGHT=985&FORMAT=image/png&LAYERS=VIEWS&STYLES=&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&VERSION=1.1.1&SRS=EPSG:102113&bbox=-15354698.8037831,5911008.84365087,-10031800.6579869,8647467.44156807

Any Ideas on how to set this?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.