--
You received this message because you are subscribed to the Google Groups "mapstore-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapstore-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapstore-users/43081f33-2ad1-4f4c-ada8-531e71c3a6e1n%40googlegroups.com.
My issue is that I'm trying to understand how I could add RESTful services to the backend of the application, because when I built the app, i got all jar files that include .class files of geostore-rest-api located in target folder, but I can't find the source code of those files on mapstore project that I forked from github repo (https://github.com/geosolutions-it/MapStore2). I see that those files are on geostore project in a different repository (https://github.com/geosolutions-it/geostore/tree/master/src/core/services-api/src/main/java/it/geosolutions/geostore/services), but I don't know how to get access to the source code of the geostore project that is being built into the final mapstore.war file.
My main goal is to add another database (deceased.db) to the existing project that would include models of deceased located in the graves whose locations are stored on geostore.db (postgres db).I'm trying to build a simple GiS solution that would allow us to have simple REST api that I would use to communicate with the frontend of the application and interact with the database deceased.db that I would add to the project.Another option is to add Models of Deceased to the geostore.db project and link then to the locations of the graves, which would require me to fork and modify the existing project (geostore),which in my opinion would be optimal solution, but the one whose possibilities I would still like to explore.
The app would target the graves of the deceased via mapstore client and also perform basic CRUD operations with the models of the deceased that I would add to the Backend of the application.Thank you for your amazing project and hopefully one day I get to the level where I could contribute myself to the open source project.
Regards,
Mauro Bartolomeoli
==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.
==
Dott. Mauro Bartolomeoli
@mauro_bart
Technical Lead
GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
mobile: +39 393 904 1756
phone: +39 0584 962313
fax: +39 0584 1660272
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
--
You received this message because you are subscribed to a topic in the Google Groups "mapstore-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mapstore-users/4JCgzPyiWDE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mapstore-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapstore-users/85b32887-8980-42b3-9876-8fe9de0e7dc3n%40googlegroups.com.
Maybe a better solution would be to write my own service in something like NodeJS which I am more familiar with. If I were to make requests to the Node server from the MapStore client, and benefit from the use of the Mapstore Backend authentication layer, would I have to add Node server address to http-proxy white list ?