|
POST
|
Glad to hear it, and you're quite welcome. Feel free to mark the solution so other users know the question has been answered.
... View more
05-10-2021
01:42 PM
|
0
|
0
|
5174
|
|
POST
|
Hi @rogenjh, this is a good question. It looks like we can use watchUtils to wait until the formats are ready, since formats now starts empty. Code snippet with just BASEMAP and XY: watchUtils.whenOnce(ccWidget, "formats.length", () => {
ccWidget.formats = ccWidget.formats.filter(f => {
return f.name === "xy" || f.name === "basemap"
});
}); test-app with just BASEMAP and XY: https://codepen.io/noash/pen/XWMmmza?editors=1000
... View more
05-10-2021
11:17 AM
|
3
|
4
|
5178
|
|
POST
|
Hi @AmarG1, give the credit to @mgeorge. We hope to have this fixed at a future release, but will update this thread once we have more details to share.
... View more
05-10-2021
09:57 AM
|
0
|
1
|
9707
|
|
POST
|
The first error you see when loading the app is: Uncaught (in promise) ReferenceError: facilities is not defined So we need to get the locations of the features into a facilities variable. There is some good doc to go through here: https://developers.arcgis.com/documentation/mapping-apis-and-services/routing/closest-facility-routing/ I can take a closer look next week as well.
... View more
05-07-2021
11:47 AM
|
0
|
0
|
2670
|
|
BLOG
|
Hi @JoelBennett, we apologize for the inconvenience. The updated ETA for the 4.19 download is Thursday, May 13.
... View more
05-07-2021
10:40 AM
|
2
|
0
|
2247
|
|
POST
|
Hi @JohnPaulAlbana, can you post a link to an app that reproduces this issue? On something like Codepen would be great. You can omit the apiKey if you are using one. Then I can investigate further.
... View more
05-07-2021
10:28 AM
|
0
|
1
|
2681
|
|
POST
|
You might have more luck using the SearchViewModel for this workflow: https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchViewModel.html
... View more
05-07-2021
09:09 AM
|
0
|
0
|
747
|
|
POST
|
Hi @AmarG1, can you describe the issue in more detail? I ran your app in Codepen, and when I add the 9 features, they seem to display fine: https://codepen.io/noash/pen/LYxwKGP?editors=1000
... View more
05-03-2021
03:33 PM
|
0
|
3
|
9731
|
|
POST
|
Hi @HenryKo2, I think the issue you are seeing is because MapImageLayer uses SQL for the labelExpression: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html#labelExpression Whereas FeatureLayer uses Arcade for the labelExpressionInfo: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html#labelExpressionInfo Arcade: https://developers.arcgis.com/arcade/function-reference/ test-app to see it in action (concatenating labels with a FeatureLayer): https://codepen.io/noash/pen/yLgmwxZ?editors=1000
... View more
05-03-2021
12:35 PM
|
0
|
2
|
2530
|
|
POST
|
Hey @LouisCoetzee, thank for the question. Currently, there are two ways you can use an apiKey with the Search widget. As of 4.18, you can use a global apiKey with esriConfig, which will work with the Search widget, and any other widget or basemap that requires an apiKey. Example based on your app: https://codepen.io/noash/pen/yLgmRWK?editors=1000 At 4.19, you can also use a finely-grained apiKey on the LocatorSearchSource property of the Search widget. Example based on your app: https://codepen.io/noash/pen/bGgXmZq?editors=1000 More information about apiKeys in general can be found here: https://developers.arcgis.com/javascript/latest/release-notes/#api-keys
... View more
05-03-2021
09:13 AM
|
0
|
1
|
1448
|
|
POST
|
Hi @Phenom, thanks for the question. Currently, this is not possible. However, this is on our labeling roadmap and we hope to have this functionality at a future release.
... View more
04-30-2021
08:06 AM
|
0
|
1
|
3986
|
|
POST
|
I can reproduce the issue now. Unfortunately, because this is such a large app, it is difficult to diagnose the cause. I recommend trying to create a simplified reproducible test app that demonstrates the issue with minimal code. Also, since this app does not appear to use the ArcGIS API for JavaScript, there is not much assistance I can offer here. This space is more for people using the ArcGIS API for JavaScript. Other spaces might be more useful for generic REST API or programming questions. Here is an example of using the ArcGIS API for JavaScript with a map, popup, and table interactions: https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-popup-interaction/
... View more
04-27-2021
09:35 AM
|
0
|
1
|
1333
|
|
POST
|
I think the assumption here is that bulk geocoding is always a pay service.
... View more
04-27-2021
08:53 AM
|
2
|
0
|
2685
|
|
POST
|
Hi @AllanLambert, I tried to follow the steps to reproduce the issue, but I think I got confused with the steps. I don't see the popup persist after each subsequent click on the map. A new popup opens each time. However, it looks like this app is not using the ArcGIS API for JavaScript, or at least not using it directly. Is this app using a custom widget from here? https://pol.pictometry.com/PictometryForWebAppBuilder/v1/Overview.html Or based on this app? https://explorer.eagleview.com/login.php I would recommend following-up with the products used in the app to track down the reason for the reported behavior.
... View more
04-26-2021
10:18 AM
|
0
|
0
|
1343
|
|
POST
|
Bulk or batch geocoding is always a pay service and requires authentication. The forStorage parameter will only be useful for single geocode requests. Doc for reference: https://developers.arcgis.com/rest/geocode/api-reference/geocoding-geocode-addresses.htm
... View more
04-26-2021
09:33 AM
|
0
|
2
|
2703
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 04-14-2026 11:59 AM | |
| 1 | 05-13-2026 10:29 AM | |
| 1 | 04-10-2026 09:11 AM | |
| 1 | 03-24-2026 11:39 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|