Skip to content

This sample demonstrates how to recursively query a layer and its nested sublayers to generate a popup template config for a MapImageLayer.

Notifications You must be signed in to change notification settings

chunkangwong/arcgis-generate-mapimagelayer-popuptemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArcGIS Generate Popup Template for MapImageLayer

This sample demonstrates how to recursively query a layer and its nested sublayers to generate a popup template config for a MapImageLayer.

Instructions

  1. Changed the following line to your own ArcGIS MapServer URL:
const mapImageLayerUrl =
  "https://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer";
  1. Run the sample:
npm install
npm run dev
  1. Open the browser and navigate to https://localhost:5173/

  2. Click the "Download Popup Template" button at the top left corner to download the popup template config.

About

This sample demonstrates how to recursively query a layer and its nested sublayers to generate a popup template config for a MapImageLayer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published