Add Overview Map to ArcGIS Pro like ArcMap has. ArcMap Equivalence

2256
3
02-15-2021 12:14 PM
Status: Open
Labels (1)
DavidWheelock2
Occasional Contributor II

In ArcMap, there's a floating Overview Map that shows you the area surrounding your Data View with an extent rectangle showing where you are zoomed.  In ArcGIS Pro, we need the same thing, an Overview Map to view the extent of zoom for the Layers tab.

In ArcGIS Pro you can create a linked map view, but you can't add an extent rectangle unless you have a layout.  A layout is not needed here.  We just need a floating overview map with an extent indicator. 

This problem would be improved by enabling any linked map to have an extent rectangle for the map it's linked to.  That would not be as easy as it is in ArcMap, but it might be sufficient.  To have full ArcMap equivalence, you should have a button/menu-item for the Overview Map that would just pop it up with the extent indicator present.

ArcMap_2021-02-15_10-26-18.jpg

3 Comments
jcarlson

Bonus points if the overview can include a cursor indicator.

MichaelVolz

This would be useful when creating a print service in Pro as I use this functionality for a print service from ArcMap templates.

MehdiPira1

@DavidWheelock2 ,

There is already a tool (Overview Window) developed by esri (@Wolf , @UmaHarano ) in pro sdk which does similar functionality. Unfortunately it doesn't have any indicator yet but it's as easy as it is in ArcMap.

Here's the link:

https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/MapControl

MehdiPira1_0-1613458360779.png

you need to use Visual Studio to build the solution and install it.

Cheers

Mehdi