Hi,

The only way I know of achieving this in GeoServer is using App-Schema:
http://docs.geoserver.org/stable/en/user/data/app-schema/index.html

This extension will allow you mappings between your database and a specific GML 
based XML schema.

Note that App-Schema is an extension to GeoServer and needs to be downloaded 
and installed:
http://geoserver.org/release/stable/

Regards,

Nuno Oliveira

On 10/29/2017 11:36 PM, geseus wrote:
files.zip <http://osgeo-org.1560.x6.nabble.com/file/t381976/files.zip>

Hi,

I'm trying to do wfs with nested elements, but without success.
I have 3 postgres tables: person, email, web.
I'm able to join them, so output is like:

<featureMember>
   <Person>
     .. person elements
email 1 elements email 2 elements ..
     <Web>
       web 1 elements
     </Web>
     <Web>
       web 2 elements
     </Web>
... But I would like to have web and email info nested like this:
<featureMember>
   <Person>
     .. person elements

HOW TO ADD THIS ELEMENT?
     <ContactInfo>

AND THIS ELEMENT?
       <Emails>
email 1 elements email 2 elements </Emails>
       <WebPages>
         <Web>
           web 1 elements
         </Web>
       </WebPages>
I do not know, how to create schema files and feature_link for that.

And another question, i have three xml files, which contain the same
datastores with exactly the same connection to database.
Is it possible to define connection/datastore otside and include it somehow
(so i have connection defined only once).
And is it posible to crypt the password like this?
<entry key="passwd">crypt1:SNtjcptw+CrnShpSnfw6hPBxUpGhWbIs</entry>
(this doesnt work for me)

All files im using are (hopefully) attached as a zip.
Thanks a lot for any advice.
Tomas



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


--
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information.
==

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i 
file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo 
è consentito esclusivamente al destinatario del messaggio, per le finalità 
indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne 
il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di 
procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro 
sistema. Conservare il messaggio stesso, divulgarlo anche in parte, 
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, 
costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.
The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to