Title: RE: [UMN_MAPSERVER-USERS] Missing FeatureMember with Oracle Spatial

Have you tried using USING UNIQUE [primary_key] in your DATA statement?

See the Oracle Spatial HOWTO for details.

Best regards,
Bart

-----Oorspronkelijk bericht-----
Van: UMN MapServer Users List
[mailto:[email protected]]Namens H. Porath
Verzonden: maandag 15 mei 2006 13:54
Aan: [email protected]
Onderwerp: [UMN_MAPSERVER-USERS] Missing FeatureMember with Oracle
Spatial


Hello list,

i am using Mapserver 4.6.3 with Oraclespatial native support and have setup a WFS. The problem is that i do not get FeatureMembers for a WFS GetFeature Request. Here is how my Layer definition looks like:

    LAYER
        NAME         flst
        METADATA
            "wfs_title"  "flst"
            "gml_include_items"         "all"
                        "wfs_extent"    "3400000.000000 5400000.000000 3600000.000000 5800000.000000"
        END
        DUMP TRUE
        CONNECTIONTYPE oraclespatial
        CONNECTION "user/[EMAIL PROTECTED]"
        DATA   "fs_koordinate from os_flst USING VERSION 9i"
        TYPE     POINT
        STATUS   ON
        CLASS
           NAME  "referenz"
          STYLE
               SYMBOL "punkt"
                SIZE 2
                COLOR 000 200 050
            END # style
        END # class
    END # layer

The result of a getfeature only presents the bounding box coordinates. The result of a describefeature also includes additional elements which should result in featuremembers.

I have seen that the mapserver bug 1608 (http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1608) references to a similar problem but this is still an open issue. I am working with solaris and mrsid and i had many problems compiling GDAL/OGR. I do not want to recompile it with oracle spatial support.

My question is: Is it really a bug or am i doing something wrong?

Thanks in advance.

Holger


_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192


Disclaimer ************************************************************************ Aan dit bericht kunnen geen rechten worden ontleend. Dit bericht is uitsluitend bestemd voor de geadresseerde. Als u dit bericht per abuis hebt ontvangen, wordt u verzocht het te vernietigen en de afzender te informeren. Wij adviseren u om bij twijfel over de juistheid of de volledigheid van de mail contact met afzender op te nemen. This message shall not constitute any rights or obligations. This message is intended solely for the addressee. If you have received this message in error, please delete it and notify the sender immediately. When in doubt whether this message is correct or complete, please contact the sender. ************************************************************************

Reply via email to