08-17-2020 05:46 AM
Hi Community,
Trust all are doing great, I wanted to kindly enquire if anyone can assist me or point me in the right direction. I am trying to synchronize a 2D background map with a 3D chart MapView in a Browser Application on MApp Enterprise.
Is this possible? and what do I need?
I look forward to responses
Kind regards,
Marlin
08-18-2020 10:27 AM
hi Marlin,
Out of the box in the GUI this linkage is not possible. By that I mean there isn't a button or switch to activate to accomplish this.
This should be possilbe using the API, but specifically I haven't ventured down that road.
I will have a look for some relevant informaiton/resources and update the thread should I find some.
08-24-2020 03:15 AM - edited 08-24-2020 03:15 AM
hi Marlin,
as Stephen mentioned it must be developed using API. Here you can find a working sample with 2 2D Map panels:
In the case of the 3D Map you will have to use the RIA API:
https://dev.luciad.com/portal/productDocumentation/LuciadRIA/docs/documentationoverview.html
To make the panels communicate each other, instead of using the GP message API, you can simply use the Window.PostMessage mechanism.
Stefano