POST
|
I am trying to calculate the area of a polygon in ArcGIS Pro and am getting a different value in Calculate Geometry in Pro: ArcGIS Pro Calculate Geometry in Attribute Table: 2.89 acres ArcGIS Pro Measure > Measure Features Ribbon Tool: 0.27 acres ArcGIS Pro Field Calculate (!shape.area@acres!) in Attribute Table: 0.27 acres ArcGIS Map Calculate Geometry in Attribute Table: 0.27 acres The map and the layer is in "NAD 1983 StatePlane Michigan North FIPS 2111 (Intl Feet)".
... View more
08-24-2020
10:25 AM
|
0
|
5
|
5470
|
POST
|
That is helpful to know they are downsampled. I think the point that our client was getting at was to make it harder to get access to the photos. Sure, screenshotting is always an option but it's one step harder than right clicking and getting the picture, if that makes sense. However, the demands for this project have changed, so this is no longer a high priority for us! Thanks for your help, Owen.
... View more
08-13-2020
12:49 PM
|
1
|
0
|
2873
|
POST
|
I have a box in my survey for sample numbers and I'd love to prepopulate it with a calculation. The sample number is always X+1, where X is the previously collected sample number. Is it possible to pull data from the most recently submitted survey so I can get this X? Thanks!
... View more
08-13-2020
12:32 PM
|
1
|
7
|
4377
|
POST
|
I have images in a StoryMap that my client wants to show but not make it easily downloadable. Currently it's possible in all options (sidecar, slideshow, etc.) to simply right click on a photo and "Save image as...". Is there a way to change how a photo is embedded in the Story Maps so this isn't possible?
... View more
06-02-2020
06:23 AM
|
0
|
7
|
2933
|
POST
|
Hi Owen. I cannot share the map yet. We're hoping to make it public in a month or so, but for now, here's what it looks like still (screenshots taken today). Bug is clearly not fixed.
... View more
06-02-2020
06:08 AM
|
0
|
1
|
2764
|
POST
|
I still see this as an issue, Owen. Is there plans for a future release fixing this?
... View more
06-01-2020
01:06 PM
|
0
|
3
|
2764
|
POST
|
I don't want any pop-ups on my maps in the ArcGIS StoryMaps Sidecar, so I've un-enabled them on all my layers on my Webmap (right picture below). However, when I click on the layer in the Sidecar, a pop-up still opens! What am I doing wrong?
... View more
03-12-2020
11:46 AM
|
0
|
9
|
2861
|
POST
|
Thank you for this detailed response, Tom. I also have this problem but am not able to do your fix: The first layer in the group is not in the legend. The second layer in the group is in the legend, but doesn't have Group Layer Name checked... and same with the third, fourth, fifth, sixth, and seventh layer in the group. However, I am experiencing the issue with the last layer in the group where Group Layer Name is checked but grayed out.
... View more
03-12-2020
05:55 AM
|
0
|
0
|
3326
|
BLOG
|
Thank you! This is very helpful. I have a client that needs the survey results in a very specific Excel sheet template. What are my options for auto populating an Excel template? It looks like currently you only support .doc? Are you looking to add this functionality in soon? What else can I do if not?
... View more
02-28-2020
12:15 PM
|
0
|
0
|
28429
|
POST
|
Something must've been acting weird with referring to the path vs. "CURRENT". Changing that fixed it. Thanks, Dan Patterson! import arcpy
aprx = arcpy.mp.ArcGISProject("CURRENT")
for lyt in aprx.listLayouts():
for elm in lyt.listElements('TEXT_ELEMENT'):
if elm.text == "DRAFT":
elm.visible = False
aprx.save()
del aprx
... View more
02-25-2020
10:49 AM
|
0
|
0
|
1546
|
POST
|
Yes, I've run the code, saved, closed, and restarted. Still doesn't turn off the element.
... View more
02-25-2020
08:14 AM
|
0
|
2
|
1546
|
POST
|
I'm trying to turn off visibility of a text element called "Draft" on 20 layouts in in an aprx. The script runs without errors, but the element doesn't get turned off on any of the pages. import arcpy
aprx = arcpy.mp.ArcGISProject(r"C:\Users\kberg\Documents\DataGapEvaluation.aprx")
for lyt in aprx.listLayouts():
for elm in lyt.listElements('TEXT_ELEMENT'):
if elm.text == "Draft":
elm.visible = False
aprx.save()
del aprx
... View more
02-25-2020
08:06 AM
|
0
|
4
|
1633
|
IDEA
|
I have been using Story Map Tour Classic template to showoff panoramas taken and hosted on DroneDeploy. Currently the only way to add media to the new ArcGIS StoryMap Guided Tours is to upload an image. I'd like the option to add a link to other media.
... View more
02-07-2020
01:09 PM
|
0
|
1
|
558
|
Title | Kudos | Posted |
---|---|---|
1 | 08-13-2020 12:32 PM | |
1 | 08-13-2020 12:49 PM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|