<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Bart,<br>
dear listmember,<br>
<br>
you are absolutely right: There were an inaccuracy in my projection
parameters. And after changing that I am also able to capture the gml
file in my tmp directory and see the coordinates. <br>
<br>
But I do have another, much more fundamental question: <br>
Is mapserver not able to visualize gml data directly (for example
transfered points connected as lines in a map layer)? <br>
Let me say it the other way round: For visualisation purposes of gml
files in mapserver is it necessary to convert transfered gml data with
any other (GIS-) tool (e.g. mentioned ogrinfo) before you are able to
map it with mapserver? <br>
<br>
best regards <br>
Karsten <br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:bartvde@xs4all.nl">bartvde@xs4all.nl</a> schrieb:<br>
<blockquote
cite="mid10155.212.238.227.182.1102003478.squirrel@212.238.227.182"
type="cite">
<pre wrap="">Hi,
I tried downloading your GML and ogrinfo can read it.
Try to change your projection objects. You now have defined that your WFS
client layer is in epsg:4326 but ofcourse your data is in epsg:32632.
Hope this helps.
Best regards,
Bart
</pre>
<blockquote type="cite">
<pre wrap=""> Hi Yewondwossen Assefa,
dear List members,
thank you for your answer.
During the last hours I include your hint with the forced request method:
"wfs_request_method" "GET"
and I also found something else on my own:
I left the port number (8088) in the URL string:
So, in my case the complet request is called:
<a class="moz-txt-link-freetext" href="http://babyz.uni-muenster.de:8088/wfs/WFS">http://babyz.uni-muenster.de:8088/wfs/WFS</a>?
This might also be the reason why you did not work for you, too!
When sending above mentioned request the server sends a complete .gml
file which is stored in my tmp directory.
Nevertheless still these coordinates are not drawn from the mapserver.
The beginning of the .gml file sounds like this:
WLIS_UTM32555409.568178104,5650501.14750786
868199.990485413,5934332.6040282555409.5681781038,5934223.853692098
555418.5706741122,5934332.604028199
PEGELSTAND100.0555418.5706741122,5934332.604028199
557407.5662599645,5933762.565755668
PEGELSTAND100.07000000000001557407.5662599645,5933762.565755668
559292.2735897198,5933662.819451575
(... hundreds of coordinate pairs are following!)
the gml file is stored in the /srv/www/htdocs/tmp directory
I am running the mapserver vers: 4.2.3 with wms client/server and wfs
client7server support
(that it what the mapserver gives back when typing the ./mapserv -v
command!)
does anybody have an idea what could still be wrong?
thanks
Karsten
schrieb: One other thing you can try is to force mapserver to send Get
request to the wfs server by adding the following metadata on your layer
(default is Post) :
"wfs_request_method" "GET".
You should also test the wfs_server by manulally sending some requests
to make sure that that the wfs responsd properly. Does the
<a class="moz-txt-link-freetext" href="http://babyz.uni-muenster.de/wfs/WFS?SERVICE=WFS&VERSION=1.0.0&Typename=WLIS_UTM32&&REQUEST=GetFeature">http://babyz.uni-muenster.de/wfs/WFS?SERVICE=WFS&VERSION=1.0.0&Typename=WLIS_UTM32&&REQUEST=GetFeature</a>
returns something for you (I does not work for me but It might me an
internal URL) ?
Later,
K. Lessing%
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
</body>
</html>