[Fwd: Re: [UMN_MAPSERVER-USERS] Don't draw GIF/PNG images on wms clients.]

Gilles Bassière gilles.bassiere at MAKINA-CORPUS.COM
Wed Oct 17 06:20:05 EDT 2007


Hi Manuel

There's something wrong in your layer definition. If I understand your 
OnlineResource parameter, you try to expose a WMS stream with URL 
http://localhost/cgi-bin/mapserv.exe?, right ?
So you can't feed your layer with the same WMS, it would be client and 
server of the same service.
Your connection element should point to your datasource (another WMS, a 
shapefile, a postgis DB, etc.).

Regards,
Gilles



Manuel Ballesteros Cardador wrote:
>
> Hi, I’m new in MapServer list.
>
> I have configured a WMS server and when I try viewing a .map file on 
> wms clients (arcmap, qgis), images are not shown in. I can do zoom, 
> pan, etc but it is not drawn.
>
> If I change resourceonline parameter I obtain drawEPP error.
>
> Do you have any idea?
>
> Thanks in advance!
>
> This is the .map file.
>
> MAP
>
> NAME "COMARCA"
>
> STATUS ON
>
> EXTENT 286421 4210158 400752 4295906
>
> SIZE 600 500
>
> SHAPEPATH "./data"
>
> IMAGECOLOR 125 125 125
>
> UNITS METERS
>
> IMAGETYPE PNG
>
> WEB
>
> IMAGEPATH "./tmp/ms_tmp/"
>
> IMAGEURL "./tmp/"
>
> METADATA
>
> "wms_title" "WMS Adroches" ##required
>
> "wms_onlineresource" "http://localhost/cgi-bin/mapserv.exe?"
>
> "wms_srs" "EPSG:23030"
>
> END
>
> END
>
> PROJECTION
>
> "init=epsg:23030" ##required
>
> END
>
> LAYER
>
> NAME "Limite"
>
> STATUS ON
>
> DEBUG ON
>
> DATA "comarca"
>
> TYPE POLYGON
>
> CONNECTION "http://localhost/cgi-bin/mapserv.exe?map=comarca_wms.map"
>
> CONNECTIONTYPE WMS
>
> METADATA
>
> "wms_title" "Limite Comarca"
>
> "wms_srs" "EPSG:23030"
>
> "wms_name" "Limite"
>
> "wms_server_version" "1.1.1"
>
> "wms_format" "image/PNG"
>
> END
>
> CLASS
>
> NAME "Comarca"
>
> STYLE
>
> COLOR 170 253 172
>
> OUTLINECOLOR 199 199 199
>
> END
>
> END
>
> END # Layer
>
> END # Map File
>


-- 
Gilles Bassiere
MAKINA CORPUS
30 rue des Jeuneurs
FR-75011 PARIS
http://www.makina-corpus.com



More information about the mapserver-users mailing list