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
|
2
|
1
|
64
|
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
a week ago
|
1
|
0
|
53
|
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
a week ago
|
0
|
2
|
66
|
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
a week ago
|
1
|
0
|
43
|
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
2 weeks ago
|
0
|
0
|
39
|
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
2 weeks ago
|
0
|
0
|
30
|
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
2 weeks ago
|
0
|
1
|
78
|
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
2 weeks ago
|
0
|
0
|
120
|
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
|
210
|
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
|
245
|
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
|
164
|
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
|
266
|
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
|
204
|
POST
|
You can hide the header by turning off the header in the app configuration. To find the header setting use the search box to search for "Header" and disable that option. I'll check with the Reporter team about the button color.
... View more
08-30-2024
09:20 AM
|
3
|
1
|
343
|
POST
|
Thanks for the additional details. Take a look at Zone Lookup I think it does exactly what you need. You can enable the sketch tools and the export option.
... View more
08-21-2024
02:51 PM
|
0
|
0
|
229
|
Title | Kudos | Posted |
---|---|---|
2 | Friday | |
1 | a week ago | |
1 | a week ago | |
1 | 09-24-2024 02:37 PM | |
2 | 09-24-2024 09:12 AM |
Online Status |
Offline
|
Date Last Visited |
Friday
|