[postgis-users] pb OpenLayers using a local Mapserver

Quentin Page Quentin.Page at ensg.eu
Mon Mar 9 08:10:19 PDT 2009


yes I tried
http://localhost/cgi-bin/mapserv.exe?map=ms4w/apache/htdon
cs/projet2009/ICPE.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities

and I received a file mapserver.exe what I rename "mapserver.xml" this
file wasn't empty.

the message is for sevreal lines
<DescribeLayer>
      <Format>text/xml</Format>
      <DCPType>
        <HTTP>
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apache/htdocs/projet2009/ICPE.map&"/></Get>
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apache/htdocs/projet2009/ICPE.map&"/></Post>
        </HTTP>
      </DCPType>
    </DescribeLayer>
    <GetLegendGraphic>
      <Format>image/gif</Format>
      <Format>image/png</Format>
      <Format>image/png; mode=24bit</Format>
      <Format>image/jpeg</Format>
      <Format>image/wbmp</Format>
      <DCPType>
        <HTTP>
          <Get><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apache/htdocs/projet2009/ICPE.map&"/></Get>
          <Post><OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apache/htdocs/projet2009/ICPE.map&"/></Post>
        </HTTP>
      </DCPType>
    </GetLegendGraphic>


but i don't see the data

OK, but did you try to get it working by just typing the URL in a browser?
> That tests the actual Mapserver request, to see if that part of the setup
> works...
>
> Something like:
> http://localhost/cgi-bin/mapserv?map=/projet2009/ICPE.map&SERVICE=WMS&VERSIO
> N=1.1.1&REQUEST=GetCapabilities should result in a GetCapabilities XML
> being
> sent to you.
>
> Barend
>
>
> On 09-03-09 08:41, "Quentin Page" <Quentin.Page at ensg.eu> wrote:
>
>> thanks for your reponce
>>
>> but i have the same probleme the data doesnt viewed.
>>
>> quentin page
>> ecole des sciences géographique
>> france
>>
>>
>>> did you try this 'just'on mapserver, ie. without OpenLayers...? To me
>>> the
>>> URL to mapserver just seems to be wrong , I suspect that i.s.o.
>>>   'http://localhost/cgi-bin/mapserv?/projet2009/ICPE.map',
>>> it should read
>>>   'http://localhost/cgi-bin/mapserv?map=/projet2009/ICPE.map',
>>>
>>> --
>>> Barend Köbben
>>> International Institute for Geo-information Sciences and  Earth
>>> Observation (ITC)
>>> PO Box 6, 7500AA Enschede (The Netherlands)
>>> ph: +31-(0)534874253
>>>
>>>   _____
>>>
>>> Van: postgis-users-bounces at postgis.refractions.net namens Quentin Page
>>> Verzonden: zo 8-3-2009 21:14
>>> Aan: postgis-users at postgis.refractions.net
>>> Onderwerp: [postgis-users] pb OpenLayers using a local Mapserver
>>>
>>>
>>>
>>> Hi,
>>> i have got a problem using openlayers with a mapserver.
>>> It seems that my use of the constructor doesnt work for any reason.
>>> The mapfile which should be viewed has already worked (in PHP).
>>>
>>> Could we help me please ? Is it the good way to create a openlayers ?
>>> :/
>>>
>>> var map = new OpenLayers.Map('map');
>>> var wms = new OpenLayers.Layer.WMS( "ICPE",
>>>         'http://localhost/cgi-bin/mapserv?/projet2009/ICPE.map',
>>>         {layers: 'roads'},
>>>         {singleTile: true, opacity: 0.5, isBaseLayer : true}
>>>         );
>>> map.addLayer(wms);
>>>
>>> Thanks a lots !!!!!
>>>
>>>
>>>
>>> _______________________________________________
>>> postgis-users mailing list
>>> postgis-users at postgis.refractions.net
>>> http://postgis.refractions.net/mailman/listinfo/postgis-users
>>>
>>>
>>>
>>> International Institute for Geo-Information Science and Earth
>>> Observation
>>> (ITC)
>>> Chamber of Commerce: 410 27 560
>>>
>>> E-mail disclaimer
>>> The information in this e-mail, including any attachments, is intended
>>> for
>>> the addressee only. If you are not the intended recipient, you are
>>> hereby
>>> notified that any disclosure, copying, distribution or action in
>>> relation
>>> to the content of this information is strictly prohibited. If you have
>>> received this e-mail by mistake, please delete the message and any
>>> attachment and inform the sender by return e-mail. ITC accepts no
>>> liability for any error or omission in the message content or for
>>> damage
>>> of any kind that may arise as a result of e-mail transmission.
>>> _______________________________________________
>>> postgis-users mailing list
>>> postgis-users at postgis.refractions.net
>>> http://postgis.refractions.net/mailman/listinfo/postgis-users
>>>
>>
>>
>>
>>
>> _______________________________________________
>> postgis-users mailing list
>> postgis-users at postgis.refractions.net
>> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
> International Institute for Geo-Information Science and Earth Observation
> (ITC)
> Chamber of Commerce: 410 27 560
>
> E-mail disclaimer
> The information in this e-mail, including any attachments, is intended for
> the addressee only. If you are not the intended recipient, you are hereby
> notified that any disclosure, copying, distribution or action in relation
> to the content of this information is strictly prohibited. If you have
> received this e-mail by mistake, please delete the message and any
> attachment and inform the sender by return e-mail. ITC accepts no
> liability for any error or omission in the message content or for damage
> of any kind that may arise as a result of e-mail transmission.
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>





More information about the postgis-users mailing list