|
POST
|
I updated my graphics drivers to the latest release, however this did not help the problem. For reference I am using an HP ZBook 15u G6 with an AMD Radeon Pro WX3200 Graphics card. The same dataset that is causing issues on this PC rendered perfectly in ArcGIS Pro on a desktop with an Nvidia 2060 Super. Looks like an underpowered hardware issue.
... View more
03-16-2021
05:37 PM
|
0
|
6
|
5799
|
|
POST
|
Hi Jeremy, thanks for the info. I am going to try updating my graphics driver to see if this helps. Also happy to send you the base data to see if you can reproduce the issue. Cheers.
... View more
03-15-2021
01:55 PM
|
0
|
0
|
5827
|
|
POST
|
Thanks for that Dan. It still doesn't explain why my GPU appears to be underutilised while ArcGIS Pro is reporting that GPU resources are exceeded. Unless something else that isn't reported in Task Manager is bottlenecking it.
... View more
03-15-2021
01:10 PM
|
0
|
1
|
5843
|
|
POST
|
Hi, I am trying to load a large multipatch into ArcGIS Pro. It was converted from a dwg that represents a ground surface with approx 230k faces. ArcGIS Pro will not draw the entire thing and shows an error about GPU resources exceeded, however looking at task manager this does not appear to be the case. Can someone from Esri please explain how this is calculated, and what we can do about it? This confirms it is using the dedicated AMD graphics not the Intel chip: Cheers, Marc
... View more
03-15-2021
12:58 PM
|
0
|
14
|
7420
|
|
IDEA
|
Hi, In the ArcGIS Enterprise/Online 3D Scene viewer 3D Meshes often appear in the view over Raster/Imagery/Ground layers. This results in some very unnatural results and is very disorienting to the user. For example in this scene a large hill is circled in red and a mesh model is circled in blue: When I change to a low angle the mesh is visible through the hill. This looks really bad and is not at all how it should behave: Can you please improve the interaction of different layers so they make sense visually. If objects are behind something else they should not be seen: Thanks, marc
... View more
03-07-2021
01:01 PM
|
2
|
14
|
5458
|
|
IDEA
|
Great idea, but I'd like the prompt to popup if the location accuracy is below a certain threshold. For example when doing site inspections that combine indoor and outdoor data capture, we don't want the users to have to move the pin when outdoors as the location accuracy is usually fine. However when they move indoors and the location accuracy drops it would be really useful to prompt them with a popup that says "Your location accuracy is poor - would you like to manually place the pin?" and they can do so. Cheers, Marc
... View more
02-21-2021
02:05 PM
|
0
|
0
|
2765
|
|
IDEA
|
This is a great idea and would make QuickCapture much more useful. Also: https://community.esri.com/t5/arcgis-quickcapture-questions/two-enhancement-requests-for-project-user-input/td-p/667913
... View more
02-21-2021
01:59 PM
|
0
|
0
|
6432
|
|
POST
|
Hi there, I have a mesh scene layer that I want to vertically offset by 1.17m. I cannot offset by a non-integer amount. Why is this, and is there a plan to improve this? Often we have slpks that have been created in a local vertical datum that need to be offset to align with a national vertical datum, and limiting the vertical offset to integers is pretty annoying. Thanks, Marc
... View more
02-17-2021
01:28 PM
|
0
|
0
|
862
|
|
IDEA
|
Hi, Currently trying to return popups from WMS layer can fail if the WMS comes from certain sources. From Chrome console: Refused to frame 'https://data.gns.cri.nz/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' *.gns.cri.nz geotrips.org.nz *.geotrips.org.nz". From Chrome Issues: Content Security Policy of your site blocks some resources because their origin is not included in the content security policy header
The Content Security Policy (CSP) improves the security of your site by defining a list of trusted sources and instructs the browser to only execute or render resources from this list. Some resources on your site can't be accessed because their origin is not listed in the CSP.
To solve this, carefully check that all of the blocked resources listed below are trustworthy; if they are, include their sources in the content security policy of your site. You can set a policy as a HTTP header (recommended), or via an HTML <meta> tag.
:warning: Never add a source you don't trust to your site's Content Security Policy. If you don't trust the source, consider hosting resources on your own site instead.
1 directive
Resource Status Directive Source code
https://data.gns.cri.nz/ blocked frame-ancestors
Learn more: Content Security Policy - Source Allowlists If we could add the domains of those WMS layers to a list of domains that are included in CSP headers then the popups would load. This could be done: In the map settings automatically when a WMS is added to content/map Manually on a per layer setting In the organisation settings for servers that are particularly trustworthy. My preference is in the map - so you add a WMS service, and then if the popup isn't loading you can define the server in the map settings that should be allowed and then it is included in the headers when the map loads. Thanks, Marc
... View more
01-17-2021
02:00 PM
|
3
|
0
|
2531
|
|
POST
|
I know this is a bit old but you can just modify the script to specify an output location: pd.DataFrame(list_items).transpose().to_excel('C:\\temp\\' + str(user.username)+'.xlsx') @ConorMacNaughton wrote: If I don't have an enterprise portal where does the Excel end up? It doesn't show up in my organization's content in AGO. The script seems to run fine and loops through my users, but I can't figure out where the exports are located. Is there something I can add to the script to download the Excel after its been exported?
... View more
01-11-2021
02:37 PM
|
1
|
0
|
13938
|
|
POST
|
hi, You might want to check your data then. I just created a demo dataset in a fgdb and it worked for me. Bearing in mind this is a very simple dataset with single part polylines. start point: var line = Geometry($feature);
var path = line.paths[0];
var pt = path[0];
return pt.z end point: var line = Geometry($feature);
var path = line.paths[0];
var pt = path[-1];
return pt.z I created three lines and calculated their geometries in fields using the gp tool, then the same using arcade. I then added globalids and attribute rules for two new fields. Finally I digitised two new lines connecting the start and ends of the previously created ones. You can see the attributes were updated successfully and they match the pre-existing lines. I wanted to insert an image but apparently I don't have permission now. Shape * Shape_Length name start_elev end_elev arc_st_elev arc_end_elev rule_st_elev rule_end_elev Polyline Z 477.593909 a 128.1235 61.531 128.1235 61.531 <Null> <Null> Polyline Z 477.22298 b 117.708 76.076 117.708 76.076 <Null> <Null> Polyline Z 388.065934 c 127.2341 66.5974 127.2341 66.5974 <Null> <Null> Polyline Z 435.647143 a-c <Null> <Null> <Null> <Null> 128.1235 66.5974 Polyline Z 416.362791 c-b <Null> <Null> <Null> <Null> 127.2341 76.076
... View more
11-16-2020
02:31 PM
|
3
|
1
|
6740
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | 09-25-2025 06:28 PM | |
| 1 | 11-17-2025 01:28 AM | |
| 1 | 01-20-2026 02:14 PM | |
| 1 | 01-20-2026 02:18 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|