|
POST
|
Hi Gregory Bologna, we have an update to share. The TileLayer was never intended to work with a cached image service. So it was more of an issue that it used to work, as opposed to how it does not work now. We updated the Release Notes to make this more clear: Use ImageryTileLayer class to add a cached image service to your map instead of TileLayer. Reference: updated ImageryLayer updates in Release Notes
... View more
07-23-2020
10:49 AM
|
0
|
0
|
2352
|
|
POST
|
We have three printing options with the ArcGIS API for JavaScript: Print widget, PrintTask, and MapView.takeScreenshot(). If you don't want to use the Print widget, the other two are worth looking into. Here is an example of using PrintTask: https://codepen.io/noash/full/QWyoNRb Here is an example of using takeScreenshot() with a 3D SceneView: Take a screenshot of a SceneView | Sample | ArcGIS API for JavaScript 4.16
... View more
07-23-2020
09:54 AM
|
2
|
1
|
7990
|
|
POST
|
Thank you for the feedback Kevin MacLeod. I will share this with the team.
... View more
07-23-2020
09:33 AM
|
1
|
1
|
5485
|
|
POST
|
Thanks for the additional information. We are investigating and will reply back to this thread when we have something to share.
... View more
07-15-2020
02:34 PM
|
0
|
1
|
2352
|
|
POST
|
At 4.16, the TileImageryLayer was removed and replaced by ImageryTileLayer. This should not affect TileLayer, which is a different class. Release notes for 4.16 | ArcGIS API for JavaScript 4.16 Here is a hosted sample that uses TileLayer in a 3D SceneView: ArcGIS API for JavaScript Sandbox If TileLayer is not working for you, can you share a repro case on something like Codepen?
... View more
07-15-2020
07:53 AM
|
0
|
3
|
2352
|
|
POST
|
Unfortunately, the above represents a different issue, and a known print limitation. If the data is sent via image to the print service, then the legend is not generated for the print-out. We have that doc'ed as a known limitation. Print | ArcGIS API for JavaScript 4.16
... View more
07-14-2020
04:26 PM
|
1
|
14
|
3512
|
|
POST
|
This is a current limitation of printing with the 3x API, which Web App Builder is based on. If you are using 4x, or Experience Builder (which is based on 4x), then this property will take effect if the application and the print service are on the same origin. fileName: TemplateOptions | ArcGIS API for JavaScript 4.16 title: TemplateOptions | ArcGIS API for JavaScript 4.16
... View more
07-14-2020
04:22 PM
|
0
|
1
|
2762
|
|
POST
|
It would also be helpful to know what version of the ArcGIS API for JavaScript you're using, and what is the version of the print service?
... View more
07-14-2020
08:28 AM
|
0
|
1
|
3512
|
|
POST
|
Robert is correct. But you know what's not a violation? Migrating from Google Maps to the JS API: Migrating from Google Maps JavaScript API to ArcGIS API for JavaScript | ArcGIS API for JavaScript 4.16
... View more
07-10-2020
02:53 PM
|
1
|
1
|
7778
|
|
POST
|
Looks like you posted this question twice? https://community.esri.com/thread/255255-when-is-the-featuretable-version-415-widget-expected-to-be-out-of-beta-and-released-for-use
... View more
07-10-2020
02:51 PM
|
0
|
0
|
826
|
|
POST
|
Hmm, if you have the Network tab open in the Developer tools, can you find the "execute" call and look at the response there? Can you provide a reproducible test case so I can better diagnose?
... View more
07-10-2020
02:50 PM
|
1
|
1
|
1829
|
|
POST
|
Couple questions: What version of the ArcGIS API for JavaScript are you using? What is the ArcGIS Server version of the print service? What did you use to publish the print service (ArcGIS Pro or ArcMap)?
... View more
07-10-2020
09:39 AM
|
0
|
0
|
1118
|
|
POST
|
It's difficult to say without seeing the entire error message. Couple things to try: 1) If you swap in the AGO utility print service, do you get the same error? https://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task 2) The current 3x version of the API is 3.33, if you update to the latest version, do you get the same error?
... View more
07-10-2020
09:30 AM
|
0
|
3
|
1829
|
|
BLOG
|
Today, we are pleased to release versions 4.16 and 3.33 of the ArcGIS API for JavaScript. Here are some of the 4.16 highlights (please refer to the 3.33 link at the end for 3.x updates). The stats We fixed 20 bugs, added 65 new classes, created 24 new samples, and over 99% of the codebase is now written in TypeScript. Blending-in is the new standing-out Ever wanted to combine one or more layers together to produce what looks like a new layer? Sounds cool, right? To accomplish this, we introduced a new capability called layer blending. This powerful capability allows you to apply blend modes to your layers to create striking visual effects. https://developers.arcgis.com/javascript/latest/sample-code/?search=blendMode Are you down with OGC? Yeah, you know, me also. The OGC (Open Geospatial Consortium) API Feature standard is the successor to the OGC Web Feature Server (WFS) specification. And have we got a layer for you. The new OGCFeatureLayer, which works in 2D MapViews and 3D SceneViews, is better/stronger/faster than OGC WFS, and is now supported by the ArcGIS API for JavaScript. https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OGCFeatureLayer.html Self-evaluate your performance At 4.15, we introduced a new SceneView.performanceInfo property to offer insight into the performance and memory consumptions of layers in your 3D scene. Now at 4.16, we’re ready to share this with the world. Heads-up: this property is experimental, prices and participation may vary, and can change at any time. But if you’re into performance metrics and 3D scenes, check out this new feature in your testing environments. https://developers.arcgis.com/javascript/latest/sample-code/sceneview-memory/index.html If you like labeling points, you may also like… If you like labeling, you’ll love the new Honey Nut Clusters FeatureReductionCluster.labelingInfo property that allows you to label clusters based on count, or based on any summary statistics used by the cluster popup. https://developers.arcgis.com/javascript/latest/sample-code/featurereduction-cluster-filter-slider/index.html Client-side geometric modifications Client-side geometric modifications (like clipping) on IntegratedMeshLayers in 3D SceneViews, are you serious?! Yes, very much so. With the SceneModifications class, you can now modify parts of an integrated mesh using polygon geometries. Focus on your areas of interest; ignore the noise. https://developers.arcgis.com/javascript/latest/sample-code/layers-integratedmeshlayer-modification/index.html CIM (/ˈsim/) seems (/sēmz/) cool (/ko͞ol/) Remember, back in the day, when we released CIMSymbol for point features? Well, now you can do the same with lines and polygons in 2D MapViews. So create those custom symbols for all geometry types by using multiple symbol layers. And yes, you can print them just fine. https://developers.arcgis.com/javascript/latest/sample-code/cim-lines-and-polygons/index.html Reflecting pools for all We enhanced the WaterSymbol3DLayer to reflect any 3D objects on water surfaces. The SceneView.environment property, which already has tons of options to make your 3D scenes even more beautiful and realistic, now has a fun waterReflectionEnabled property. https://developers.arcgis.com/javascript/latest/sample-code/visualization-realistic-water/index.html Wait, what’s that about seamless integration? Oh yeah, thanks for the reminder. At every release we modernize the API. Fact. Sometimes we add things, sometimes we remove them. At 4.16, the API returns native promises by default. You can no longer opt-out with the handy has flag. We removed Dojo’s declare module, and pretty much stopped using Dojo altogether, although it’s still available with the CDN build. We also changed our will and stopped being supportive of multiple class inheritance, so start thinking about Accessor mixins. Read more here: https://developers.arcgis.com/javascript/latest/guide/release-notes/#api-modernization Wait wait, what’s next? Do you enjoy the bleeding edge of technology? If so, ArcGIS API for JavaScript – next may be for you. We announced this new feature a couple of release ago, but since we’re all scrambling for things to do at home, this seems like an opportune moment to revisit. It’s basically a weekly-ish build of the next version (e.g. if the current release is 4.16, then next is based on 4.17) of the API that you can use, test, and create issues for if you are so inclined. Probably best to only use for testing as things can change whenevs. https://github.com/Esri/feedback-js-api-next Wait wait wait, there’s more! Because we have so much fun “at the office” developing new stuff for you, we like to showcase our updates and answer any questions that you may have in-person. We do this a couple times per year at conferences like the Developer Summit and the User Conference. If you missed us at the virtual Developer Summit this year, here is a blog about all the JavaScript presentation recordings: https://www.esri.com/arcgis-blog/products/js-api-arcgis/announcements/arcgis-api-for-javascript-devsummit-2020-videos-available/ If you’re joining us for the virtual User Conference, here is a blog about all the exciting web development presentations and resources: https://www.esri.com/arcgis-blog/products/js-api-arcgis/announcements/web-developers-guide-to-the-2020-esri-users-conference/ And if you’re up on the news, you may find this blog about diversity, equity, and racial justice at the virtual User Conference especially relevant: https://www.esri.com/arcgis-blog/products/product/announcements/diversity-equity-inclusion-racial-justice-at-the-esri-user-conference-2020/ There is so much more that’s new and exciting at 4.16 and 3.33. Check out the links below to discover everything. Release Blog https://www.esri.com/arcgis-blog/products/js-api-arcgis/announcements/whats-new-in-the-arcgis-api-for-javascript-july-2020 4.16 Release Notes https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html 4.16 Samples https://developers.arcgis.com/javascript/latest/sample-code/?search=4.16 3.33 What’s New https://developers.arcgis.com/javascript/3/jshelp/whats_new.html
... View more
07-09-2020
11:38 AM
|
4
|
0
|
4468
|
|
POST
|
Ha, well, that wasn't the answer. Can you post a simple codepen?
... View more
07-01-2020
03:58 PM
|
0
|
1
|
2852
|
| 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 |
Online
|
| Date Last Visited |
Thursday
|