ArcGIS JavaScript Maps SDK Blog

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Other Boards in This Place


Latest Activity

(79 Posts)
SnehaSuresh
Esri Contributor

Follow along to stay in the loop on the tools you use every day. From releases and tutorials to deprecations, retirements, customer stories, and community events, we’ve got you covered!

👉  Join us on LinkedIn today! 

Read more...

more
0 0 76
SnehaSuresh
Esri Contributor

Want to know more about Esri's web development offerings? Register for our next interactive webinar hosted by our technology experts, Yixuan “Emily” Hu and Andrew Turner! 

Join them to learn how to efficiently create dynamic 2D and 3D maps using configurable apps, low‑code solutions, or custom web apps built with ArcGIS Maps SDK for JavaScript web components.

Read more...

more
2 0 188
SnehaSuresh
Esri Contributor

Rapid growth can strain any city but it can also be an opportunity to innovate.

The City of Raleigh chose innovation. By building custom, scalable applications with the ArcGIS Maps SDK for JavaScript, the city empowers staff and residents with easy access to property data, service information, live traffic insights, and future development scenarios, all in the browser.

The result?
✔️Faster decisions
✔️Smarter infrastructure planning
✔️A city that keeps moving as it grows

See how Raleigh uses modern web mapping to solve real urban challenges.

Watch the video:
 https://mediaspace.esri.com/media/1_y1snxdro

 

Read more...

more
3 0 140
SnehaSuresh
Esri Contributor

Static flood maps don’t tell the full story. A blue polygon can’t show where water comes from, how fast it moves, or where it will breach first.
This blog walks through how physics‑based flood simulations created in ArcGIS Pro can be brought to the web using FlowRenderer—visualizing water velocity and direction as animated streamlines in 3D scenes. By publishing results to ArcGIS Online and viewing them in Scene Viewer or ArcGIS Maps SDK for JavaScript, complex flood behavior becomes intuitive, interactive, and accessible for decision‑makers.

Read the full blog: https://www.esri.com/arcgis-blog/products/arcgis-online/3d-gis/arcgis-flowrenderer-flood-simulation-...

Read more...

more
5 0 164
SnehaSuresh
Esri Contributor

Couldn't make it live? We have you covered! 😃

The livestream recording of the JavaScript Maps SDK version 5.0 is now available, covering AI components, true curve support on the web, exciting 3D updates, and so much more. 🗺  

 

 

more
3 0 144
SnehaSuresh
Esri Contributor

What’s New in version 5.0 of ArcGIS Maps SDK for JavaScript! Join us for a livestream and get a closer look at AI components, true curve support on the web, stunning 3D updates, and much more. You’ll also have the opportunity to ask questions directly to the expert team behind the release.

 
Date & Time: Wed, Apr 15 | 9:00 AM PT

more
4 1 265
MatthewDriscoll
MVP Alum

It's March in Kansas. Tornado season is ramping up. And if you've worked in emergency management or public safety GIS, you know the drill — when something hits, people need tools now.

So I tried an experiment: How fast can I go from zero to a working, mobile-friendly field assessment app using AI and the ArcGIS Maps SDK for JavaScript 5.0?

The answer surprised me.

The Scenario

This is a fictional scenario used to demonstrate the workflow — no actual emergency occurred.

A tornado rips through the county. Fire and rescue need to go door to door checking on residents and assessing damage. They need a map application — on their phone — where they can tap a parcel, flag injuries, structural damage, or trapped persons, add comments, and submit. The data needs to flow back to ArcGIS Online in real time so the office has a live picture of response progress.

Full walkthrough: from ArcGIS Online setup to working field app.

(view in My Videos)

The Tools

◈ ArcGIS Online — hosted feature layers ◈ Claude AI — Anthropic's AI assistant ◈ ArcGIS Maps SDK for JavaScript 5.0 ◈ A web server — IIS in my case, but any will do.

That's it. No frameworks, no build tools, no npm install. One HTML file.

The Process

I created a hosted feature layer in ArcGIS Online with the important fields for person and property assessment, then opened Claude, attached two example applications I'd previously built with SDK 5.0 (since the version is brand new and examples help the AI produce better code), described the scenario, and let it build.

Did it work perfectly on the first try? No — and I left that in the video on purpose. Claude hit a script loading order issue, a geometry type mismatch, and a URL that needed a layer index appended. But each time, I pasted the error back in and Claude diagnosed and fixed it within seconds. The entire build-and-debug cycle took roughly 30 minutes.

The result is a dark-themed emergency assessment app with aerial basemap imagery, a tornado path overlay, property search with wildcard matching, a responsive sidebar assessment form, and real-time data submission to ArcGIS Online — all in a single index.html file I dropped into an IIS folder.

What I Learned

Give AI examples. SDK 5.0 is new enough that Claude benefits from seeing real working code in the patterns you want. Attaching previous projects made a big difference in output quality. Linking to the SDK 5.0 documentation would likely help even more.

Expect iteration, not magic. AI isn't going to hand you a perfect app on the first prompt. But it compresses what used to be hours of Stack Overflow and documentation hunting into a rapid conversation. The more you use it, the better your prompts get — and the better the results.

Save your projects. The Claude project with all the prompts, examples, and conversation history is saved. Next time a similar scenario comes up — a flood, a wildfire, a hazmat incident — you have a template ready. You're not starting from scratch.

Keep it real. This video intentionally shows the messy parts — the errors, the fixes, the rough edges. I wanted to showcase real-time capability, not sell a fantasy. There's still cleanup to do (centering, polish, etc.), but in an emergency, good enough right now beats perfect next week.

What This Means for GIS Professionals

AI isn't replacing us. It's an accelerator. You still need to know your data, your services, your projections, your deployment. What changes is the speed at which you can go from "I need this" to "here it is." And for emergency response, that speed saves lives.

I'd love to see what others build with this approach. Drop a comment below or share your own experiments. And if you're curious about the new AI components in SDK 5.0 — that's a whole other rabbit hole worth exploring.

Stay safe out there.

more
7 1 390
Noah-Sager
Esri Regular Contributor

We’re on to version 5.0. The previous version was 4.34. It’s a semantic versioning thing, not a paradigm shifting thing.

Read more...

more
11 2 1,453
Noah-Sager
Esri Regular Contributor

Version 4.34 is there, it’s here, it’s everywhere. There are enhancements, bug fixes, and new functionality.

Read more...

more
5 0 1,316
JuliePowell
Esri Contributor

Semantic versioning brings clarity, predictability, and better tooling support to the ArcGIS Maps SDK for JavaScript. Next February we will release 5.0.0!

Read more...

more
9 1 1,161
247 Subscribers