-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cadastrapp #185
Add cadastrapp #185
Conversation
dunno how branch merges are handled in that repo, but if this is merged, would be nice to have in |
Indeed, this PR should target
Yeah, changed my mind. Easier to manage here, even if the module is not part of the core... |
# PDF generation | ||
pdf.dateValiditeDonneesMajic=01/01/2017 | ||
pdf.dateValiditeDonneesEDIGEO=01/06/2017 | ||
pdf.organisme=Georchestra PSC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
geOrchestra
# only used when wms service need authentification | ||
# if empty no authentification is used | ||
cadastre.wms.username=geoserver_privileged_user | ||
cadastre.wms.password=geoserver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the datadir's default password for geoserver_privileged_user
parcelle.wms.password= | ||
|
||
cadastre.wfs.url=https://georchestra.mydomain.org/geoserver/wfs | ||
cadastre.wfs.layer.name=pci:parcelle_2020 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean we should also provide this layer by default with https://github.com/georchestra/geoserver_minimal_datadir ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
especially since pci is available on https://cadastre.data.gouv.fr/data/dgfip-pci-vecteur/ ... but that means having a script to bootstrap the gs datadir fetching data from there, not going to import pci data in the repo :)
|
||
## Temp folder with write acces to create image and temporary files needed for pdf generation | ||
## This folder should be writtable by tomcat user | ||
tempFolder=/tmp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not docker compatible I guess ...
Cadastrapp is not part of georchestra anymore. |
(PR on georchestra/docker in progress here : georchestra/docker#57)