|
POST
|
Hi Probert68, I think you can get the result you want by increasing the X and Y gap of your legend element background. Based on your screenshot it looks like you've got the legend element's anchor in the center. Some background info that you may find useful... The legend bounding box, or frame, represents the potential maximum space for the legend. When you draw a box to insert the legend you are specifying to maximum space on the layout for the legend to grow if you add layers or, if you have enabled Feature Display Options for new classes to appear in the legend. The border and background is designed to fit the current space of the legend. In the screenshot below I've highlighted the "potential" space for the legend to grow based on the box I "drew" to insert the legend. The only fitting strategy where the legend element's border and background will always match legend frame is "Adjust frame". Hope this helps, Tom
... View more
11-04-2022
11:18 AM
|
0
|
2
|
1602
|
|
POST
|
Hi Claudia, Thanks for the screenshot. It looks like you are trying to use the options available from the "burger" button at the top right of the pane. These settings ONLY affect how coordinates are displayed in the pane. They do not affect how graticule/grid labels are displayed on the layout page. Label formatting is done by the use of tags in the Format text box under the Appearance group. The example below shows units to be "dms" (degrees, minutes, seconds). In order to display the labels in Degree Decimal Minutes the units must be "ddm". Here is an example. I entered the follwoing: <dyn type="grid" units="ddm" showZeroMinutes="true" zeroPad="true" decimalPlaces="1" directionSeparator = " "/> Here is my result: Note: Word wrap is another pane-specific property and has no bearing on the display of labels on the layout. The help topic Work with grid label tags provides a more in depth explanation along with a number of examples that you can use. Hope this helps, Tom
... View more
11-02-2022
05:53 AM
|
1
|
4
|
4047
|
|
POST
|
Hi Caroline, The ArcGIS Pro text formatting tags adhere to XML syntax rules where ampersands and "less than" symbols are special characters. From the help topic "Text formatting tags": If you have either "&" or "<" within your text you will need to replace the corresponding equivalents "&" or "<". For "greater than" (>) use ">". For apostrophes use "&apos". You might find the following, grabbed from the help topic referenced above, helpful in dealing with these special characters. Here is an example. I have a point layer that I'm using to drive a map series. The layer has a filed "Name" and I'm using this field value for the appropriate pages. The name for the first point is "Jack & Jill". I also want to make the text bold so I add formatting tags. If I don't account for the special characters I will see the tags displayed in my text element. Using the following Arcade expression - replace($feature.Name, "&", "&") - I adjust for the special character and the dynamic text element displays what I want. Hope this helps, Tom
... View more
10-31-2022
06:41 AM
|
3
|
0
|
4732
|
|
IDEA
|
Hi Robert, I think you get the result you're looking for by setting a "Fixed extent" constraint on the map frame. The map's extent and the aspect ratio of the map frame should remain constant as you resize the map frame. Hope this helps, Tom
... View more
10-28-2022
11:59 AM
|
0
|
0
|
2609
|
|
POST
|
HI Shannon, I'm not aware of any map graphics drawing/performance issues with when viewed through a rotated map frame. We did fix a number of map graphic issues at version 2.9. Which version of Pro are you using? Can you contact Esri Support? They are better equipped to handle troubleshooting steps and gather bug data. They can be contacted at https://support.esri.com/en/contact-tech-support. Thanks, Tom
... View more
10-28-2022
05:51 AM
|
0
|
3
|
1959
|
|
POST
|
HI Chris, There are some known issues/bug concerning layer blending and the display of the map in Layout map frames. These include: BUG-000151718 The clip to an outline option in Layout View causes the entire map frame to go white when activated on hill shade imagery that has a layer blend of Multiply applied to it. BUG-000142625 Setting the layer blending mode to 'Darken' with a map series enabled causes the 'Exclude layers from clipping' settings in the Clip Layers section to not apply. BUG-000143484 The layout does not honor map colors when the 'Layer blend' configuration is different than 'Normal' or 'Exclusion' The problem you are running into may be one of the above, or something specific to your data/workflow. Can you contact Esri Support? They are better equipped to handle troubleshooting steps and gather bug data. They can be contacted at https://support.esri.com/en/contact-tech-support. Thanks, Tom
... View more
10-28-2022
05:17 AM
|
1
|
4
|
4540
|
|
IDEA
|
Hi Azin, If you insert the picture element with a single mouse click instead of drawing a bounding box the picture is added to the layout in its original size and aspect ratio. The bounding box will match this. You can then resize the element manually, or from the Placement tab in Element Pane (the picture element properties) for more control. Make sure the aspect ratio button is on to ensure the match between picture and element border. The single click method requires a stable click. If Pro registers a slight movement it might see that as a bounding box and insert a very small element. If that happens just delete the new element and try again. Hope this helps, Tom
... View more
10-27-2022
05:33 AM
|
0
|
0
|
1270
|
|
POST
|
Loralyn, I'm unable to reproduce the issue with my own test MXDs. I'm able to select and move map graphics (map anno in the MXD) in an active map frame. It is important to note that the map frame needs to be active in order to select graphics and features within the map. If the map frame is not active you can still select the graphics layer in the Contents pane and change layer properties via the "Graphics Layer" tab in the ribbon as seen in this screenshot. If you are working with an active map frame and DO NOT SEE the "Graphics" tab when the graphics layer is selected this is a bug. Unfortunately, there is not much I can do if I cannot reproduce the issue. The problem you are running into may be specific to your data/workflow. Can you contact Esri Support? They are better equipped to handle troubleshooting steps and gather bug data. Thanks, Tom
... View more
10-26-2022
02:47 PM
|
1
|
1
|
1889
|
|
POST
|
Hi Loralyn, It appears that you are running to a bug where the Graphics tab that has the selection tool is not available when the context is an activated map frame in a layout view. Here is a screenshot showing this using graphics created in ArcGIS Pro. This could be due to how the MXD Map Annotation is converted to Pro graphics. I'll follow up and see if this is an actual bug. If this is something you want to track I suggest contacting support to log an issue. They can be contacted at https://support.esri.com/en/contact-tech-support. To workaround this issue you can either: Edit your "map annotation" graphics in the Map View where you should see the Graphics tab in the ribbon. You can dock the layout view next to the map view to see how your changes in the map view look in the layout. In ArcMap, convert the map annotation to GDB annotation features. You should be able to edit these in Pro just like any other features. Hope this helps, Tom
... View more
10-26-2022
01:48 PM
|
1
|
0
|
1890
|
|
POST
|
Hi Ryan, @LindaWilliams1 has the answer. You need to different maps. Tom
... View more
10-26-2022
01:10 PM
|
0
|
0
|
1371
|
|
POST
|
You can also Clear the selection via the layer context menu in the Contents pane. This works in Layout View as well as it does in Map View. You can either select a specific layer or multiple layers. Tom
... View more
10-26-2022
01:07 PM
|
1
|
0
|
12887
|
|
POST
|
Hi Jessica, You will not be able to use related tables in Table Frame or Map Series scenarios. Tom
... View more
10-26-2022
08:49 AM
|
1
|
0
|
7891
|
|
POST
|
Hello everyone, Please see my previous post for detailed info on this. I understand that you want this capability and that disabling the control is not the ideal solution. Thanks to those that have added their support to Allow Rectangle Textbox to Grow/Shrink and Vertically Justify Text. While the number of kudos helps weigh the relative importance of the idea, posts that highlight the importance of this functionality to your workflow help us get a fuller picture - even though the issue is seemingly simple and straightforward additional information can add weight to the request. Please continue this conversation on the idea thread, as opposed to this question thread. Thanks, Tom
... View more
10-20-2022
06:13 AM
|
0
|
0
|
3047
|
|
POST
|
All, A graphics layer is required to add graphic elements (shapes, text, pictures) to a map. Without a graphics layer you will not get the Graphics tab as shown in the nice screenshot provided by @AngelaSchirck - thanks Angela! You add a graphics layer to the map by clicking the Add Graphics Layer button under the Layer group on the Map tab ribbon. Please see the help topic Work with graphic elements in a map for more information. Hope this helps, Tom
... View more
10-19-2022
05:55 AM
|
0
|
0
|
2778
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-01-2026 08:45 AM | |
| 1 | 03-04-2026 10:11 AM | |
| 1 | 03-04-2026 06:07 AM | |
| 2 | 04-03-2024 06:04 AM | |
| 1 | 02-06-2026 07:03 AM |