[Mapserver-DE] Mapserver Fehler im GML-Output
Dietmar Stolz
dietmar.stolz at freenet.de
Don Nov 3 18:51:42 CET 2005
Hallo Userliste,
die Nachfolgeversionen von MapServer 4.4.1 (getestet mit 4.6.1 und 4.7) schreiben GML-Datein mit falschen Objekten rauß.
Die GML-Objekte liegen nicht im angeforderten Bereich:
http://localhost/cgi-bin/mapserv?map=D:/WebGIS/mapbender2_1/http/kataster/umn/siegburg.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=getFeature&TYPENAME=SCHULEN&BBOX=2584770,5629216,2584900,5629333&extent=2584770,5629216,2584900,5629333&width=500&height=450
Also BBOX: 2584770,5629216 2584900,5629333
Zurück kommt jedoch ein Objekt, das nicht im angeforderten Bereich liegt:
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <wfs:FeatureCollection xmlns:ms="http://mapserver.gis.umn.edu/mapserver" xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengeospatial.net/wfs/1.0.0/WFS-basic.xsd http://mapserver.gis.umn.edu/mapserver http://dietmar/cgi-bin/mapserv?map=D:/WebGIS/mapbender2_1/http/kataster/umn/siegburg.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=SCHULEN&OUTPUTFORMAT=XMLSCHEMA">
- <gml:boundedBy>
- <gml:Box srsName="EPSG:28402">
<gml:coordinates>2584840.000000,5629270.000000 2584840.000000,5629270.000000</gml:coordinates>
</gml:Box>
</gml:boundedBy>
- <gml:featureMember>
- <ms:SCHULEN>
- <gml:boundedBy>
- <gml:Box srsName="EPSG:28402">
<gml:coordinates>2584916.000000,5629714.000000 2584916.000000,5629714.000000</gml:coordinates>
</gml:Box>
</gml:boundedBy>
- <ms:msGeometry>
- <gml:Point srsName="EPSG:28402">
<gml:coordinates>2584916.000000,5629714.000000</gml:coordinates>
</gml:Point>
</ms:msGeometry>
<ms:NAME>Gymnasium Allestr.</ms:NAME>
</ms:SCHULEN>
</gml:featureMember>
</wfs:FeatureCollection>
Mit 4.4.1 ist es richtig:
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <wfs:FeatureCollection xmlns="http://www.ttt.org/myns" xmlns:myns="http://www.ttt.org/myns" xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengeospatial.net/wfs/1.0.0/WFS-basic.xsd http://www.ttt.org/myns http://dietmar:80/cgi-bin/mapserv?map=D:/WebGIS/mapbender2_1/http/kataster/umn/siegburg.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=SCHULEN">
- <gml:boundedBy>
- <gml:Box srsName="EPSG:28402">
<gml:coordinates>2584840.000000,5629270.000000 2584840.000000,5629270.000000</gml:coordinates>
</gml:Box>
</gml:boundedBy>
- <gml:featureMember>
- <SCHULEN>
- <gml:boundedBy>
- <gml:Box srsName="EPSG:28402">
<gml:coordinates>2584840.000000,5629270.000000 2584840.000000,5629270.000000</gml:coordinates>
</gml:Box>
</gml:boundedBy>
- <gml:pointProperty>
- <gml:Point srsName="EPSG:28402">
<gml:coordinates>2584840.000000,5629270.000000</gml:coordinates>
</gml:Point>
</gml:pointProperty>
<ID>26</ID>
<X>2584840</X>
<Y>5629270</Y>
<SYMBOL>/symbole/schulen.png</SYMBOL>
<INFO>Landwirtschaftsschule und Wirtschaftsberatungsstelle, Hochstr. 9</INFO>
<URL />
<NAME>Landwirtschaftsschule u. Wirtschaftsberatung</NAME>
<SCALE>5000</SCALE>
<the_geom />
</SCHULEN>
</gml:featureMember>
</wfs:FeatureCollection>
Hat das schon jemand gehabt?
Liebe Grüße
Dietmar Stolz
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: http://www.intevation.de/pipermail/mapserver-de/attachments/20051103/320e937f/attachment.html
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)