|
POST
|
Glad it worked! Found this article as well which may be useful. https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/authoring-pop-ups-using-html-source-editing
... View more
07-07-2025
12:27 PM
|
0
|
0
|
459
|
|
POST
|
@AndyKubrin when I look at the pop up settings, it looks like the HTML is in plain text. You might need to click Source button first, then apply HTML, exit source, then save. When I apply the below code, this is how it looks for me. I did not save the web map, but this may work for you. <div style="font-family:sans-serif;">
<h3 style="color:#1F77B5;">
<strong>{Site}: {Location}</strong>
</h3>
<table style="font-family:sans-serif; width:100%; border-collapse: collapse;">
<tr>
<th style="text-align:left; border: 1px solid #ccc; padding: 6px;">Latitude</th>
<td style="border: 1px solid #ccc; padding: 6px;">{Latitude}</td>
</tr>
<tr>
<th style="text-align:left; border: 1px solid #ccc; padding: 6px;">Longitude</th>
<td style="border: 1px solid #ccc; padding: 6px;">{Longitude}</td>
</tr>
<tr>
<th style="text-align:left; border: 1px solid #ccc; padding: 6px;">Notes</th>
<td style="border: 1px solid #ccc; padding: 6px;">{Note}</td>
</tr>
</table>
</div>
... View more
07-07-2025
12:08 PM
|
0
|
1
|
468
|
|
POST
|
@AndyKubrin is the AGOL item you are working with publicly accessible?
... View more
07-07-2025
10:24 AM
|
0
|
1
|
1669
|
|
POST
|
Unfortunately it looks like using the out of the box Legend widget there is not a workaround, you would either have to show data at all extents or go the custom widget route and modify the out of the box legend widget in Developer Edition.
... View more
07-02-2025
03:34 PM
|
0
|
0
|
451
|
|
IDEA
|
@Stephanie_F, this looks to have been partially applied in the June 2025 update to AGOL. It is applied to the top buttons for distance/area, but not to the New Measurement or Clear Measurement buttons.
... View more
07-02-2025
03:14 PM
|
0
|
0
|
452
|
|
BLOG
|
Thank you @JasonBOCQUET. It may be possible, but I think for the intention of this widget it is meant to be kept simple by taking some aspects of the custom draw, measurement, and custom external map coordinate custom widgets and having in a context menu and putting less on the user. The option to modify how the symbology looks for text, coordinate points, and marker points is available in the settings panel of Developer Edition, so the person creating the application can change how points and text appear for the end user.
... View more
07-02-2025
09:07 AM
|
2
|
0
|
8064
|
|
BLOG
|
Thank you for export to shapefile, file geodatabase, and KML!
... View more
06-27-2025
03:37 PM
|
1
|
0
|
3146
|
|
BLOG
|
Thank you @ZachBodenner, if you watch the second video right above Developer Configuration in the main blog post this will show you where I have it deployed to my applications.
... View more
06-27-2025
12:04 PM
|
0
|
0
|
8177
|
|
POST
|
I think I found a workaround for you: 1. You cannot delete the title element, but you can set it to blank so it will hide it. 2. Use HTML text element to customize styling for title and field. Sample Code: <div style="font-family:sans-serif;">
<h3 style="color:blue;">
<strong>Title: {DISTRICT}</strong>
</h3>
<p>
The city is <span>{DISTRICT}</span> and website is <a href="" target="_blank">{URL}</a>
</p>
</div>
... View more
06-20-2025
02:27 PM
|
0
|
1
|
1885
|
|
POST
|
To get custom styling, you may need to remove the fields and rely on the HTML within the text element completely. This may also be possible with some advanced arcade using the arcade element. For the title, it looks like you cannot use HTML but you could look into advanced Arcade with some custom styling.
... View more
06-20-2025
02:15 PM
|
0
|
0
|
1886
|
|
BLOG
|
Update on 6/20/25: Add enhanced marker styling with 7 different shape options (circle, square, cross, x, diamond, triangle, pin) Add marker rotation, opacity, and X/Y offset positioning controls Add text graphics functionality with custom font controls, outlines, and background options Add support for custom coordinate systems via WKID input Add coordinate format options (decimal degrees vs degrees/minutes/seconds) Add simple marker plotting separate from coordinate markers Add comprehensive field selection for feature layers with automatic field loading Add popup display customization options (width, height, grouping, field aliases) Add real-time graphics counting in clear all option Add marker preview functionality in settings interface Add enhanced coordinate label positioning and formatting Add separate styling controls for coordinate markers vs simple markers
... View more
06-20-2025
02:06 PM
|
1
|
0
|
8253
|
|
BLOG
|
Thank you @Marshal for the feedback, I sent you a direct message to get more information.
... View more
06-20-2025
01:36 PM
|
0
|
0
|
12829
|
|
POST
|
It is in the map viewer, click on the layer you want to update pop ups for and then on the right click on pop ups. Make sure they are enabled to access the ability to add elements.
... View more
06-20-2025
12:06 PM
|
0
|
1
|
1911
|
|
POST
|
I would use HTML styling via the text element approach for styling your pop up.
... View more
06-20-2025
10:30 AM
|
0
|
3
|
1955
|
|
POST
|
Hello @YuvnaApajee_8, the widget is at the top of this thread, I reply to myself for each changelog event. If you go to page 1 of this community post and look towards the bottom, you will see it there.
... View more
06-20-2025
09:03 AM
|
0
|
4
|
1682
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | Friday | |
| 1 | Thursday | |
| 1 | Thursday | |
| 2 | 2 weeks ago | |
| 1 | 2 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
9 hours ago
|