IDEA
|
Hi. For a list widget, when configuring actions that apply to the map, there are some limitations: 1) There is no capability to highlight features. Flash is the only thing close, and it's not ideal, since it is temporary, and may be an accessibility issue (might trigger seizures). Also, there appears to be no way to specify the color used to flash a feature. 2) Zoom - allow author of app to specify zoom level for polygon and line features. By default, the app zooms too close, especially for small features. The end user would then need to zoom out manually in order to get the location context. 3) Zooming is a bit disorienting, again especially for smaller features where the map zooms to a large scale. What I'm seeing is the map zooms in and initially, the symbol of the feature covers the entire screen briefly. So, for instance, I'm zooming to a blue point and as the map zooms in, the entire frame of the map turns blue, for about a second, before rendering the map. Nice if this were a bit smoother.
... View more
08-09-2024
08:55 AM
|
4
|
0
|
196
|
POST
|
Hi. We tend to build web mapping apps in dev or test and then migrate to production. One part of that migration is updating the layers in the webmap so that they are using the proper map/feature service according to the environment. Assuming the layers are referenced via the service url, this task is fairly easy. Our dev, test and prod services follow the same pattern, so I can use ArcGIS Online to do a search and replace, something like below: dev: https://web-dev.domain.com/ext/rest/services/.... test: https://web-test.domain.com/ext/rest/services/.... This is especially useful for webmaps that have a lot of layers or complicated configurations of labels, popups, arcade expressions, etc. Now, the problem. I'm creating a new webmap in dev but saving each feature layer as an item. Doing this mainly because we can store credentials for secured services with the item, thus eliminating the need for staff to sign in to the secured service (also, it seems Esri is recommending this pattern, as a better approach to creatign webmaps - I saw this I think in a blog post, but not finding it now). So far, so good, but when it comes to updating the test webmap, the AGOL Assistant 'Update URLs of a Webmap...' tool can't be used because the webmap now references a bunch of items, each with it's own random alpha-numeric item id. Since there is not pattern to these IDs, there is no easy way to automate updates\migrations between environments (no search and replace capability). Looking for recommendations. We do subscribe to Geo Jobe Admin tools, which has a bunch of tools for managing portals, but not really finding a good work flow with that option. Perhaps there are options with arcgis api for python? Thanks So, let's say I have my dev webmap, referencing a dev map service and I'm ready to create the test version,
... View more
06-11-2024
10:44 AM
|
0
|
0
|
297
|
POST
|
Yeah, I'm using Enterprise 11.1, I think. Certainly, some differences compared to AGOL. I'll give it a spin. Thx.
... View more
01-04-2024
03:54 PM
|
0
|
1
|
1517
|
POST
|
Ok, I like the idea with the transparent view. I did try using a widget controller, but with that option, you don't have much control of placement or size. I got it working with the transparent view idea. Not bad, but a couple minor issues at least the way I did it. Just a prototype so not really styling it nicely (I'd probably have the button look similar to the widgets with just an icon). I added the close button, but couldn't figure a way to have it sit directly in the table widget, so it's kind of awkwardly above it. And my section is in a sidebar with a map which seems to cause the embedded map widgets like 'Select' to display above the view. See screenshot. Another minor detail. I'd like to have the transparent view visible by default but I can't configure that and it always shows the table visible. Thanks for the suggestion.
... View more
01-04-2024
03:08 PM
|
0
|
1
|
1527
|
POST
|
Hi. I'd like to add a button to the interface that will toggle the visibility of another element. Let's say, a table widget. It's fine if the widget is nested in another layout widget if that's the way to configure it. I'm not intending to use the dev edition. Is this possible OOTB? Button link options include both 'View' and 'Window', but neither seems to work as desired. Windows are modal and that's not what I need. I'm not having luck with the View option either. Could be just that I'm new to ExB though. Another option would be toggle or open a sidebar, but from other posts, I'm seeing that's not feasible. Thanks.
... View more
01-04-2024
01:16 PM
|
0
|
6
|
1553
|
POST
|
Yes, I'm assessing the arcgis for sharepoint app as an upgrade to our current custom application. A meeting would be great. Thanks for the offer. I'll be on vacation for a bit starting tomorrow, but maybe can find a time after that. Cheers.
... View more
12-07-2023
04:22 PM
|
0
|
1
|
676
|
POST
|
Hi Raaj. I'm not that familiar with arcgis for sharepoint, so not sure exactly what a list layer is. Basically, we have a document library that we'd like to geotag to several layers. I guess I was assuming we could add layers from map services, either enterprise services or hosted ones for geotagging purposes. Is that possible? Yes, I'm aware of the 5k limit that impacts some capabilities with sharepoint. I dont think it's likely we would have searches that need to return that many results, so not an issue for our use. Thanks for the reply.
... View more
12-05-2023
05:48 PM
|
0
|
1
|
722
|
POST
|
Hi. I'm wondering about limits on number of items in a list for geotagging and geo searching. Is there a maximum number of list items supported? Is there a likelihood of performance degradation with larger lists. The list of interest is approaching 5k and would be expected to grow larger, over time. On a similar note, are there documented or practical limits on the size of documents that can be geotagged or searched? Thanks
... View more
12-05-2023
05:03 PM
|
0
|
6
|
818
|
POST
|
Thanks George. In reading the docs, I'm not seeing it explicitly stated that there is a limit on scale. I think you are right, it will probably require help from esri support.
... View more
01-25-2023
11:50 AM
|
0
|
0
|
882
|
POST
|
Hi Rhett, I found that setting but it does not solve my issue. It appears to be a display setting and is ignored when I publish the map service. Thanks for the suggestion.
... View more
01-25-2023
11:48 AM
|
0
|
0
|
882
|
POST
|
Hi. I'm running into an issue with Pro, where it changes field properties for numeric field types. In the SDE (sql server) table, the field has a scale setting of 10. This indicates that 10 decimal places should be shown after the decimal. Actually, it's a spatial view, but the view properties show scale setting of 10, and 10 digits are shown when previewing the data. When I add that view to Pro, the scale is shown as 8. And when I publish it as a map service, only 8 places after the decimal are shown The upshot is that I can't display the data properly in my web app. One may ask why do we need to show 10 decimal places. Normally, it would not be an issue, but this is an app for professional land surveyors and for that audience it's significant to drop 2 decimal places. Also, I'd like to avoid converting the field to text as a work-around. Thanks in advance for any solutions to this issue.
... View more
01-25-2023
10:21 AM
|
0
|
4
|
903
|
POST
|
Thanks for the replies Doug and Amanda. This does need to be some type of web based workflow. I'll look at the idea with WAB. Cheers.
... View more
01-25-2023
09:44 AM
|
0
|
0
|
1125
|
POST
|
Hi. Is there a workflow to create multi-part features in a feature service (hosted or enterprise)? For the project at hand, I need a way for end users to generate multi-part polygons. I'm aware that it could be done via a custom widget or app using esri jsapi, but prefer to use OOB tools if possible. Thanks
... View more
01-12-2023
08:36 AM
|
0
|
4
|
1160
|
IDEA
|
Hi. In the ExB docs, there are detailed instructions for configuring and using the widget, which is great. What I'd like to see is a link to an example app that demonstrates the common use case(s) for each widget. Probably not needed for some of the simpler ones. It would be really useful for more involved widgets like edit, filter and so forth to have an easy way to see it in action and assess if the widget meets our criteria. This could save a lot of time for the user community. Thanks
... View more
11-09-2022
09:38 AM
|
1
|
0
|
312
|
Title | Kudos | Posted |
---|---|---|
4 | 08-09-2024 08:55 AM | |
1 | 07-04-2020 12:57 PM | |
1 | 12-11-2018 01:10 PM | |
1 | 11-09-2022 09:38 AM | |
3 | 10-20-2022 09:11 AM |
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|