arcgis-layers

Add and manage ArcGIS map layers with configuration and queries.

19|5|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context --skill arcgis-layers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arcgis-layers
Source: https://github.com/SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context/tree/main/contexts/4.34/skills/arcgis-layers
Command: npx skills add https://github.com/SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context --skill arcgis-layers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing and querying data layers in ArcGIS maps can be verbose and error-prone without a coherent structure.

Core Features & Use Cases

  • Layer types coverage: FeatureLayer, TileLayer, SceneLayer, GeoJSONLayer, CSVLayer, and more.
  • Layer configuration and querying: set visibility, rendering, data filters, and popup info.
  • Use Case: rapidly add diverse data layers to build interactive maps for analysis and presentation.

Quick Start

Create a FeatureLayer with a data URL and attach it to your map to begin displaying data.

Frequently Asked Questions about arcgis-layers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add and configure ArcGIS map layers?

ArcGIS map layers are added by creating a layer with a data URL and attaching it to your map. You can then configure layer options like visibility, rendering, data filters, and popup info using ArcGIS Core APIs.

What types of ArcGIS layers can I use for map rendering?

Supported ArcGIS layer types include FeatureLayer, TileLayer, SceneLayer, GeoJSONLayer, and CSVLayer. These diverse layer options allow you to manage and display various spatial data formats on your maps.

How do I perform queries on ArcGIS FeatureLayer data?

Queries on ArcGIS FeatureLayer data are performed using ArcGIS Core APIs and sample code. This supports configuring data filters and executing queries to retrieve specific information from your map layers.

Can I control visibility and rendering for ArcGIS layers?

You can control visibility and rendering for ArcGIS layers through configuration options. This includes setting visibility, applying custom rendering, defining data filters, and specifying popup information for your layers.

Why does my ArcGIS layer configuration fail when using map data?

ArcGIS layer configuration can fail due to incorrect data URLs or improper layer options. Managing map data layers is verbose and error-prone without a coherent structure, so verify your setup against ArcGIS Core API specifications.