Where to Find the desktop.msi File for Performing a Silent Install of ArcGIS for Windows

If you want to perform a silent install of ArcGIS desktop for Windows using the Microsoft Installer (.msi) file, you need the actual .msi file. But finding the .msi file can seem difficult. It’s nowhere to be found on the ESRI download site (that I could find). It turns out to be quite easy to …

Toggle Layer Visibility Using URL Parameters in Web App Builder Developer Edition

ESRI’s developer edition of their Web App Builder (WAB) is a handy stand-alone tool for creating web mapping apps. While the WAB is a tool for building an app without needing to code anything, the developer edition allows users to create their own widgets and extend current functionality or themes. Even with this capability, however, …

Custom Color Ramps For ArcGIS

Back in 2012, I wrote a post about loading custom color ramps into ArcGIS. It’s been a consistently popular post but is very outdated. In that post, I suggested downloading and installing ESRI’s ColorRamps2.o package. ColorRamps2.0 was replaced with ColorRamps3.0 around the time I wrote the post. Today, although there’s a link to download ColorRamps3.0 …

5 Things I Hate About the ArcGIS Javascript API

Building a mapping application with ESRI’s Javascript API is a lot of fun. But it can also be a real pain. Here are five things that absolutely drive me crazy when writing an ArcGIS Javascript map. 1. It is based on Dojo. It’s probably just my lack of Javascript programming sophistication but I find Dojo …