Skip to main content
1-Visitor
June 4, 2020
Solved

Map Pointer to Mashup

  • June 4, 2020
  • 2 replies
  • 1044 views

Hi All

 

I have a use-case in which I want to implement the following : 

I have a list of sites on clicking an item from list it should show the location on the map and on clicking the map pointer It should navigate to a mashup. I was able to achieve the first step wherein on click of the item from list it should show the location on the map. I am bit confused on the second part as to how to link the pointer with the mashup. How should I input the location in the the service to get the desired mahsup

 

Regards

Ketan

Best answer by PaiChung

Add the mashup name to the same data source that you are using to display the point on the map.

Bind that mashup name to a navigation widget (or use an embedded mashup/mashup parameter)

then use the onclick ... maybe double click I forget what events the map has to navigate.

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
June 4, 2020

Add the mashup name to the same data source that you are using to display the point on the map.

Bind that mashup name to a navigation widget (or use an embedded mashup/mashup parameter)

then use the onclick ... maybe double click I forget what events the map has to navigate.

ketanaga1-VisitorAuthor
1-Visitor
June 8, 2020

Thanks @PaiChung .

The approach worked