Spectrum Spatial (SSA/LIM)

 View Only
  • 1.  Feature edit template

    Posted 03-13-2020 07:56
      |   view attached
    Hi!

    I have problems applying simple feature edit template to layer in SSA 2019.1. I made one simple template to allow only polygon geometry and display one column as a pick list. But for some reason, nothing changes after applying this template to layer in Project Settings->Business maps->Templates->Feature Edit Template. I tried the same template in SSA 2018.2 as well as one of our servers is still running old version and everything worked there. I didn't find any differences about making and applying feature edit template between old and new versions. Am I missing something?
    XML file is attached to this message.
    
    
    
    


    ------------------------------
    Ott Koik
    Ruumab OÛ
    Tartu
    ------------------------------

    Attachment(s)

    xml
    demo.xml   1 KB 1 version


  • 2.  RE: Feature edit template
    Best Answer

    Employee
    Posted 03-16-2020 09:04
    Hi Ott,

    Yes, I am able to reproduce the issue. We will work on providing a fix. 

    Meanwhile, you can work around this issue by associating your template file with the chosen table in the TableTemplateMappings section in FeatureEditTemplateDefinitions.xml file. This file is present in customerconfigurations\analyst folder. As there is no UI for editing the below section, it needs to be done manually - 

    <TableTemplateMappings>
            <Mapping>
               <Table>/KOV/viimsi/NamedTables/maakasutus_teedega</Table>
               <Template>demo.xml</Template>
           </Mapping>
    </TableTemplateMappings>

    Thanks,

    ------------------------------
    Vishwas Gupta
    Pitney Bowes Software India Pvt. Lt
    NOIDA
    ------------------------------



  • 3.  RE: Feature edit template

    Posted 03-16-2020 11:36
    Hi!
    Thanks for your answer. It's working now
    
    
    
    


    ------------------------------
    Ott Koik
    Ruumab OÛ
    Tartu
    ------------------------------