DX NetOps

  • 1.  Spectrum 10 GISVIEW

    Posted Jul 02, 2015 09:00 AM

    Is there an easy was to display the model location in the text pop-up when you hover over a location?  I'd much rather see that than the model handle in HEX!



  • 2.  Re: Spectrum 10 GISVIEW
    Best Answer

    Posted Jul 02, 2015 10:00 AM

    Edited for correct path/file name:  Answered my own question.  You can modify the [install drive]:\spectrum\tomcat\webapps\spectrum\console\gis-view.jsp file.  Save a backup.  Then, edit it and search for "startmap".  In the function Startmapping is this line: "var marker_title=..."  I modified it to: "var marker_title="Device     : " +model_name+"\n" + "Location : " +location;"  It works perfectly!



  • 3.  Re: Spectrum 10 GISVIEW

    Posted Jul 07, 2015 04:57 PM

    I can modify and include certain things in the name info in the maps, but I would like to know if there is other information readily available, ie. Contact?



  • 4.  Re: Spectrum 10 GISVIEW

    Broadcom Employee
    Posted Oct 14, 2015 09:31 AM

    This is great and thank you ..  The only issue is that the file is actually "gis-view.jsp" ...  It's in the $SPECROOT\tomcat\webapps\spectrum\console directory ...



  • 5.  Re: Spectrum 10 GISVIEW

    Posted Oct 14, 2015 11:17 AM

    Thanks for the correct information!