Hi,

Thanks for your help.
I have performed a Geometry mapping successfully. 
But the result does not have a valid structure.

I want the following result :
<myNs:MyPoint srsName="...">
    <gml:pos>...</gml:pos>
</myNs:MyPoint>

So, I have defined the following schema :
<element name="MyPoint" type="gml:GeometryPropertyType" />

But I have the following result :
<myNs:MyPoint srsName="...">
    <gml:Point srsName="...">
        <gml:pos>...</gml:pos>
    </gml:Point>
</myNs:MyPoint>

So, how can I do to have the expected result ?

Thanks.



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/App-schema-How-to-map-Oracle-Geometry-into-GML-tp4984781p5014312.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to