URL query parameters in Web AppBuilder

URL parameters are dynamic values within the URL of a web map or app that perform pre-defined functionality,  such as zooming to fixed scales/locations or querying within layers.

This blog will focus on query based URL parameters in Web AppBuilder, and is applicable whether you are using ArcGIS Online, Portal for ArcGIS, or Web AppBuilder (Developer Edition).

Read More

Scheduling a ModelBuilder model using Task Scheduler

There are several workflows for running a model as a scheduled task. The workflow that many consider by default is to export the model as a Python script and run this Python script as a scheduled task in task scheduler. There is a better way than this, though it still requires some knowledge of Python.

Read More

Using your own rasters with OS Open basemaps

With the release of the OS Open basemaps in ArcGIS Online, customers may wish to overlay their own raster tile layers on the basemaps. In some instances an error that the layer cannot be added to the map because it's coordinate system or tiling scheme can't be adjusted to align properly with the basemap.

Read More

Problems Accessing Services After a Reboot When Running ArcGIS for Server on a VM

If you are running ArcGIS for Server on a VM with the Web Adaptor installed, you might find that you are no longer able to access your services after a reboot. In some environments such as Amazon, the Web Adaptor is configured against the internal IP of the machine if it is not part of a domain. As this dynamically changes when the machine is rebooted, the Web Adaptor will need reconfiguring against this internal IP as it will have changed.
Read More

How to: Uninstall 3rd Party Extensions

Third party extensions can provide some very useful additional functionality to ArcMap, but are not supported because they have not been written by Esri Inc. If ArcMap is not performing correctly, it may be necessary to remove/ uninstall third party extensions to see if this resolves the issue.
Read More

Using OAuth2 App ID Authentication with ArcGIS Online Applications

When using OAuth2 App-ID authentication with ArcGIS Online Applications, it is worth noting that the Feature Services being consumed by the application must be owned by the application author (the creator of the token). If the Feature Services are not owned by the application author, or are only shared to the application author, the user will receive an error.
Read More

How to create drop-down menus for populating attributes

Collector for ArcGIS is a new smartphone application that can be used with ArcGIS Online to collect data in the field. Setting up a feature service in ArcGIS Online and adding it to a webmap will allow users to begin to collect new features, populating fields with relevant data via a pop-up form. This article explains how you can setup a Feature Service to make this functionality available through a drop-down menu.
Read More