WMS Data from other server possible ?

Armin Burger armin.burger at GMX.NET
Sat Sep 24 09:01:19 EDT 2005


Thomas,

here is an example using a Landsat mosaic from the NASA WMS that worked 
for me:

LAYER
   NAME "jpl_wms_global_mosaic"
   TYPE RASTER
   STATUS ON
   CONNECTION "http://wms.jpl.nasa.gov/wms.cgi?"
   CONNECTIONTYPE WMS
   PROJECTION
     "init=epsg:4326"
   END
   METADATA
     "wms_name"            "global_mosaic_base"
     "wms_server_version"  "1.1.1"
     "wms_format"          "image/jpeg"
   END
END


the capabilities request was

http://wms.jpl.nasa.gov/wms.cgi?REQUEST=GetCapabilities&service=WMS&version=1.1.1

Armin


Thomas Sebastian wrote:
> Hello List ,
> i got a little problem ( cause i'm a noob with gis ).
> 
> I want to use wms data from an other server  with  my ( working ) 
> mapserver.
> 
> Here is the link to the wms data:
> http://www.landesvermessung.sachsen.de/ias/basiskarte/service/SRVTKFREE/WMSFREE_TK/wmsservice?REQUEST=GetCapabilities 
> 
> 
> When i use the GetCapabilities link i get an xml-file with a lot of data.
> I tried to build an map file like shown on the uml-doc page,
> but it didn't work.
> 
> How does such a map file have to look like ?
> 
> Thanks, Thomas
> 
> 



More information about the mapserver-users mailing list