Spectrum Technology Platform

 View Only
  • 1.  Add links to Map configuration in the banner

    Posted 07-23-2021 06:06
    Edited by George Corea 07-24-2021 01:50
    I am trying to add links to some configs in the top banner instead of the drop down but the code in the C:\Program Files\Pitney Bowes\SpectrumSpatialAnalyst\customerconfigurations\analyst\theme\banner\default\index.html only opens them in the top banner and not in the map frame.


    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <title>Banner</title>
    <!-- Link -->
    <link rel="stylesheet" type="text/css" href="./banner.css"/>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700"/>
    <!-- Link -->
    </head>
    <body>
    <div id="header"><a id="productLogo"></a>
    <table border="1" style="border-collapse: collapse; width: 100%;">
    <tbody>
    <tr>
    <td style="width: 50%;"><a class="navbar-brand brand-text"><img src="xxx_Maps_W150pxH38px.png" alt="xxx Maps" height="38" width="150" /></a></td>
    <td style="width: 50%;">&nbsp;Planning | <a href="http://xxx:8010/connect/analyst/mobile/#/main?mapcfg=%2FAnalyst%2FNamedProjects%2FPlanning%20Scheme%202018%20(Public)">Something</a> | Another map</td>
    </tr>
    </tbody>
    </table>
    </div>
    </body>
    </html>

    Thanks for your assistance.

    BTW I have checked Spectrum Spatial Guide and related docs.

    ------------------------------
    George Corea
    Mangoesmapping
    MOOMIN QLD
    ------------------------------


  • 2.  RE: Add links to Map configuration in the banner

    Posted 07-24-2021 02:17
    Whoops -it was just a matter of setting the links as target="_top" rel="noopener">

    ------------------------------
    George Corea
    Mangoesmapping
    MOOMIN QLD
    ------------------------------