webmap

The ItemProperties Class with the ArcGIS API for Python for ArcGIS Online or Portal

Table of Contents Introduction The ArcGIS API for Python as of version 2.1.0.3 added Dataclasses for adding and updating items. These were ItemProperties, CreateServiceParameter, SpatialFilter, and ViewLayerDefParameter. In this post we will assess the ItemProperties class. The item_properties dictionary The usual way to use item properties is to create a dictionary of key-value pairs. add() …

The ItemProperties Class with the ArcGIS API for Python for ArcGIS Online or Portal Read More »

Ungroup ArcGIS Online WebMap Layers from a Group Layer using the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating webmaps and feature layers in ArcGIS Online. In this post we will focus on updating a webmap …

Ungroup ArcGIS Online WebMap Layers from a Group Layer using the ArcGIS API for Python Read More »

Ungroup a Single ArcGIS Online WebMap Layer from a Group Layer using the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating webmaps and feature layers in ArcGIS Online. In this post we will focus on removing a single …

Ungroup a Single ArcGIS Online WebMap Layer from a Group Layer using the ArcGIS API for Python Read More »

Group ArcGIS Online WebMap Layers using the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating webmaps and feature layers in ArcGIS Online. In this post we will focus on updating a webmap …

Group ArcGIS Online WebMap Layers using the ArcGIS API for Python Read More »

Reorder ArcGIS Online WebMap Layers with the ArcGIS API for Python and a Custom ArcGIS Pro Tool

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating webmaps and feature layers in ArcGIS Online. In this post we will focus on updating a webmap …

Reorder ArcGIS Online WebMap Layers with the ArcGIS API for Python and a Custom ArcGIS Pro Tool Read More »

Turn On/Off ArcGIS Online WebMap Layer Labels with the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating webmaps and feature layers in ArcGIS Online. In this post we will focus on updating a webmap …

Turn On/Off ArcGIS Online WebMap Layer Labels with the ArcGIS API for Python Read More »

Query ArcGIS Online Point Features in a WebMap based on a Polygon Feature using the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating webmaps and feature layers in ArcGIS Online. In this post we will focus on updating a webmap …

Query ArcGIS Online Point Features in a WebMap based on a Polygon Feature using the ArcGIS API for Python Read More »

Add/Update Feature Layer Filter in ArcGIS Online with the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating webmaps and feature layers in ArcGIS Online. In this post we will focus on updating a filter …

Add/Update Feature Layer Filter in ArcGIS Online with the ArcGIS API for Python Read More »

Update ArcGIS Online WebMap Extent Based on Feature Geometry with the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating webmaps in ArcGIS Online. If you have ever had to reset the extent of a WebMap after …

Update ArcGIS Online WebMap Extent Based on Feature Geometry with the ArcGIS API for Python Read More »

What BaseMaps are Available for my WebMaps in ArcGIS Online using the ArcGIS API for Python?

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating webmaps in ArcGIS Online. In an earlier post we will focus on the first of those – …

What BaseMaps are Available for my WebMaps in ArcGIS Online using the ArcGIS API for Python? Read More »