Using Experience Builder ExB, is there a way to synchronize the location or two map widgets?
I have a button that toggles between page1 (map1 with floods) and Page 2 (map2 scene in 3D). It works correctly but it doesn't synchronize the location of the two maps.
if I pan and zoom in one map it doesn't synchronize the other map.
This could be useful for a map overview, too (that small map in the bottom corner).
thank you
You put an action on Map1, trigger when Extent changes, action, zoom to Map2.
Then put action on Map2, trigger when Extent changes, action, zoom to Map1.
R_
edited as I tested with 2D and 3D in same experience. works well.