Spectrum Spatial (SSA/LIM)

 View Only
  • 1.  Hi All,

    Posted 05-02-2018 09:29

    Hi All,

    As we are release SSA 12.2, I want to share some of the update related to the path of Extensibility modules path configured in CustomAnalystModuleConfig.json. So till 0.4 release path was relative.

    something like below

    "modulePath": "../../../extensions/app/add-dynamic-layer.module.ts#AddDynamicLayerModule"

    But with 12.2 it will be like below (see no ../ at the begining)

    "modulePath": "extensions/app/add-dynamic-layer.module.ts#AddDynamicLayerModule"

     

    Reason for this is not extensions will be in <SSA_INSTALL_PATH>/customerconfigurations/analyst/theme/extensions folder instead of

    webapps folder of tomcat.

     

    We have done this to make sure you have smooth upgrade of SSA with extensions in future releases