Hello MapStore Developers!
I have to build a mapstore application that is working in a complete offline environment. What do I need to take care of?
At least I think I need to bundle all the external links / styles / libraries into the war file. For example:
Concerning this I have two questions:
1. What is the best way to find and download all the dependencies (incl. fontawesome)?
2. How / where to integrate them into the war file?
One option for integration would be for example to put them into a subdirectory of the product\assets folder. I have already tried this with the favicon.ico. Or is the libs folder the right place (like the cesium-navigation subfolder)?
Thanks for your feedback and all the best,
Michael