|
POST
|
It could be an aspect ratio I can't tell from the screenshots if the map area is the same width/height in both images. Also did you configure a navigation boundary for Sidebar - that could be overwriting the default extent?
... View more
05-26-2023
09:49 AM
|
0
|
0
|
4473
|
|
POST
|
You may be running into the same problem that was posted in this question a few days ago. The details are different but it seems both are due to the same underlying code issue. https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-coordinate-search/m-p/1291314/highlight/true#M1846 We'll get this fixed in the upcoming release of ArcGIS Online but in the meantime the steps above may resolve the problem.
... View more
05-22-2023
04:08 PM
|
0
|
1
|
2746
|
|
POST
|
Thanks for the detailed info on how to reproduce. I was able to repro with your app but if I build a new app using your data/settings I cannot. Can you test with this app and let me know if you are able to reproduce? https://jsapi.maps.arcgis.com/apps/instant/lookup/index.html?appid=94d0738ef8224d858d73425d7474c6e5 If not I'll dig into the settings and figure out what is different between the two test cases.
... View more
05-22-2023
03:56 PM
|
0
|
0
|
2751
|
|
POST
|
Can you provide more details about what you are referring to when you say "customizable Arcgis webapp"? Is this Web App Builder? Or Experience Builder? Or an app your organization had built? If you have a url to the app or a screen shot that might help determine which app.
... View more
05-19-2023
04:07 PM
|
0
|
0
|
826
|
|
POST
|
If you are using ArcGIS Online hosted services you can find information about enabling attachments here: https://doc.arcgis.com/en/arcgis-online/manage-data/manage-hosted-feature-layers.htm Or from an ArcGIS Server feature service (10.8 or greater)
... View more
05-19-2023
04:04 PM
|
1
|
0
|
1285
|
|
POST
|
Sorry for the delay on this one. I created an updated test that uses your alternate basemap and its working for me. https://jsapi.maps.arcgis.com/apps/instant/lookup/index.html?appid=09add19b348f462ca3ca8720dcf1c423&locale=en-US If you run your app with the browser developer console open do you see any errors? Also which version of Enterprise? The NZ imagery basemap isn't in web mercator and if your original basemap is and the version of portal you are using uses a version of the Esri JavaScript API that is older than 4.23 you won't be able to have basemaps with different spatial references.
... View more
05-19-2023
03:59 PM
|
0
|
0
|
1960
|
|
POST
|
@johnbrosowsky thanks for the extra details. I was able to reproduce the issue and its a bit of a weird one that we'll have to look at and fix on our end. There is a potential workaround that fixed the issue on my end. In order to implement this workaround you'll need to be comfortable editing data using AGO Assistant. It's a good idea to make a copy of your app first and then edit the sample app to make sure it works before applying it to your existing app. Here are the steps that resolved the issue for me. 1. Open AGO Assistant 2. Click on your application item then choose "View Item JSON" 3. When the JSON data appears click the "Data" tab in the top-right to view the app's configured data. 4. Look for the sources section and in the properties for the locator where you changed the name you will see a property named singleLineFieldName that might be set to none. If it is then click "Edit JSON" and change it to SingleLine. It should look like this: "singleLineFieldName": "SingleLine", 5. Save your changes then refresh your app and test entering lat/lon coordinates. Note that you might want to test this in incognito mode to ensure you have the latest app data.
... View more
05-19-2023
03:36 PM
|
0
|
0
|
2282
|
|
POST
|
In the next release of ArcGIS Online due out around the User Conference you will be able to interact with features outside of the search results. Clicking on features outside the search results will display the feature popup if one has been configured.
... View more
05-19-2023
09:14 AM
|
0
|
1
|
2559
|
|
POST
|
I'm not aware of any issues. Can you share the settings you've configured for the search widget so we can try to investigate and reproduce?
... View more
05-19-2023
09:13 AM
|
0
|
2
|
2291
|
|
POST
|
If you have time can you test copying your app using the AGO Assistant and let me know if that copy is successful?
... View more
05-18-2023
10:24 AM
|
1
|
1
|
1112
|
|
POST
|
Can you provide more details about the search settings you are changing? If your copied app is public can you share the url so we can take a look at how its configured and what might be causing the app to break?
... View more
05-18-2023
10:23 AM
|
0
|
1
|
4033
|
|
POST
|
With the find url param it's getting the first search result (in this case from the World Geocoder) and displaying that instead of using a more accurate match from one of the other locators. We'll look into improving that behavior in a future release. But in Sidebar you might be able to get what you want by setting up a custom url parameter. In the app configuration if you search for URL you'll see an option to setup a custom url param by specifying a parameter name and then choosing the layer and field the value comes from. In this example I set up a parameter called apn and use the APN field from the San Diego Parcels layer: https://jsapi.maps.arcgis.com/apps/instant/sidebar/index.html?appid=903d7cc412a8488f90c79d9bd49a3f2f&apn=5344400600
... View more
05-12-2023
04:21 PM
|
1
|
0
|
1690
|
|
POST
|
I updated the demo to allow the table to scroll. The demo app was only created to show ideas and isn't fully featured. Users can use the menu options to zoom to the map feature or to only show the selected features. Also check out the FeatureTable SDK reference for more capabilities available on the table. Screenshot 2023-05-09 at 12.56.46 PM.png
... View more
05-09-2023
01:06 PM
|
1
|
0
|
644
|
|
POST
|
I ran a quick test and was able to add the basemap toggle w/o authentication. Here's a test app: https://www.arcgis.com/apps/instant/lookup/index.html?appid=3ac9bd7ad88349ea8be0067f73b7f788&locale=en-US Do you have more details on the basemap you selected?
... View more
05-08-2023
08:39 AM
|
0
|
2
|
1997
|
|
POST
|
Sidebar currently truncates the title if its longer than 100 characters but we are looking at the logic to optimize the amount of space the title can take and it should be improved in the next release of ArcGIS Online. In the meantime you can avoid the truncation by using the custom header option. If you set that you have more control over the length of the title. If you run into issues getting your title to look the way you want using this option post back here and I'll take a look.
... View more
05-04-2023
03:45 PM
|
1
|
0
|
2679
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | a month ago | |
| 2 | a month ago | |
| 1 | 07-09-2026 08:56 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|