Spectrum Spatial (SSA/LIM)

Welcome to the Spectrum Spatial (SSA/LIM) community - start a discussion in the discussion tab or join in a conversation.

SSA Documentation  LIM Documentation  SSA Ideas  LIM Ideas

Discussions

Members

Resources

Events

 View Only
  • 1.  Can we use ERM point to point routing capabilities in SSA?

    Posted 10-13-2017 09:31

    I would like to create a web app(SSA + Customization) to show turn by turn directions from current location to customer location. I want to use Enterprise Routing module API capabilities to find the Shortest or Fastest route based on user wish and display the output on SSA screen. Is it possible to do such integration? Do we have any such sample application to look for? It would be great if we can download some examples.

    Looking forward to the Forum support. Thanks in advance ( I have asked this question in other groups also)



  • 2.  RE: Can we use ERM point to point routing capabilities in SSA?

    Posted 10-19-2017 03:18
    Hi Krishna, Yes it is possible to create a route using the API within SSA. I believe we have published a code sample on the SSA Developer Forum. The forum is open for all partners and internal PB staff only. However, I’m more than happy to share the code. Regards Andy


  • 3.  RE: Can we use ERM point to point routing capabilities in SSA?

    Posted 10-19-2017 03:29
    This is a demo example that’s allows you to select the start location then we have selected a small set of friends Mal destinations within the information panel. https://ssa.pbsdemo.eu/connect/analyst/mobile/#/main?mapcfg=RoutingDemo There are other ways to achieve the ability to select a start and finish point on the map. This is just an example. Andy


  • 4.  RE: Can we use ERM point to point routing capabilities in SSA?

    Posted 10-19-2017 06:25
      |   view attached

    Hi All,

    Please note you will require a SSA use only licence for the enterprise routing application (ERM) and data to run this process. Please contact your account managers to find out more information.

    Applications used:

     

    please see an example attached.

    • Import the data flow into Spectrum Enterprise Designer
    • This example has the destination set up as Germany. You need to change the database in the GetTravelDirections stage.
    • Expose the data flow as a webservice
    • Copy the p2proutingdemo.html to the Program Files\Pitney Bowes\SpectrumSpatialAnalyst\customerconfigurations\analyst\theme folder
    • With MI Pro create a simple map that uses the click layer tab. This tab has a single transparent polygon covering Germany. We will use this as click layer.
    • Upload the above map to Spectrum Spatial Manager/Analyst
    • With the SSA admin console create a new map. Add the above Click Map to the map config.
    • In the template mapping tab map the p2proutingdemo to the click layer

     

    Simply open the map and click somewhere in Germany. Choose a destination and click submit. This will calculate the route and add it as an annotation.

    An online demo can be seen here:

    https://ssa.pbsdemo.eu/connect/analyst/mobile/#/main?mapcfg=RoutingDemo

    Regards

     

    Attachment(s)

    zip
    RoutingDemo.zip   6 KB 1 version


  • 5.  RE: Can we use ERM point to point routing capabilities in SSA?

    Posted 03-12-2018 01:33

    Hi All , I have tried removing Germany with other country ERM in the get travel direction stage. I have the same clickable layer but nothing is happening. And also i am trying to replace the Hard coded selection to clicking one more point the clickable layer. Can anyone help me with that?