Hey- Bas Couwenberg wrote: > Hello, > > my WFS server supplies feature types which consist out of complex types. > Now I want to use the extractAttributes for these complex types too but > it seems they only accept simple types. Is there a way that a feature on > a WFS layer keeps this complex type information so I can use it for > showing info in a popup?
I was shooting for the Simple Features Profile in writing the GML v3 parser. Can you give some more detail? I'm curious to hear a use case for complex features. Also, if you provide a (short) bit of your gml, I'd be interested in seeing what it would take to get the parser to support it. Since we have a very simple model for features in OpenLayers, the most likely solution is for you to extend the parser with some custom readers/writers (which is very reasonable to do). Tim > > Best regards, > > Bas Couwenberg > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users -- Tim Schaub OpenGeo - http://opengeo.org Expert service straight from the developers. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
