-
Notifications
You must be signed in to change notification settings - Fork 23
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
geOrchestra overlay details #713
Comments
Some links : |
Some customization was located in /js directory (e.g plugins) : https://github.com/georchestra/mapstore2-georchestra/tree/master/js |
Here, a custom configuration to insert / use easyTheming plugin (not exists in nativ mapstore2) : |
@f-necas what about custom docker (or other build stuff) config / files / build ? |
We override server.xml but there's a PR upstream for that, as far as I know, not a lot of customization around docker . |
the auth via |
mapstore-georchestra use some Custom pages : https://github.com/georchestra/mapstore2-georchestra/tree/master/js/pages 2 pages exists in mapstore2-georchestra :
I need to understand correctly what this pages do. |
Ok pages are used by application router (e.g https://github.com/georchestra/mapstore2-georchestra/blob/master/js/app.jsx#L25 mapstore2-georchestra/js/app.jsx Lines 99 to 101 in 8a3b8a1
|
it's probably specific to georchestra, because a default mapstore has the context manager on |
I don't see if you spoke about the use of SP headers |
Sorry I saw in #713 (comment) |
This is correct @landryb. After some tests to reproduce
https://github.com/georchestra/mapstore2-georchestra/blob/master/js/pages/Admin.jsx
https://github.com/georchestra/mapstore2-georchestra/blob/master/js/app.jsx#L99-L101
https://github.com/georchestra/mapstore2-georchestra/blob/master/js/app.jsx#L99-L101 This config will specify the Note that localConfig doesn't content ContextManager plugin (replace by Admin I guess). |
But it's the aim of https://github.com/georchestra/mapstore2-georchestra/blob/master/configs/pluginsConfig.json |
About Project and mapstore2 submodule update / migration : |
In best practice part :
We maybe needs some additional infos about these |
Description
It would be usefull to identify the special georchestra's features that overlay basic mapstore2 project.
Some examples :
I invite the community to add their knowledge to this issue via comments.
The final objective is to create a doc / have a trace (and why not a guide to be able to upgrade Mapstore2 submodule freely).
The text was updated successfully, but these errors were encountered: