-
Notifications
You must be signed in to change notification settings - Fork 25
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
How to update Mapstore #712
Comments
if not, could we report community knowledge in a dedicated issue ? |
Could be nice to have either : a Base documentation, created by geosolutions : Code's here : |
see #713 |
@Gaetanbrl , @f-necas, @landryb |
@tdipisa
|
I'm sorry @catmorales but what do you mean with the following precisely?
Are you referring to the User Session plugin you commissioned and which is documented here? |
Partially, my question is more about the mapping between geOrchestra authent and MapStore2 authent. How is realize the mapping to be correctly authent in MapStore from geOrchestra's system. |
Maybe it's already documented |
Seems what i need to know. |
The MapStore geOrchestra documentation can be updated with development information about:
geOrchestra contributors can contribute to the documentation with best practices and efficent solutions About moving between branches: When moving between branches, you asked commands to clean up all the environment. git checkout <branch>
git submodule update
rm package-lock.json node_modules/ MapStore2/node_modules -rf # clean up
npm install
|
Unfortunately test scenarios we have are not exportable and they are setup for our internal use only. We can envisage a different common way for sharing them for tests scenarios specific to the mapstore's georchestra installation. |
matches https://docs.mapstore.geosolutionsgroup.com/en/latest/developer-guide/requirements/ we want java 11 for the print module.
matches https://docs.mapstore.geosolutionsgroup.com/en/latest/developer-guide/requirements/ we want java 11 for the print module.
Description
It would be interesting to move mapstore2 submodule to v2024.01.02.
Also, I search the technical details about georchestra overlay (authent, header, whatever...). Does a doc exist about that ?
The text was updated successfully, but these errors were encountered: