|
POST
|
@BruceRiesterer you can use the position manager in the app configuration and drag the elevation profile button to the bottom right corner. Then when you open the profile tool it will be in that corner.
... View more
07-23-2024
09:16 AM
|
0
|
3
|
3044
|
|
POST
|
You can use the custom CSS option in the app configuration to make the elevation profile window wider. To do this configure the app and navigate to Theme & Layout > Theme then find the Custom CSS and use the edit option to add this css to the app. .profile-container , .esri-elevation-profile.esri-widget.esri-widget--panel{
width:60vw;
} In the example above we use viewport units (vw) which will set the elevation profile panel to be 60% of the viewport (browser window) width. You can modify that number to fit your needs. Here's an example of how it looks in action
... View more
07-22-2024
04:10 PM
|
0
|
1
|
3072
|
|
POST
|
Ok I see now you are using the Sidebar app not Zone Lookup. In Sidebar only the visible feature in the popup panel is exported so if you used the arrow keys to move to feature 2 then clicked export that popup should print - although it looks like sometimes the additional feature isn't exported. I"ll look into that issue. But if you want all popup content to display you can go into the app configuration then go to Sidebar and choose "Accordion panel" this will show the popup content in a series of accordion panels and if you choose this view then all the popup content displayed in the side panel should print. Here's a test version of your app so you can test this behavior before trying it out in your app: https://jsapi.maps.arcgis.com/apps/instant/sidebar/index.html?appid=60e3d84956f247bcb017eb6f1077e665 While in the configuration you might also want to go to the About section and turn off "Custom header". It looks like this is enabled but custom header content is not provided and it is causing the share and export icons in the header to be misaligned.
... View more
07-22-2024
04:02 PM
|
0
|
0
|
3453
|
|
POST
|
I just ran a quick test and cannot reproduce the issue where only one popup prints. In this test app if you draw a polygon and select multiple features then click export all the popup content is displayed in the exported pdf. https://jsapi.maps.arcgis.com/apps/instant/lookup/index.html?appid=946dc8ac0aec4c519cadeee841ebf1bc For the hyperlink issue I'll have to do some research and see if its possible to ensure they are clickable with JavaScript but a quick search shows that you can make them "clickable" using Adobe Acrobat. https://www.adobe.com/acrobat/hub/add-hyperlink-to-pdf.html
... View more
07-22-2024
09:28 AM
|
0
|
0
|
3460
|
|
POST
|
Posting the link to the support bug for this issue in case anyone else runs into the problem. https://support.esri.com/en-us/bug/in-the-arcgis-instant-apps-sidebar-template-setting-up-bug-000159016
... View more
07-16-2024
09:23 AM
|
0
|
0
|
1633
|
|
POST
|
@Tiff we did some testing on the issue with your second bullet and we are not able to repro the accessibility violation with the slider. We tested with a screen reader and it reads out the "Search Distance Slider". I also took a look at the slider using the Accessibility developer tools in Chrome and the slider does have text associated along with the number. I've attached screenshots showing the output of Voice Over screen reader and the accessibility tools.
... View more
07-16-2024
09:16 AM
|
0
|
0
|
3755
|
|
POST
|
You can use the keyboard only to search for an location by an address. However if you want to manually place a pin on the map then you need to use a mouse. We are exploring options for positioning map locations on the map without the use of a mouse. The last two issues are things we'll need to address in the app itself. We will look at this updates for the fall release of ArcGIS Online.
... View more
07-11-2024
11:08 AM
|
0
|
0
|
3788
|
|
POST
|
You should be able to align the button using this css calcite-action.directions-button.left.calcite-mode-light.zoom-action:after {
color:#007ac2;
content: "Zoom";
background: #fff;
width: 80px;
line-height:48px;
}
... View more
07-09-2024
11:39 AM
|
0
|
1
|
3810
|
|
POST
|
Ok so are you saying that all the options are not appearing in the dropdown list?
... View more
07-08-2024
01:39 PM
|
0
|
1
|
1741
|
|
POST
|
Can you try creating the same filter in the ArcGIS Online Map Viewer and see if it returns the same number of features for the unique code?
... View more
07-08-2024
01:29 PM
|
0
|
1
|
1746
|
|
POST
|
@AronPollner can you tell me a bit about the data in your app? Or share it if its public? I did some testing and it does look like the queries we make behind the scenes are honoring the change between intersects/contains but there could be something happening that isn't showing up in my test app.
... View more
07-08-2024
11:54 AM
|
0
|
0
|
1764
|
|
POST
|
You have to make sure the polygon you draw completely contains the features you are searching for? In my test app here are the steps to get results: 1. Click the Polygon draw tool 2. Click on the map to create sketch points that will make up the polygon 3. Once you've defined the search area with the polygon tool double-click to finish drawing Then if the polygon you drew contains features you should see the results appear in the side panel
... View more
07-03-2024
02:09 PM
|
1
|
1
|
1556
|
|
POST
|
There was a bug with the zoom but it should be working now. Are you using Sidebar? If so the fix is in now. If you are using Media look for the fix early Friday or. Monday.
... View more
07-03-2024
10:21 AM
|
0
|
1
|
1704
|
|
IDEA
|
@James_Shreeve we do have plans to make this a configurable option but for now the Sidebar app supports a URL parameter that will allow you to change from "eyeballs" to "checkboxes". To test it out append layerListType=checkbox to your app url. Here's an example: https://www.arcgis.com/apps/instant/sidebar/index.html?appid=95f26b9abb834827a168f628c08d9695&layerListType=checkbox If you like the checkbox look you can use a tool like AGO Assistant to update the app data to store layerListType and have it work without the URL parameter. If you'd like instructions on how to do this let me know.
... View more
07-02-2024
01:15 PM
|
0
|
0
|
1951
|
|
POST
|
Looks like this happens in cases where there is a search layer defined and an address is entered in the search box. We have a fix for this and it will get pushed to ArcGIS Online one night this week.
... View more
07-02-2024
08:55 AM
|
0
|
1
|
2618
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Tuesday | |
| 2 | Tuesday | |
| 1 | 2 weeks ago | |
| 2 | 3 weeks ago | |
| 2 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|