|
POST
|
Update: It's looking like a bug on our end due to more strictness with the PrintTemplate class. We're going to get this fixed. I haven't been able to find a workaround yet, but if I do, I will reply back with this information. When the fix is in, you can check it out on /next (will post back here when it's ready on /next as well). And thanks again for reporting and catching this.
... View more
04-10-2020
02:57 PM
|
2
|
12
|
8298
|
|
POST
|
Thanks for reporting this, Nicholas. This workflow should certainly still be supported. Is your print service publicly accessible for testing? If so, could you provide the URL? Feel free to message it to me directly if you do not want to post it here.
... View more
04-10-2020
01:26 PM
|
0
|
15
|
8298
|
|
BLOG
|
Today, we are pleased to release versions 4.15 and 3.32 of the ArcGIS API for JavaScript. Here are some of the 4.15 highlights (please refer to the 3.32 link at the end for 3.x updates). The stats We fixed 50 bugs, added 17 new classes, created 8 new samples, and 99% of the codebase in now written in TypeScript. We also play nicely with deck.gl: Edit Features in 3D Make sweet edits and updates to FeatureLayers in 3D SceneViews with your favorite 2D editing widgets: Editor, FeatureForm, FeatureTemplates, and Sketch. When you scale or rotate 3D symbols with the interactive handles of the 3D point transform tool, the feature attributes are automatically updated through VisualVariable configurations. Check out the new Edit features in 3D with the Editor widget sample for a live example. https://developers.arcgis.com/javascript/latest/guide/release-notes/#featurelayer-editing-in-3d Modernize. Adapt. Overcome. The API returns native promises (instead of Dojo promises) by default. We plan to completely remove Dojo promises at 4.16. This change might break your app, or it might not. You can opt-out of this change with a flag, but we’ll remove this opt-out flag at 4.16, so you might as well make your updates now. You can also use the esriConfig object as a global variable to set esri/config properties. https://developers.arcgis.com/javascript/latest/guide/release-notes/#api-modernization Seat at the Feature Table Win friends and influence stakeholders with the new FeatureTable (beta) widget. When working with a large dataset, the table loads additional features as the user scrolls. Users can select rows (features) within the table. Works well with or without a map. https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable/index.html?search=FeatureTable Attachment issues? Don’t worry, this is all work related. The Editor widget was updated to support attachment editing. We also introduced a new Attachments widget which allows users to view attachments associated with a feature (pop-ups now use this widget under the hood to display attachments). https://developers.arcgis.com/javascript/latest/guide/release-notes/#attachments%3A-viewing-and-editing That’s so Metal The MeshMaterialMetallicRoughness (based on MeshMaterial) uses the metallic/roughness lighting model to enable physically based lighting. The metallic and roughness properties can be used to model various realistic materials including metals and plastics. https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-MeshMaterialMetallicRoughness.html Wait, there’s more! Act now to receive even more updates at no additional cost. Tools to better explore BuildingSceneLayer. Display features on top of IntegratedMeshLayer. Helpful updates to Clustering, MapImageLayer, and a variety of widgets. And there’s even more than that. Check out the links below to discover everything that’s new and exciting at 4.15 and 3.32. Release Blog https://www.esri.com/arcgis-blog/products/product/announcements/whats-new-in-arcgis-api-for-javascript-april-2020 4.15 Release Notes https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html 4.15 Samples https://developers.arcgis.com/javascript/latest/sample-code/?search=4.15 3.32 What’s New https://developers.arcgis.com/javascript/3/jshelp/whats_new.html
... View more
04-09-2020
11:48 AM
|
3
|
4
|
4637
|
|
POST
|
Ok, so this never works? gpJSON.execute(params).then(function (jobInfo) { What does gpJSON.execute(params) return? Can you host a simplified app on codepen or somewhere that shows this? That would make it a lot easier to troubleshoot.
... View more
04-03-2020
12:46 PM
|
0
|
1
|
3230
|
|
POST
|
Could you share a codepen or simple repro case? What is the version of the Print Service you are using?
... View more
04-03-2020
11:49 AM
|
0
|
0
|
1716
|
|
POST
|
It's difficult to say without seeing the code run, but how are you defining resultName? I think you need a string value there of the name of the result parameter. What does gpJSON look like if you add a breakpoint before the getResultData and inspect it in the console? A simple codepen or something would help troubleshoot as well.
... View more
04-03-2020
11:44 AM
|
0
|
11
|
3230
|
|
POST
|
Sorry, I'm not sure where in the WAB app that should go, I haven't cracked open the WAB code in a while. You would create a kind of rule for the RequestInterceptor, which should be described in the documentation. Hope this helps.
... View more
04-01-2020
12:07 PM
|
0
|
0
|
1505
|
|
POST
|
Sometimes there are specific Compatibility Modes in IE that can cause this issue. I would ask your users to make sure this is set to the appropriate version. Internet Explorer: IE8, IE9, IE10, and IE11 Compatibility mode: Can't log into Claro with IE8, IE9, IE10 or IE11 – Feedb…
... View more
03-27-2020
02:39 PM
|
0
|
0
|
2885
|
|
POST
|
No worries. Ok, that confirms what I thought, that this is not working because you are running the app from file locally and not on a server. The app needs to be hosted, either on a local webserver (e.g. IIS on Windows or Apache on MacOS), or in the cloud (e.g. codepen, or github.io). This is a general web development thing and not specific to working with the JS API. Here are some more resources to help you get going: https://developers.arcgis.com/javascript/latest/guide/quick-start/ How do you set up a local testing server? - Learn web development | MDN IIS Web Server: (Internet Information Services) Set up localhost on macOS High Sierra (Apache, MySQL, and PHP 7) with SSL/HTTPS
... View more
03-24-2020
03:25 PM
|
0
|
0
|
2512
|
|
POST
|
Ah, thank you Ken Buja. Now I think I understand. The related records display is by design, and is not configurable with the 3x FeatureTable dijit. The 4x FeatureTable widget (due to release soon) will have the ability to edit and configure related records later this year, so Maxim Spikin if you're able, I would consider moving to the 4x version of the ArcGIS API for JavaScript and you will be able to make these sorts of configurations in the near future. There is a bit of a hacky workaround for 3x, but it's not recommended.
... View more
03-24-2020
10:29 AM
|
0
|
0
|
1640
|
|
POST
|
Hi, In this sample: ArcGIS API for JavaScript Sandbox I don't see any object IDs, only the fields listed in the outfields property on line 177. These are controlled by the outfield property, (if it's in the list then it's visible, and the label comes from the Alias of the field) documented here: FeatureTable | API Reference | ArcGIS API for JavaScript 3.31 I don't know if you can configure the width of the columns, but perhaps in the CSS you could make modifications: FeatureTable | API Reference | ArcGIS API for JavaScript 3.31
... View more
03-24-2020
09:38 AM
|
0
|
2
|
1640
|
|
POST
|
It's just a hunch, but if you know your credentials are correct, then I assume the issue is the app's ability to authenticate with ArcGIS Online. I would recommend testing the webmap's ID with one of our samples as a sanity check: ArcGIS API for JavaScript Sandbox Another option would be to go through this tutorial to make sure you have everything properly set-up: Display a web map | ArcGIS API for JavaScript 4.14 And this development guide can help you get going as well: Quick Start | ArcGIS API for JavaScript 4.14 If all else fails, please respond back here with a simplified reproducible test-app hosted on a place like codepen or jsbin and I can take a look.
... View more
03-24-2020
09:30 AM
|
0
|
2
|
2512
|
|
POST
|
I would make sure that the app is hosted and not being run from file, and that the app has access to ArcGIS Online or ArcGIS Server (wherever the layer resides).
... View more
03-23-2020
03:06 PM
|
0
|
4
|
2512
|
|
POST
|
Ah, I should have caught that from the initial description. Thank you for reiterating that you are working with the 3x version of the JS API. No, unfortunately, I don't think you're missing anything. I will report back here if I find something else to share. In the meantime, you might have more luck reaching developers who have experienced a similar issue in these other spaces: Web AppBuilder for ArcGIS https://community.esri.com/groups/web-app-builder-custom-widgets
... View more
03-23-2020
02:43 PM
|
0
|
0
|
3521
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 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 |
Online
|
| Date Last Visited |
3 hours ago
|