Operational Layer

364
3
07-25-2011 03:36 PM
PauloSztutman1
New Contributor
How to convert this WMS in a operational layer ? I have tried but I have no result.
-----------------
http://mapas.mma.gov.br/cgi-bin/mapserv?map=/opt/www/html/webservices/baseraster.map&
version=1.1.1&
service=WMS&
request=GetMap&
layers=hid5000000li&
SRS=epsg:4326&
BBOX=-77.2772,-34.8148,-34.8561,5.63249&
STYLES=default&
format=image/png&
WIDTH=800&
HEIGHT=600&
TRANSPARENT=TRUE&EXCEPTIONS=text/xml
---------------------------
Could you please help me ?
Paulo (Brazil)
Tags (2)
0 Kudos
3 Replies
PauloSztutman1
New Contributor
0 Kudos
DasaPaddock
Esri Regular Contributor
This should work if your map's spatial reference is 4326:

            <layer label="Paulo" type="wms" visible="false"
                   url="http://mapas.mma.gov.br/cgi-bin/mapserv?map=/opt/www/html/webservices/baseraster.map"
                   skipgetcapabilities="true"
                   version="1.1.1"
                   visiblelayers="hid5000000li"
                   wkid="4326"/>
0 Kudos
QaziIqbal
New Contributor III
I am having same issue. I am not able to display my WMS layer over ArcGIS Viewer for Flex. I tried the way shown here. Even I tried to add the same layer. It does not work. Below is the link which works in browser but does not work in Flex viewer.

http://mapas.mma.gov.br/cgi-bin/mapserv?map=/opt/www/html/webservices/baseraster.map&version=1.1.1&s...

I would appreciate if anyone can rewrite it and test it to work.
Thanks
0 Kudos