POST
|
Hi Nico, I have not heard back on this at all. This functionality would open so many new opportunities for us with web and field data collection. Good luck. Eugene A. Durshpek | GIS Manager CITY OF VANCOUVER, WASHINGTON Information Technology Department PO Box 1995 | Vancouver, WA 98668-1995 P: (360) 487-7679 | C: (360) 726-7627
... View more
04-16-2020
08:55 AM
|
0
|
0
|
3247
|
POST
|
I have a question about this as well. Is there a way to auto-increment a number in AGOL / WebApp builder? I am looking to test a workflow for adding proposed/future project boundaries for public works projects, where a project manager could go to a web map, draw a polygon around an potential project area and fill in some attributes. I would like a ProjectID area to be auto-populated with a prefix. If this happens to be a water project, the prefix would be something along "WTR-" followed by a auto-incrementing number "0001" or "1" (doesn't matter too much). The number would increment based on existing values in another field and would potentially follow a formula (I'm thinking Arcade Expression) of Max Value + 1? If the project is a transportation project, the prefix would change... I am looking for modernize our existing workflows so that everything can be added and tracked via web apps. I think this is the only limitation that is preventing us from moving our process to the web. Thanks! Eugene D.
... View more
09-03-2019
11:45 AM
|
0
|
2
|
3247
|
POST
|
Thank you Rupert Essinger Our Webmaster checked with our hosting service and learned that the hosting service made a change that prevented our site from being embedded. They have resolved the issue since and it's all working good now. Thank you for checking. Eugene D.
... View more
01-18-2019
09:40 AM
|
0
|
1
|
1943
|
POST
|
Good morning, we have a Map Journal Storymap https://cityofvancouver.maps.arcgis.com/apps/MapJournal/index.html?appid=03a2db60fd6b4b0cacf9e987fb900fec that's been working okay for a couple of years. We're going in and making some updates to it but are experiencing strange behavior. Sections 14 and 15 (https://cityofvancouver.maps.arcgis.com/apps/MapJournal/index.html?appid=03a2db60fd6b4b0cacf9e987fb900fec§ion=14 & https://cityofvancouver.maps.arcgis.com/apps/MapJournal/index.html?appid=03a2db60fd6b4b0cacf9e987fb900fec§ion=15) come up with www.cityofvancouver.us refused to connect. The Main Stage for these sections are configured with web page links (section 14 links to this site: https://www.cityofvancouver.us/tbdb/page/vancouver-transportation-benefit-district) and (section 15 links to this site: https://www.cityofvancouver.us/publicworks/page/improving-our-street-system-needs-strategies) The hyperlinks work outside of the storymap, but when used within the storymap, fail to connect. Any thoughts?
... View more
01-09-2019
08:56 AM
|
0
|
3
|
2581
|
POST
|
I'd also like to add a possible bug. When previewing an attachment using using an iOS device; there are no buttons to click to close the image when you're done previewing it. The user needs to know that they need to swipe the image down to close it out. It would be nice to have a button that says close; or done or maybe an X in the corner that would give the end user a place to click to close the image vs. having to guess that it takes a swipe down to close out.
... View more
11-21-2017
03:03 PM
|
0
|
2
|
787
|
POST
|
Thank you Ken. This was exactly what I was looking for. The first option (using the "if statement") worked well. I wasn't able to get the "iif statement" to label features successfully. Again; thank you very much! Eugene D.
... View more
05-30-2017
11:42 AM
|
0
|
0
|
2485
|
POST
|
I'm attempting to add the following expression to a layer in AGOL, but not able to make it work... Here's what I have in ArcGIS Desktop which works... Function FindLabel ( [InspectionOrigin], [ClockFromTrans], [ClockFrom] ) if ( [InspectionOrigin] <> "D") then FindLabel = ( [ClockFromTrans] ) elseif ( [InspectionOrigin] <> "U") then FindLabel = [ClockFrom] end if End Function I'm attempting to recreate this in AGOL for one of my layers and am unable to get it to work. I've tried multiple options, none seem to be successful. Option 1 IIf($feature.InspectionOrigin = Text($feature.InspectionOrigin, 'U'), $feature["ClockFromTrans"], $feature["ClockFrom"]) Option 2 IIf($feature.InspectionOrigin = 'U'), $feature["ClockFromTrans"], $feature["ClockFrom"]) Option 3 IIf($feature.InspectionOrigin <> 'D'), $feature["ClockFromTrans"], $feature["ClockFrom"]) Any thoughts? Thanks! Eugene D.
... View more
05-30-2017
10:22 AM
|
0
|
2
|
7883
|
POST
|
I have a GIS layer with an attribute that stores a path (i.e. \\vancouver.root.local\...) to video and photo media files that are stored on a local server. We are not interested in making these media files accessible to public via world wide web. However, I would like to make these accessible to those who are connected to our network. I'm trying to make them accessible via an ArcGIS Online web map. I am using the custom popup configuration where I'm configuring the URL. I'm not sure whether or not this is something that can be done successfully. For this example, my field name that contains the path to the media is called {Video}. The data in there is formatted \\vancouver.root.local\... I've tried various iterations of file:///{Video}, <a href="file:///"{Video}>Link 1</a> , <a href="file:///{Video}">Link 1</a> just {Video} and nothing seems to work. Has anyone tried this with success? I'm assuming there are some limitations due to security. Also, do I have to set up my media server as IIS? I haven't been able to find any discussions that talk about my specific issue. Any help would be appreciated. Thanks! Eugene D.
... View more
12-02-2015
05:12 PM
|
1
|
5
|
7907
|
POST
|
Thanks for reply Luke. I have seen a bunch of suggestions to using the update cursor approach so I was trying to use that first. Unfortunately I haven't been able to get past some workspace and SDE issues. As far as having my find string and replacement strings backwards; I do realize that. I've been calculating data back and forth while testing my script. At the moment my actual data reflects the successful field calculation with replace() that I ran with Model Builder. I'm trying to change it back with python and then I'll replace the order. (Hope that makes sense). For whatever reason I just cannot get the VB syntax to work while editing an SDE layer. The script runs, and I get a little message saying that it ran successfully, but my data remains unchanged. I was finally able to use your syntax suggestion and make it work in a file geodatabase, which I end up appending to SDE to accomplish my final goal.
... View more
11-24-2015
10:55 AM
|
0
|
0
|
526
|
POST
|
Thank you Luke; Yes, I am editing an SDE feature class. I have updated my script (see below) but am now getting a "RuntimeError: cannot open workspace"; I will clean it up once I can get it to work. import arcpy
workspace = "M:/GIS/Support_Files/DataConnectionsADMIN/SewerVan_NT_SQLGIS1.sde/SewerVan.VANSEWER.SwrPipeInspected"
fc = "SewerVan.VANSEWER.SwrPipeInspected"
with arcpy.da.Editor(workspace) as edit:
with arcpy.da.UpdateCursor(fc,["Photo1","Photo2","Photo3","Video"]) as update:
for row in update:
if row[0] is not None:
row[0] = row[0].replace("//vancouver.root.local/cityapps/GraniteXP", "M:/GraniteXP")
if row[1] is not None:
row[1] = row[1].replace("//vancouver.root.local/cityapps/GraniteXP", "M:/GraniteXP")
if row[2] is not None:
row[2] = row[2].replace("//vancouver.root.local/cityapps/GraniteXP", "M:/GraniteXP")
if row[3] is not None:
row[3] = row[3].replace("//vancouver.root.local/cityapps/GraniteXP", "M:/GraniteXP")
update.updateRow(row)
... View more
11-24-2015
09:59 AM
|
0
|
1
|
1466
|
POST
|
I am testing this within a session of ArcMap and am getting Runtime Error: Insufficient permissions to edit the feature class [STATE_ID = 207215] which is odd because I can edit and save outside of python.
... View more
11-23-2015
03:07 PM
|
0
|
3
|
1466
|
POST
|
Yes, we are running 64-bit OS. Thank you for the link. It's helpful. Eugene D.
... View more
11-23-2015
01:44 PM
|
0
|
0
|
526
|
POST
|
Thanks Dan. I will combine your suggestion with Luke's suggestion (below) and will hopefully have best of both worlds. Eugene D.
... View more
11-23-2015
01:41 PM
|
0
|
0
|
1466
|
POST
|
Thank you Luke, I will give this a try. I'm a novice and wasn't sure how to apply the update cursor function to my scenario. I appreciate your quick response. Eugene D.
... View more
11-23-2015
01:39 PM
|
0
|
0
|
1466
|
Title | Kudos | Posted |
---|---|---|
1 | 12-02-2015 05:12 PM |
Online Status |
Offline
|
Date Last Visited |
06-07-2021
12:44 PM
|