Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavinr/add-layers-auto-map-experience-builder
Experience Builder widget sample showing how to get a reference to a map widget without using Settings.
https://github.com/gavinr/add-layers-auto-map-experience-builder
arcgis-experience-builder experience-builder experience-builder-widgets hacktoberfest
Last synced: 5 days ago
JSON representation
Experience Builder widget sample showing how to get a reference to a map widget without using Settings.
- Host: GitHub
- URL: https://github.com/gavinr/add-layers-auto-map-experience-builder
- Owner: gavinr
- Created: 2021-01-05T15:46:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T19:04:38.000Z (over 3 years ago)
- Last Synced: 2024-12-16T22:11:57.684Z (8 days ago)
- Topics: arcgis-experience-builder, experience-builder, experience-builder-widgets, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Add Layers - Automatic Map Reference
This is a demo Experience Builder widget. It is a version of the [add-layers sample](https://developers.arcgis.com/labs/experiencebuilder/add-layers-to-a-map), but does not use a settings panel to pick the Map widget -- instead assumes there will be one map widget on the page and uses it. See the `getArbitraryFirstMapWidgetId()` function in `widget.tsx` for details.