POST
|
I would like to create a pop up in a webmap that shows an icon that you can click on which will generate an e-mail. With help in this document Create a mailto link with Arcade I have managed to create the arcade expression below and it also includes a subject title and a field from the Layer. var UPRN = $feature["UPRN_1"]; var email = "someone@someplace.com"; var subject = "Welfare Map issue with UPRN " + UPRN; var params = {subject: subject}; var url = "mailto:" + email + "?" + UrlEncode(params); url = Replace(url, "TextFormatting.NewLine", "%0D%0A"); return url; In the pop up you can click the URL which opens e-mail application with the correct e-mail address and subject Instead of displaying like above I would like an image/icon similar to what has been achieved in the document link above I inserted the code into a new expression <b>Maintenance history:</b><br />
{expression/expr0}
<br /><br />
<b>Email History:</b> <br />
<a href="{expression/expr1}">
<img alt="Email" height="50" src="http://icons.iconarchive.com/icons/iynque/ios7-style/1024/Mail-icon.png" width="50" />
</a> but this generates the error below when you 'Test' Parse Error:Line 1: Unexpected token < 1) Do I need to create a separate expression? 2) What expression would work to display an image? Thank you
... View more
10-06-2020
04:46 AM
|
0
|
2
|
1441
|
POST
|
Yes! That is behaving better now 🙂 How do I get the coordinates captured to appear on the Survey123 map? The new record still plots in the Atlantic Thanks
... View more
08-20-2020
04:36 AM
|
0
|
1
|
3435
|
POST
|
Thanks 🙂 I had some success using your solution. The 2 Arcade expressions seem to work OK, example is the first expression I then appended my Pop-up URL with ?center={expression/expr0},{expression/expr1} When opening in Survey123 the behavior is a bit odd as it seems to have appended an entry with ?center I perhaps should have said that my pop already contains ?field:site_id={SITE_ID}&field:site_name={SITE_NAME} appended to the URL so that the Site ID and Site Name pre-populates saving the person doing the survey entering it. So the end of my URL looks like ?field:site_id={SITE_ID}&field:site_name={SITE_NAME}?center={expression/expr0},{expression/expr1} The red dot on the map in Survey123 Data tab still shows in the Atlantic 😞 Thanks
... View more
08-20-2020
02:20 AM
|
0
|
3
|
3435
|
POST
|
I have created an ArcGIS Online map that allows you to click on a Feature Layer and the Pop Up allows you to link to Survey123 Is it possible to pass the coordinates/centroid of the polygon you have selected to pass into Survey123 Data tab so that it appears as geocoded at that location instead of the Atlantic Ocean? Thanks 🙂
... View more
08-19-2020
06:48 AM
|
0
|
7
|
3529
|
POST
|
Thanks Owen, looking forward to improved navigation options for Collections 🙂
... View more
06-24-2020
02:07 AM
|
0
|
0
|
931
|
POST
|
Hi Owen, thanks for getting back to me. We are going to be rolling out the map element of our cities Proposed Local Development Plan so the Story Map is a quick overview of the plan but still a substantial enough piece of content by itself. I have taken a look at Collections but we feel the way you jump between the story maps would not be very clear for members of the public. An example of a map journal story map showing their Proposed Local Development Plan of what we are trying to do at the new story map design would be from another authority https://abdnshire.maps.arcgis.com/apps/MapJournal/index.html?appid=0b6df3fd06024c798c89138dce7a6a7e on the first page i.e. Contents, Policies, Interactive Settlement Maps Our titles are something like the following Contents & Foreward Section 1: A Sustainable Vision for Aberdeen Section 2: How to Use this Plan Section 3: Spatial Strategy Section 4: Monitoring and Review – Infrastructure Planning and Delivery Delivering Sustainable Communities Section 5: Health and Wellbeing Section 6: Protecting and Enhancing the natural environment Section 7: Quality Placemaking Section 8: Using Resources Sustainably Section 9: Meeting Housing and Community Needs Section 10: The Vibrant City Section 11: Delivering Infrastructure, Transport and Accessibility Section 12: Supporting Business and Industrial Development Glossary and appendices Glossary (Link to page 102 of PDF) Appendix 1: Brownfield Sites (Link to page 107 of PDF) Appendix 2: Opportunity Sites (Link to page 108 of PDF) Appendix 3: Masterplans and Development (Link to page 124 of PDF) Appendix 4: Aberdeen Planning Policy (Link to page 124 of PDF) Appendix 5: Schedule of Land Owned by Local Authority (Link to page 125 of PDF) I really like a lot of the new story maps design and having the ability to 'link' more than 10 sections, not be character limited and have the option to display vertically would be ideal for us. The design that has been created does look more professional and I like the way they scroll with you however it does not totally fit our needs. I hope this helps Thanks
... View more
06-23-2020
02:29 AM
|
0
|
2
|
931
|
POST
|
The new ability in story maps to link to sections of content whereby it is limited to just 10 sections and maximum 30 character length is not very good. The Map Journal template has functionality so you can jump to sections easily i.e. by appending the URL with §ion=5 I don't wish to use the 'old' style template but it would appear I have no option?
... View more
06-22-2020
09:41 AM
|
0
|
5
|
1009
|
POST
|
SOLVED: Found this great post https://community.esri.com/groups/survey123/blog/2019/02/06/survey123-tricks-of-the-trade-web-form-url-parameters Essentially I had to check the schema of the survey and discovered the field Name as oppose to using the Label and altered the URL which worked 🙂
... View more
06-22-2020
05:01 AM
|
0
|
0
|
1229
|
IDEA
|
Portal for ArcGIS allows you to host Map Image Layers, ArcGIS Online should be able to do this also. Map Image Layers are great if you have dozens of Layers and you want to have sub groups i.e. Departments, Themes etc. to make Layers easier to view collectively and without the need for long extended titles such as 'Admin Boundaries - City Boundary'
... View more
06-18-2020
02:54 AM
|
2
|
1
|
537
|
POST
|
Perhaps I am not reading the support documentation correctly Integrate with other apps—Survey123 for ArcGIS | Documentation but I would like to link from a Web Mapping Application to a Survey123 form and include the "SITE ID" of the Polygon the user has clicked on within the mapping application. I can link to my form but not pass the attribute. I have used a Custom Attribute Display and thought the format should be something like arcgis-survey123://?itemID=36ff9e8c13e042a58cfce4ad87f55d19&field:SITE_ID={SITE_ID} The field name SITE_ID is the same in the attribute table and the form. The itemID above is just the example in the documentation. Thanks
... View more
06-10-2020
04:53 AM
|
1
|
3
|
1342
|
POST
|
Once you have inserted your 'Map' Rather than having to hover over the Legend icon for it to display. Can it have an option to expand by default? It is not very obvious for a member of the public. The only workaround I have been able to develop is the 'Embed' option then using code from a Web Map which is not ideal. Thanks
... View more
05-13-2020
09:00 AM
|
0
|
0
|
618
|
POST
|
Hi, I�??ve been asked by a colleague to increase the size of a text field in a GeoDatabase. I cannot see a way of doing this without creating a new field which means the field order will be messed up and I will have to chose a different field name too! Is this the only way or is there an easy cheat?! Thanks 🙂
... View more
08-25-2011
07:42 AM
|
0
|
2
|
713
|
POST
|
Hi, a user reported this problem to me this aftertoon and I'm totally confused. Both of us have tried going to the GeoDatabase Layer and 'Start Editing' put the tool remains greyed out. The permissions are fine and have been working fine for months, all other GeoDatabases I've tested seem to be fine too which are in a different sub folder. Any ideas? Thanks Chris .
... View more
07-20-2011
08:40 AM
|
0
|
1
|
3845
|
POST
|
Unfortunately we have to store our data in SDO Geometry as we have a few third party apps that read our Oracle data directly.
... View more
03-31-2011
12:03 AM
|
0
|
0
|
619
|
POST
|
Hi folks, I have my users setup with editable access using File GeoDatabases. When they are finished I pull the data into Oracle which is setup in SDO Geometry in order to be open for our third parties. The problem is that these reserved fields with there auto calculations are lost :(. Is there a way I can get the values in? Perhaps by creating a couple of new fields in the FGDB which will auto calculate also and I can then pull into Oracle. Thanks 😉 Chris
... View more
03-25-2011
08:45 AM
|
0
|
3
|
1527
|
Title | Kudos | Posted |
---|---|---|
1 | 2 weeks ago | |
1 | 10-15-2020 05:00 AM | |
6 | 04-26-2024 01:29 AM | |
1 | 05-09-2022 08:42 AM | |
1 | 01-05-2023 09:13 AM |
Online Status |
Offline
|
Date Last Visited |
2 weeks ago
|