POST
|
I am hosting StreetMap Premium locators as geocode services of a 11.1 Stand Alone ArcGIS machine. When setting up to migrate from a 2023 release of the locators to a 2024.4 release of the USA locator I have noticed a huge hit in performance on the Suggest functionality of the resulting geocode service. Anybody know of any changes that have happened over the year plus since I last upgraded that would explain the slower performance and have any ideas for how to mitigate. With the same number of processes available the 2023 services respond in a fraction of a second, but the 2024.4 release takes 10s of seconds to retrieve Suggest results. Thanks.
... View more
04-02-2025
11:53 AM
|
0
|
1
|
316
|
IDEA
|
Pro supports four types of unique identifiers for query layers Integer (32- and 64-bit positive values only) String GUID Date But feature services only support 64 bit integer for query layer based feature services. Add a check in the publishing tool Analysis function that warns you that the unique identifier identified for your query layer in Pro is not compatible with feature Services.
... View more
11-02-2022
07:39 AM
|
2
|
0
|
554
|
POST
|
What is the procedure for doing what you mention in Section 2 above. How do you register a datastore from within Server Manager if the data store in question is a Relation Datastore that it the hosting datastore for your portal?
... View more
11-17-2020
11:37 AM
|
0
|
0
|
5052
|
POST
|
Web AppBuilder Dev Edition, v 2.13, Dashboard theme app. I have two info graphics in my app. One that shows the count of all rows in the current feature set (the data source is an 'Extra Data Source' showing Stats for a layer. . And another that is supposed to show the count per month of the same Extra Data Source' in a bar chart. However if you look at the graphic below, the counter shows 120 (and the attribute table widget has 120 rows), The Chart Infographic widget that is set to group data by month (Minimum period = Month) is only showing a count of 105. Any explainations for how this happens and how to correct the issue would be appreciated as would any tips on how to troubleshoot.
... View more
10-03-2019
09:24 AM
|
0
|
0
|
564
|
IDEA
|
Does the query widget allow you to filter a map layer and an extra data source at the same time? Or would a user need to filter the map and query the extra data source as two different operations.
... View more
05-07-2019
07:11 PM
|
0
|
0
|
2026
|
POST
|
I guess the infographic widget has nothing to do with it. It just displays the stat it gets from the extra data source, and the extra data source is populated by execution of a query task which contains a query as one of its parameters. And one of the properties of a query is returnDistinctValues. So I would need to find a way of getting WAB to feed that property and set it to True but only for this one data source when formatting the query for the query task. And maybe just return the count instead of all of the data values by also setting returnCountOnly.
... View more
05-02-2019
01:19 PM
|
0
|
0
|
1096
|
POST
|
I have an app where I have several infographic widgets displaying various counts. The infographics work off of Extra Data Sources that are built off of a map layer. This is done so that the map and all counters adjust to filtering via the filter widget, and so the infographics display counts for the entire data set and not for current extent. I would like one of those counters set up to display a count of just distinct values. In standard development I would add a DISTINCT function to my Select statement. Does anyone know of a way to do this with a fairly low level of effort? Is the only option to customize the widget or is there a way to hack this in the configuration files? There does not seem to be any out of the box support for this.
... View more
05-02-2019
09:59 AM
|
0
|
1
|
1418
|
POST
|
Does anyone know of a way to specify a custom sort order for a Infographic Widget chart? I want to do a Day of the Week chart with counts of features on different days of the week. But I don't want to sort alphabetically. I want to sort based on the order of the days of the week. I would like to do something similar with months of the year. But April does not come before January. I am 99% of the way there but if I release it like this I end up looking sloppy. If I can't think of a way to code it with a relatively low level of effort I will liekly change my data values to 1-Sunday, 2-Monday, 3-Tuesday etc. Still looks sloppy but at least they are in the right order.
... View more
03-21-2019
08:22 PM
|
0
|
0
|
630
|
IDEA
|
I have created a infographic chart showing counts for days of the week. Unfortunately the only sort options are for asc and desc by value or count. So there is no way for me to sort the chart Sun, Mon, Tue, Wed, Thur Fri, Sat My only choices are for Fri, Mon, Sat, Sun, Thur, Tue, Wed or ordered by count which would be a random order based on feature counts. This kind of control would be helpful in either out of the box WAB or WAB Dev. Thanks
... View more
03-21-2019
08:03 PM
|
3
|
1
|
869
|
IDEA
|
I have created a infographic chart showing counts for days of the week. Unfortunately the only sort options are for asc and desc by value or count. So there is no way for me to sort the chart Sun, Mon, Tue, Wed, Thur Fri, Sat My only choices are for Fri, Mon, Sat, Sun, Thur, Tue, Wed or ordered by count which would be a random order based on feature counts. This kind of control would be helpful in either out of the box WAB or WAB Dev. Thanks
... View more
03-21-2019
08:03 PM
|
3
|
1
|
593
|
IDEA
|
It seems that the only way for me to give a user the ability to change renderers in Web AppBuilder or Ops Dashboard is to add the same layer multiple times symbolized different ways. It would be useful to allow users to view the same data, but rendered based on different attributes or as a heat map, or clustered and to give them the control to toggle between renderers defined in the Web Map or in the app. In Web AppBuilder you end up with the added complication that if you add the same layer rendered a different way but as multiple map layers, you can only set the Filter Widget to filter one of those layers. So being able to add the layer once with different rendering options would solve than issue as well.
... View more
02-27-2019
12:39 PM
|
4
|
0
|
745
|
IDEA
|
Hi Esri, It would be extremely useful and powerful for Arcade expressions that are set up in a web map to be supported in Web AppBuilder and that these expressions could be visualized across all 'widgets' in Web AppBuilder. There are so many use cases for Arcade Expressions and it's fairly disappointing that this is not a supported functionality yet. Currently it appears that only popups in the map and the attribute table honor the derived fields created in the Web Map. It would be great if Infographics, Filter, and Extra Data Sources could support these fields as well.
... View more
02-27-2019
12:08 PM
|
123
|
8
|
7025
|
POST
|
I am using Web Appbuilder Dev Edition 2.11 to consume a webmap from ArcGIS Portal/Enterprise 10.6.1. The webmap contains a feature service feature layer with a fair number of vertices in its geometry, to the point that it takes a few seconds to load. This would not be problematic if the app just accessed the feature layer on the server on the speified refresh interval. But it essentially re-accesses and redraws the layer with every pan and zoom. In the webmap I was able to set the feature layer mode to SNAPSHOT mode which prevents it from reloading the entire data set every time a user pans and zooms when using the portal webmap viewer. When I consume this map in Web AppBuilder however the map no longer seems to honor the SNAPSHOT mode setting. What are the options, if any, to prevent Web Appbuilder from making a call back to the server for the entire data set every time the map is panned or zoomed. I have seen in the JSAPI that there is an an option to specify the mode for when adding a layer to a map with: mode: FeatureLayer.MODE_SNAPSHOT
But since WAB is loading the layer as part of the preconfigured webmap, I don't see where in the WAB code I can specify that option.
... View more
01-28-2019
03:36 PM
|
0
|
0
|
525
|
BLOG
|
FireFox 63.0.1 was the culprit. Firefox 63.0.3 and Chrome 70.0.3538.102 work just fine.
... View more
11-16-2018
12:27 PM
|
0
|
0
|
518
|
Title | Kudos | Posted |
---|---|---|
2 | 11-02-2022 07:39 AM | |
123 | 02-27-2019 12:08 PM | |
3 | 05-02-2019 09:49 AM | |
35 | 05-28-2010 07:13 PM | |
34 | 05-28-2010 07:13 PM |
Online Status |
Offline
|
Date Last Visited |
08-14-2025
11:41 AM
|