|
IDEA
|
you can add the new layers individually via the rest end point url look for the indexed layer at the end of the URL... Urltoserver.com/rest/featureserver/0 and you can remove layers individually in the web map as well so you don't have to re-do pop-ups.
... View more
12-11-2018
04:22 AM
|
0
|
1
|
405
|
|
POST
|
Luke Pinner you're correct, the subprocess module did work the issue was I was referencing a network share using \ \servername\path\to\script.py and I forgot to include the "r" before the path..... once changing my 2nd script path to... r"\\servername\path\to\folder\script.py" it works as expected. Thank you and Dan Patterson for the insight on subprocess
... View more
12-04-2018
04:49 AM
|
1
|
0
|
2772
|
|
POST
|
returns no errors but does not execute the 2nd script...
... View more
12-03-2018
04:59 AM
|
0
|
2
|
2772
|
|
POST
|
the issue with wrapping my 2nd script into a function is the execution of this 2nd script sends automated emails to a list of users. The library (SMTPlib) for some reason NEVER works inside AcMAP or PRO. It always fails. My only work around was to separate the email function into a standalone .py file outside of the tool and have it called from within the toolbox script. I will give the sub process module a try when I get back to work on Monday.
... View more
12-01-2018
05:43 AM
|
0
|
4
|
2772
|
|
POST
|
I have a basic Script Tool that works 100% of the time. I recently wanted to add a final function that would call a 2nd python script after the script tool is completed. The 2nd script is not a toolbox script just a standalone python file. I used: os.system('script.py') I get no errors after running the script with the new function but it doesn't appear the 2nd script is being called successfully. note: I did put the script.py file in the same directory as the toolbox script Is this a limitation to ArcGIS Toolbox scripts or am I missing something?
... View more
11-30-2018
10:30 AM
|
0
|
7
|
3059
|
|
POST
|
open file explorer and type in the address bar "\\serverName\folder\folder\" replace serverName with the networkshare and folders with the rest of directory path...
... View more
11-30-2018
05:38 AM
|
2
|
0
|
2585
|
|
POST
|
Derek is Arcade in Ops. Dashboard in product plan development? Any ETA when it will be released. it will drastically open many possibilities for development from a client perspective.
... View more
11-29-2018
09:00 AM
|
1
|
1
|
1674
|
|
POST
|
The description text before collecting a new survey is often helpful for contact info (emial phone) for support for our field users. I don't believe it's possible but worth asking... can I insert hyperlinks in this text box? (hyperlink to an online hosted PDF for example)
... View more
11-26-2018
12:27 PM
|
0
|
3
|
1219
|
|
POST
|
I am using a tabbed story map and need to get the direct URL link to each tab. I want to embed these hyperlinks into other applications so when a user clicks the link the story map will open a specific tab by default. I attempted to view page source but the tab headers do not show a specific link. is this possible?
... View more
11-20-2018
09:15 AM
|
0
|
1
|
1627
|
|
BLOG
|
Andres, Arcade will not be able to query your remote web server to determine if the response is 404 or not. Javascript could do this but you will not be able to get this working with an ESRI hosted web app. A workaround could be to create a new field "has_files" with yes or no values (not sure what the environment looks like but field calculator should be able to do this pretty quickly) Then create arcade expression to read the new field: IIF($has_files == 'yes', Click Here: www.linktowebserver/{id}.mp4, 'This feature does not have any files') You can also combine this with some HTML tags for a cleaner display. Combining Arcade and HTML for a Real-life Pop-up Display
... View more
11-07-2018
07:10 AM
|
0
|
0
|
36306
|
|
POST
|
only booksmarks that are created in the widget itself?
... View more
11-07-2018
04:09 AM
|
0
|
1
|
683
|
|
POST
|
I have a bookmarks widget with 2 bookmarks from my web map. how can I edit the default thumbnail for these? It appears you can according to this help doc but the layout does not resemble the same procedure.
... View more
11-06-2018
12:51 PM
|
0
|
3
|
802
|
|
POST
|
I found a temporary workaround in case anyone else needs this. my features have an address attribute field that's displayed in the pop-up. if you highlight the address Android will detect this and a "google maps" icon will appear which will provide driving directions. - still would be nice if it has the same option as collector to "Get directions Here"
... View more
10-30-2018
10:05 AM
|
0
|
0
|
2103
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2018 10:15 AM | |
| 1 | 12-21-2017 06:41 AM | |
| 1 | 02-12-2018 01:36 PM | |
| 1 | 08-29-2017 06:30 AM | |
| 1 | 02-13-2018 10:13 AM |