POST
|
Mine is set to the ESRI Default. I'll poke around some more and see where this leads.
... View more
Thursday
|
0
|
0
|
8
|
POST
|
Yes, it's: "http://www.website.com/wp-content/uploads/2021/02/"+ {JRA_ID} + ".jpg" JRA_ID is an integer number ID given to each site within the attribute table. 1...2...3...etc. The images are stored at this URL with the ID and .jpg file type appended e.g. 1.jpg...2.jpg...3.jpg...etc. Thanks for your help.
... View more
2 weeks ago
|
0
|
0
|
51
|
POST
|
Is there any update on this? My organization also needs this feature
... View more
4 weeks ago
|
0
|
0
|
194
|
IDEA
|
@Kara_Shindle , you may have tried this. I did this in a map oriented experience. What I ended up using was the list widget and the feature info widget. Both of which were connected to the feature layer that had the attachments and filtered by location of the map. Within the list widget, I used the photos as the "buttons" you can do the same without the attachments and just populate the text. So then when something is selected on the top or in the map, the feature info on the bottom corresponds with that item selected. If there are multiple attachments associated with the point, they will appear in the bottom info widget, and the "button" up top with show the first attachment. I would recommend if doing this method, make sure your map is made in map viewer beta, so you can get the gallery option for the attachments if you want to view them that way. Good luck!
... View more
4 weeks ago
|
0
|
0
|
71
|
POST
|
Here's the functional part of it mxd = arcpy.mp.ArcGISProject(r"C:\folderpath\arcpymptest.aprx")
df = mxd.listMaps("Map")[0]
lay = mxd.listLayouts("Layout")[0]
ms = lay.mapSeries
print("This Mapseries has " + str(ms.pageCount) + " Pages")
for pageNum in range(1, ms.pageCount + 1):
print(pageNum)
print(ms.pageCount)
ms.currentPageNumber = pageNum
MapID = ms.pageRow.MapID
... View more
4 weeks ago
|
0
|
0
|
105
|
POST
|
That's a thought - I had experimented with that when I was doing about 500 and didn't notice a difference, but I haven't tried it on a larger batch yet. Will give it a go too.
... View more
4 weeks ago
|
0
|
0
|
126
|
POST
|
On Friday, after internal discussions with our team, I am exploring the option of doing the clip on the sql server using the following sql: select --top 10000 myT.* from base.my_LAND_Table myT , ideamartspatial.base.STATES_A_UST as states where states.FIPS_C='01' and states.shape.STIntersects(myT.SHAPE) = 1 I will post the results of the original question very soon. the Clip_management should return 200K+ small polygons (small as in less than 100+ acres). thanks and regards ravi.
... View more
4 weeks ago
|
0
|
0
|
117
|
POST
|
I have a feature service for bridges that includes both pictures of the bridges as well as PDF inspection reports. Ideal situation would be where I could select a feature, and a list of the associated attachments would be populated, with display options much like the list widget. Even a list where I could set it to display the fields I add about each attachment would be nice. Ability to click and open an attachment, also a plus. Ability to remove / add even better.
... View more
a month ago
|
0
|
0
|
96
|
POST
|
I would keep everything on the same layer, add a date column, and then set a definition query to the most recent 6-12 months. This should keep the workspace tidy without the headache of archiving feature classes annually. Repeat offenders could then be targeted for additional education. Basing it off of parcel information is a good idea, you may find out that there is a pattern to the grass cases (at my old municipality it was usually large, vacant, or rental properties) and be able to send out proactive mailers at the beginning of each grass season.
... View more
02-04-2021
10:08 AM
|
2
|
0
|
212
|
IDEA
|
Kevin: I've played with that, but it's not intuitive to me just yet, so I've not mastered that without getting frustrated. I'm working on it. Part of my issue is that I then have to write that position down, or go back to the widget I want to duplicate on another page and make note of it, instead of making it a global setting kind of thing...
... View more
02-04-2021
07:51 AM
|
0
|
0
|
145
|
Online Status |
Offline
|
Date Last Visited |
Thursday
|