Spectrum Spatial (SSA/LIM)

 View Only
  • 1.  Display extensibility in SSA

    Posted 03-17-2020 07:04
    Hello everybody,
    I try to display an extensibility in a SSA project. I use the same same code in CustomAnalystModuleConfig.json than in 18.2 :
    {{  "modules": [ {
    "name": "ConditionalQueryModule",
    "description": "conditional dynamic query",
    "modulePath": "extensions/app/pdf-project/pdf-tool.module.ts#PdfToolModule",
    "components": [{
    "componentName": "PDFToolComponent",
    "parentComponentName": "LegendContainer",
    "initParameters": {
    "useSearchParams": "false",
    "addToMap": "true", "getResult":"true"
    }            }],            "externalLibraryPath": [],
    "mapConfigAssociated": [{
    "mapConfigName": "Aviva1",
    "components": ["PDFToolComponent"]            }]        }] ,
    "componentsToRemove": [  ]}
    But it does not work. Do you have any idea about this issue.
    Thanks you,

    Augustin Boyer

    ------------------------------
    Augustin Boyer
    GEO RM
    Jaunay-Marigny
    ------------------------------


  • 2.  RE: Display extensibility in SSA

    Posted 03-17-2020 07:24
      |   view attached
    Attached the json file and what I get in the browser.

    ------------------------------
    Augustin Boyer
    GEO RM
    Jaunay-Marigny
    ------------------------------



  • 3.  RE: Display extensibility in SSA

    Posted 03-17-2020 07:26
      |   view attached
    See the file

    ------------------------------
    Augustin Boyer
    GEO RM
    Jaunay-Marigny
    ------------------------------

    Attachment(s)



  • 4.  RE: Display extensibility in SSA

    Posted 03-17-2020 10:28
    Hi Augustin,

    By replacing the name with a path fixed the issue or not?

    Thanks,
    Rachit Jain


    ------------------------------
    RACHIT JAIN
    Knowledge Community Shared Account
    Shelton CT
    ------------------------------



  • 5.  RE: Display extensibility in SSA

    Posted 03-17-2020 10:44
    Hi Rachit,
    Thanks you, you solved the problem. We must write the entire path of the project, unlike 18.2.

    ------------------------------
    Augustin Boyer
    GEO RM
    Jaunay-Marigny
    ------------------------------