|
POST
|
In the Copy and paste properties between layers or tables Help documention here - Copy and paste properties between layers or tables | ArcGIS Pro documentation - there is a Paste Properties commend where you can paste only the display filters to the other layer. Would this work?
... View more
06-04-2026
08:34 AM
|
0
|
0
|
246
|
|
POST
|
In full transparency, I did a somewhat deep dive using the Esri Support AI Chatbot for this question as it falls outside of my expertise. Testing of suggested workflows below are strongly recommended: <CLIP> Let me know if this works (or does not work) and I'll examine support cases for you. Large min/max EVI values in ArcGIS Pro with Landsat 8/9 **Collection 2 Level-2 SR** are usually caused by one (or more) of these: 1) **Computing EVI on unscaled integer DN values (or not forcing float math)** L2 SR bands are stored as integers; EVI should be computed on **scaled reflectance as floating point**: **SR = DN * 0.0000275 + (-0.2)** 2) **Including invalid pixels (clouds/shadows/water-fill) or SR values outside a valid range (often negatives)** Those pixels can blow up the EVI denominator and produce extreme outputs. Esri recommends masking out unwanted pixels using the QA band and excluding out-of-range SR values because they can cause band indices to be wrong. Reference workflow: [Clean up your Landsat imagery: removing cloud and cloud shadow](https://www.esri.com/arcgis-blog/products/arcgis-pro/imagery/clean-up-your-landsat-imagery-removing-cloud-and-cloud-shadow) 3) **Wrong band mapping/order** EVI expects **NIR, Red, Blue**. For Landsat 8/9 that is **B5 (NIR), B4 (Red), B2 (Blue)**. EVI formula reference: [Band Arithmetic function—ArcGIS Pro](https://pro.arcgis.com/en/pro-app/3.4/help/analysis/raster-functions/band-arithmetic-function.htm) ## How to obtain valid EVI Try this approach: - Mask clouds/shadows (and other unwanted categories) using the **QA** product (set unwanted to NoData). - Optionally mask SR DN outside a reasonable range (commonly **0–10000** in DN space) before scaling (per Esri’s guidance in the blog above). - Scale B2/B4/B5 to float reflectance (DN * 0.0000275 - 0.2). - Compute EVI: **2.5 * (NIR - Red) / (NIR + 6*Red - 7.5*Blue + 1)** <END CLIP>
... View more
06-04-2026
08:26 AM
|
0
|
0
|
205
|
|
POST
|
There was a BUG-000135326 for ArcGIS Pro that was non-reproducible in November 2020 seen at 2.6.3 with a workaround of "Adding the geocoding service URL as a geocoding service in the ArcGIS Online organization's settings ensures the geocoding works with no issue. The issue only seems to occur when adding it as an item in ArcGIS Online." Further, there is an Analyzer message of 00339 that lists items/solutions that may be relevant to version compatibility - 00339: Locator was built with roles or capabilities not compatible for sharing to this version of ArcGIS Server | ArcGIS Pro documentation
... View more
06-04-2026
08:12 AM
|
2
|
1
|
362
|
|
POST
|
Not exactly what you're looking for but something to be aware of. If you go to Project->Options->Map and Scene tab, under the Add Layers and Tables item, there is a check box you can disable that says - "Make newly added layers visible by default" - like I said, not 100% what you're looking for but a start. Your workflow is worthy of an ArcGIS Idea as mentioned above.
... View more
06-04-2026
08:02 AM
|
1
|
0
|
581
|
|
POST
|
@DEAF_PROBERT_68 - I found an ArcGIS Pro *.stylx file that has a point symbol called "underground storage tank" that is close to the symbol you have on the map. You can download the *.stylx file here - Government ArcGIS Pro Style 3.x - Overview
... View more
06-04-2026
07:56 AM
|
1
|
0
|
367
|
|
POST
|
In full transparency, I did a deep dive using the Support AI chatbot on Esri Support Services - so testing is 100% required to see if this workflow would work: <CLIP> On ArcGIS Enterprise on Windows, the supported way to refresh only the cached tiles impacted by mosaic dataset changes is to use a dirty area polygon to drive a partial cache rebuild (instead of Overwrite Web Layer). Try these steps: Update the mosaic dataset (add/replace orthophotos, run your mosaic maintenance as needed). Run Compute Dirty Area on the mosaic dataset to generate a feature class of the modified (“dirty”) areas. Rebuild cache tiles only for that AOI using cache management (Manage Cache > Manage Tiles / the geoprocessing tool Manage Map Server Cache Tiles) so it overwrites tiles intersecting the dirty areas rather than recreating the entire cache. Esri doc (12.1) explicitly describes this workflow: What is image service caching? | ArcGIS Enterprise on Windows and Linux documentation (section “How do I update my image service cache?”) Related cache management entry point: Creating an image service cache | ArcGIS Enterprise on Windows and Linux documentation <END CLIP> Question - would this work in your environment?
... View more
06-03-2026
01:13 PM
|
2
|
0
|
354
|
|
POST
|
ArcGIS Pro can read DGN as a read-only CAD feature dataset, but it may not maintain the exact “same symbology” you see in MicroStation because Pro renders CAD using extracted CAD attributes (level, color, weight, linestyle, etc.), not the CAD application’s full display rules. This is a known limitation for CAD symbology preservation in Pro (documented for CAD in general; example bug for DWG): BUG-000139735. Also: Introduction to CAD data.
... View more
06-03-2026
10:21 AM
|
0
|
0
|
93
|
|
POST
|
@MRJ1 - in reviewing BUG-000137329 - "The edits of the points for positions in Route Event Layer in ArcGIS Pro are not displayed unless the cache settings are changed", it's listed as "under consideration" within the "internals" with the current workaround to "change the cache settings of the layer to any other option." No time frame for a fix that I know of...
... View more
06-03-2026
10:15 AM
|
0
|
0
|
131
|
|
POST
|
Good morning - I believe this workflow will work for you: 1. Stop the image service so it's not being used while you're updating the MDS. 2. Run the Add Rasters To Mosaic Dataset (Data Management Tools) | ArcGIS Pro documentation GP to add the new single ortho photo to the large existing MDS. 3. Run the Build Overviews (Data Management)—ArcGIS Pro | Documentation but use the Query Definition parameter to select the only the newly added ortho photo to build overviews for. 4. Restart the Image Service.
... View more
06-03-2026
09:28 AM
|
0
|
2
|
394
|
|
POST
|
The Resampling setting in the Rendering group controls display resampling (on-the-fly)—how ArcGIS Pro draws your raster to the screen when the raster grid does not map 1:1 to your current view. Even when you “just pan and zoom,” Pro often has to compute a new value/color for each screen pixel because: Zooming changes the pixel-to-pixel relationship: at most scales, one screen pixel corresponds to a fraction of a raster cell or multiple raster cells, so Pro must decide how to sample/average values to draw the image. The map may be in a different coordinate system than the raster: if so, Pro is also doing an on-the-fly reprojection for display, which requires interpolation. The goal is visualization quality vs speed, and the “best” method depends on whether the raster is categorical (classes) or continuous (imagery/elevation). That’s why the method matters for display: Nearest neighbor: fastest; best for discrete/categorical rasters; preserves original values but can look blocky/jagged. Bilinear: smoother for continuous rasters; alters values (can blur). Cubic: sharper than bilinear but slower; can introduce values outside the input range. Majority: often used for discrete rasters to smooth class “speckle.” Hope this helps!
... View more
06-03-2026
08:25 AM
|
0
|
1
|
303
|
|
POST
|
If you open your Catalog Pane in ArcGIS Pro, navigate to the geodatabase where the annotation is stored, you see icons representing feature classes, anno, maybe rasters and one icon that shows two tables with arrows going between them. See image below:
... View more
06-03-2026
08:20 AM
|
0
|
0
|
230
|
|
POST
|
Yes, there is a way to do this as referenced in this Esri Community post - Create Replica with Different Output Coordinate Sy... - Esri Community - but the technical article referenced in the post no longer exists for some reason. I'll continue to look for it though.
... View more
06-02-2026
07:55 AM
|
0
|
0
|
205
|
|
POST
|
Question for you - when you see the geodatabase in the Catalog Pane, is the relationship class for the feature linked annotation there or is it missing? Please advise.
... View more
06-02-2026
07:07 AM
|
0
|
0
|
251
|
|
POST
|
In ArcGIS Pro, the Map Tips toggle only appears for layer types that support attribute-based map tips (typically feature layers). For LiDAR point cloud layers (for example, a LAS Dataset layer or a Point Cloud Scene Layer (.slpk)), it’s normal to not see a Map Tips option in Layer Properties, because those layers are driven more by filtering/symbology than per-point attribute popups. If you need to see the attributes for a single point, click the Map tab->Explore and click on a *.las point.
... View more
06-02-2026
06:59 AM
|
0
|
0
|
190
|
|
POST
|
Hmmm...the layer that you're applying the *.lyr file to have the same attribute values as the originating source?
... View more
06-02-2026
06:50 AM
|
0
|
1
|
295
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | Monday | |
| 1 | Tuesday | |
| 1 | a week ago | |
| 1 | a week ago |
| Online Status |
Offline
|
| Date Last Visited |
14 hours ago
|