|
IDEA
|
@wmlrose the easiest way to find the symbol color is to use the search option and search symbol color - that will take you directly to the option to modify the symbol color.
... View more
11-12-2024
08:51 AM
|
0
|
0
|
2089
|
|
POST
|
@wmlrose this issue was fixed a while ago in the AGOL apps. Are you able to reproduce the issue using this sample app?
https://www.arcgis.com/apps/instant/lookup/index.html
... View more
11-11-2024
12:37 PM
|
0
|
1
|
2117
|
|
POST
|
Table is available in Sidebar via the Layer list configuration. Once you've enabled the layer list you can choose layers from the dropdown then enable add table.
The current process can be a little confusing so in the upcoming release of Online you'll no longer need to select a layer you just choose to enable tables for layers in the layer list
... View more
11-01-2024
09:46 AM
|
2
|
1
|
1694
|
|
POST
|
It's not the layers in the map its the tables. If you look in the map viewer you'll see there is a separate table section and that is where you'll see a bunch of tables with ! icons next to them saying they didn't load.
... View more
10-30-2024
12:42 PM
|
1
|
0
|
3004
|
|
POST
|
@MaggieOwen it looks like there are some tables in your web map that are not loading and those layers are causing an issue when the app loads preventing the slider from displaying.
If you remove the tables that are not loading and save your map the app should load the time slider.
... View more
10-30-2024
11:31 AM
|
0
|
2
|
3017
|
|
POST
|
@John_Herrera It looks like the default colors are hard to differentiate when using the light theme. For dark themes the alternating row background colors are more obvious.
You can use the Custom CSS option in the configuration experience to modify the background color of the alternating rows to make it show up better.
Here's an example of custom css that makes the alternating row background color a mid gray color.
.esri-widget__table tr:nth-child(odd) { background-color: #ddd; }
... View more
10-30-2024
11:25 AM
|
1
|
0
|
1285
|
|
POST
|
In the web site where you embed the iframe you can add a link to open the web site in a new page. Here's one example of how this would work.
<iframe src="https://jsapi.maps.arcgis.com/apps/instant/lookup/index.html?appid=924efc4b5e754b6cabfb81cbe81a099b" width="400" height="600" frameborder="0" style="border:0" allowfullscreen>iFrames are not supported on this page.</iframe>
<p><a href="https://jsapi.maps.arcgis.com/apps/instant/lookup/index.html?appid=924efc4b5e754b6cabfb81cbe81a099b">Open app fullscreen</a></p>
... View more
10-23-2024
11:19 AM
|
0
|
0
|
1045
|
|
POST
|
When configuring the Zone Lookup app you can choose which layers will appear in the search results. To find the layer configuration options go to the Zone Lookup section and choose Options and then choose the layers to include in results for your search type.
... View more
10-23-2024
10:46 AM
|
0
|
1
|
637
|
|
POST
|
We strip the HTML from the url parameter content to avoid Cross Site Scripting security issues. In a future release we can look at allowing some HTML content to be provided via url parameters.
One approach you could use now would be to use an app like Media that supports defining a custom URL parameter that allows you to open the app pointing to a specific feature with its popup open. Here is an example of the Media app configured to have a custom url parameter called name that points to the Buildings layer and specifies the building name as the parameter. In this example we add the custom marker using your existing url parameter but display the popup from the feature using the custom url parameter.
https://www.arcgis.com/apps/instant/media/index.html?appid=7e89ceadd32c416d968c6315fa884ed3&name=Ray%20Dolby%20Centre&marker=0.09012334354906874;52.211455916434865;;;https%3A%2F%2Fdownloads.esri.com%2Fagol%2Fresources%2Fsymbols%2Fmisc%2Frm1.png;;&level=18
... View more
10-23-2024
10:42 AM
|
0
|
1
|
1609
|
|
IDEA
|
Thanks for the feedback. We can look at this for a future release. In the meantime if the app you are using supports adding custom css via the configuration process you can try adding this to force the popup to display on top of the expanded content (legend, layer list etc). It looks like you are using Basic which does not support custom CSS but the Media app has the same functionality as Basic (+ more) and supports custom CSS.
calcite-popover,
.esri-ui .esri-popup {
z-index: 0;
}
... View more
10-23-2024
10:10 AM
|
0
|
0
|
2048
|
|
POST
|
Try adding this to the custom css and see if it helps.
@media only screen and (max-width: 859px){
.no-map #resultsPanel {
height: calc(100vh - 100px);
}
.no-map.panelSize-s .gt-container,
.no-map.panelSize-m .gt-container,
.no-map.panelSize-l .gt-container {
grid-template-rows: auto auto 0 1fr;
}
}
... View more
09-24-2024
02:37 PM
|
1
|
1
|
2529
|
|
POST
|
Thanks for the screenshot but I can't reproduce the issue with extra whitespace that you are seeing. Are you able to reproduce it with the default sample app?
https://www.arcgis.com/apps/instant/lookup/index.html?find=6972-7056%2520SW%252029th%2520Rd%252C%2520Miami%252C%2520Florida%252C%252033155
... View more
09-24-2024
01:19 PM
|
0
|
3
|
2564
|
|
POST
|
@FourCornersMapping yes looks like a bug with the screenshot tooltip. But just a heads-up we are looking at deprecating the screenshot tool in favor of the export tool once we get feature parity between the two. Currently the main difference between the two is that screenshot exports as image and export exports as pdf.
... View more
09-24-2024
09:18 AM
|
0
|
1
|
1213
|
|
POST
|
The app should respect popup settings configured in the ArcGIS Online Map Viewer. So any formatting you do there should carry over to the app.
Is your web map public? If you share the link I can take a look and see what is possible with the popup.
... View more
09-24-2024
09:14 AM
|
0
|
1
|
2585
|
|
POST
|
The fix for this issue is scheduled to go out in the next release of ArcGIS Online later this year.
... View more
09-24-2024
09:12 AM
|
2
|
0
|
1437
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | yesterday | |
| 1 | 2 weeks ago | |
| 2 | 3 weeks ago | |
| 2 | 2 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|