ArcGIS Maps SDK for JavaScript

A year in review: ArcGIS API for JavaScript, 2021

In 2021, the ArcGIS API for JavaScript had four successful releases and brought you a lot of new features, bug fixes, and enhancements.

Here’s a quick look at the year by the numbers: 126 new classes, 81 support bugs fixed, and 34 samples added/updated. Let’s take a look back at the main highlights of this past year.

ES modules

We started out the year with the production release of ES modules at version 4.19. ES modules make it easier to do local builds of the API when integrating with third party frameworks and build tools. They are available for installation via the NPM package @arcgis/core.

Haven’t tried ES modules yet? Visit the Introduction to tooling guide topic to learn more about the new modules and whether you should migrate. There are also sample apps that demonstrate the basic concepts for getting started.

Performance improvements in 2D

One of the main themes over our four releases this past year was improving performance. We are always trying to make our API load faster and run more efficiently.

Compare the load time for this large point FeatureLayer showing ocean salinity between version 4.18 and 4.19
Compare the load time of this arctic sea ice layer from version 4.20 to 4.21.

Snapping

Another big highlight of 2021 was support for snapping in 2D and 3D. Snapping provides the ability to visualize parallel and perpendicular lines when drawing, and helps users connect newly drawn features to other existing features and vertices.

Use snapping to easily create new features with parallel and perpendicular lines.

3D support

On the 3D side of things, we’ve made many enhancements over the past year to improve your experience with scenes.

Adjust the weather to see San Francisco in different weather conditions.
Different line patterns are used to differentiate the level of difficulty on these hiking trails.

New layers

A VoxelLayer visualizing sea water temperature in the Carribean at various depths.

New widgets

FloorFilter: Filter features from floor-aware layers to control visualization in MapView and SceneView.

Use the FloorFilter widget to interactively filter your floor aware layers.

ShadowCast: Analyze the total shadow duration from buildings and other 3D objects in your Scene.

Use the ShadowCast widget to quickly assess if a scene complies with urban shadow impact regulations.

SnappingControlsProvides a simple user interface to handle all snapping functionality.

Use the SnappingControls widget to enable or disable snapping and its settings.

UtilityNetworkTraceTrace how resources flow through a utility network.

Define a trace to be completed in a utility network using the UtilityNetworkTrace widget.

Visualize flow with the AnimatedFlowRenderer

The AnimatedFlowRenderer (released in beta) allows you to visualize your UV or MagDir raster data with animated streamlines. This renderer can be used to visualize flow direction and magnitude information in ImageryLayers and ImageryTileLayers in a MapView. The direction of the raster defines the direction of movement, and the magnitude defines the visible length of the streamline.

Use the AnimatedFlowRenderer to visualize wind speed and direction from a raster layer.

Control the drawing order of features

You can configure the order features are drawn in the view by setting the orderBy property of a FeatureLayerCSVLayerGeoJSONLayer, and OGCFeatureLayer. This property allows you to sort features using any field or Arcade expression that returns a number or a date.

At version 4.21, you can control how you want features to be sorted when displayed in the view.

ArcGIS Platform and API keys

In January 2021, Esri announced a new product called ArcGIS Platform. The ArcGIS API for JavaScript supports this using API keys. You can either specify a global API key or use more fine-grained API keys for greater flexibility when using multiple keys or multiple authentications.

Display more information in cluster popups

Support for clustering was added in 2020, but we’ve continued to make updates and improvements to allow you to do more with your clusters in 2021. One major update is that you can now access clustered features using Arcade expressions within the cluster popups using $aggregatedFeatures. This allows you to display more detailed information in your popup about the features that are in each cluster. You can also browse clustered features from within the popup.

Using Arcade, you can calculate and display statistics about features within a cluster, such as the percent of power generated by coal power plants.

Utility network support

Over this past year, we’ve worked on adding support for utility network in the ArcGIS API for JavaScript. The SubtypeGroupLayer and UtilityNetworkTrace widget mentioned earlier were part of this work. To learn more about utility networks in the JSAPI – take a look at the following blogs: What’s new in Utility Network JavaScript API 4.21 and Trace a Utility Network with the ArcGIS API for JavaScript.

Run upstream and downstream traces and visualize the results with the UtilityNetworkTrace widget.

Documentation updates

Visualization guide topic

The data visualization guide was revamped with more than 28 new conceptual topics and five chapters. Explore the guide to learn about visualization best practices, the various layer styles available in the JS API, and browse the hundreds of symbols and color ramps provided for easy copy/paste use in your apps.

CIM symbol builder

The CIM symbol builder was updated to support lines and polygons. Combine different symbol layers, update symbol layer properties, and watch how the CIMSymbol updates.

Calcite Design System guide page

This new guide page details how you can use the Calcite Design System in your applications. Browse the library of Calcite icons and view samples that use Calcite components with the ArcGIS API for JavaScript.

Happy new year!

Thank you for spending 2021 with us. This blog just provides an overview of the features added this past year. For more detailed information about each release this year, visit the release notes for 4.22, 4.21, 4.20, and 4.19. Have a favorite new feature? Let us know in the comments below!

About the author

Anne Fitz is a Senior Product Engineer at Esri, working on the ArcGIS Maps SDK for JavaScript and ArcGIS Arcade. Her expertise primarily focuses on dynamic vector symbology (CIM symbols), data visualization, animation, ArcGIS Arcade integration, and widgets. Anne’s primary goal is to help developers succeed in building geospatial applications, providing them with the tools and knowledge they need to bring their ideas to life. She has been with Esri for over four years.

Connect:
0 Comments
Inline Feedbacks
View all comments

Next Article

Crafting conservation stories — protecting our planet, one story at a time

Read this article