|
POST
|
Just to chime in here, there are a couple of caveats about printing labels with FeatureLayers: Labels currently cannot be printed as part of a FeatureLayer with ArcGIS Server 10.5.1 or any Printing Service published with ArcMap. PrintTask | API Reference | ArcGIS API for JavaScript 4.9 Currently the labelsVisible property must be explicitly set to true for labels to be printed. FeatureLayer | API Reference | ArcGIS API for JavaScript 4.9 -Noah
... View more
11-08-2018
03:27 PM
|
1
|
4
|
4206
|
|
POST
|
Hi Sebastian, thank you for reporting this issue. Looks like a problem with 4.9. We are currently investigating. Not sure of a workaround at the moment, but I will update this thread when we learn more. -Noah
... View more
11-06-2018
08:23 AM
|
2
|
1
|
3787
|
|
POST
|
Hi Sebastien, I checked several of the samples with Firefox (62.0.3 - 64-bit) and Windows 10, and they all seem to work. What version of Firefox are you using? Mac or PC? Do you see any error message(s) in the console?
... View more
11-02-2018
01:00 PM
|
1
|
2
|
1402
|
|
POST
|
Hi Markus, this looks like a new issue at 4.9. We are currently investigating. Thank you for posting your issue. -Noah
... View more
11-02-2018
11:45 AM
|
2
|
0
|
752
|
|
POST
|
Hi William. Currently, the `where` property only has limited support. We are hoping to expand it's usage at the next release. https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html#where For now, I would recommend using Arcade for the labeling logic in the labelExpression or labelExpressionInfo. -Noah
... View more
11-02-2018
09:40 AM
|
0
|
2
|
1580
|
|
POST
|
Whoops! Totally missed that. My apologies. The service requires me to login, but it seems to work at 4.9 with trustedServers sample: A Pen by noah
... View more
10-04-2018
03:23 PM
|
0
|
0
|
2243
|
|
POST
|
I think this is related to the responseType of the esriRequest: When this value is image the headers and timeout options are ignored. esriRequest - RequestOptions - responseType request | API Reference | ArcGIS API for JavaScript 4.9 If this is the case, we will consider making an enhancement at a future release.
... View more
10-04-2018
01:41 PM
|
0
|
1
|
1511
|
|
POST
|
Hi Todd, you might need to add the domain to the list of trustedServers using esriConfig. example: require(["esri/config"], function(esriConfig) { esriConfig.request.trustedServers.push("[<protocol>//]<hostname>.<domain>[:<port>]"); }); config | API Reference | ArcGIS API for JavaScript 4.9 This changed was described in a recent blog post: https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript/blog/2018/08/30/cors-and-the-arcgis-api-for-javascript-changes-coming-in-49
... View more
10-04-2018
01:29 PM
|
0
|
2
|
2243
|
|
POST
|
Hmm. It could be related to the responseType of the esriRequest: When this value is image the headers and timeout options are ignored. esriRequest - RequestOptions - responseType request | API Reference | ArcGIS API for JavaScript 4.9 If this is the case, we could consider making an enhancement at a future release.
... View more
10-04-2018
01:17 PM
|
0
|
2
|
6131
|
|
POST
|
I think the reason that it works at 4.9 is that WebGL now supports all versions of Server and Online, so labeling will now work with your layers. WebGL is now the default drawing mechanism for FeatureLayer, CSVLayer, and StreamLayer in MapView after having been in beta for a few releases. This includes support for all versions of ArcGIS Enterprise and ArcGIS Online as well as feature collections. Release notes for 4.9 | ArcGIS API for JavaScript 4.9
... View more
10-04-2018
12:42 PM
|
1
|
0
|
2302
|
|
POST
|
This question might best be posed in the ArcGIS Pro space. https://community.esri.com/community/gis/applications/arcgis-pro
... View more
09-28-2018
10:51 AM
|
1
|
0
|
1268
|
|
POST
|
Justin is correct. The way to intercept and modify requests is with the RequestInterceptor, introduced at version 4.8. Release notes for 4.8 | ArcGIS API for JavaScript 4.9 config | API Reference | ArcGIS API for JavaScript 4.9 @Justin, do you have a sample or a code snippet you could share, so we could take a look?
... View more
09-28-2018
10:49 AM
|
0
|
4
|
6131
|
|
POST
|
It looks like this has been fixed at 3.26: What's new in Version 3.26 | Guide | ArcGIS API for JavaScript 3.26 BUG-000116101: Fixed an issue when using a touch device and panning in Google Chrome browser using Android 9 OS did not work.
... View more
09-28-2018
10:40 AM
|
0
|
0
|
2022
|
|
POST
|
You might want to ask this question in the Python community: Python This space is more geared towards questions about the ArcGIS API for JavaScript. Thanks, Noah
... View more
08-30-2018
01:26 PM
|
1
|
0
|
2040
|
|
POST
|
In addition to the Web Optimizer, I would also recommend npm and webpack if you are working with the 4.x version of the API, and bower if you are working with the 3.x version of the API. Using npm for Custom Builds | ArcGIS API for JavaScript 4.8 Using webpack for Custom Builds | ArcGIS API for JavaScript 4.8 Using Bower for Custom Builds of the ArcGIS API for JavaScript | Guide | ArcGIS API for JavaScript 3.25 Hope this helps. -Noah
... View more
08-30-2018
01:15 PM
|
2
|
0
|
1263
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | 04-10-2026 09:11 AM | |
| 1 | 03-24-2026 11:39 AM | |
| 1 | 03-23-2026 09:30 AM | |
| 1 | 02-26-2026 07:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|