Interactive Legend is a configurable app template where the core functionality revolves around an interactive filter tool. This configurable app template provides end-users with an experience to filter features on a web map via selectable legend elements.
-
Added Time Filter experience.
-
Updated JSAPI to v4.19
-
Updated ArcGIS JSAPI to v4.16
-
Removed usage of dojo declared and TS directives
-
Supports 'Instant apps' new configuration experience.
-
Property name updates.
Select from two different filter modes:
-
Feature Filter: Layer data features that fall within the criteria of the selected legend elements will display on the map view.
-
Mute: Opacity and gray scale will be applied to layer data features that do not fall within the criteria of the selected legend elements.
a. Both opacity and gray scale values are configurable
Select from a set of map tools:
- Home
- Zoom
- Layer List
- Screenshot
- Basemap Toggle
- Search
- Help - panel consisting of preset introductory information
- Splash
- Custom Header
- Clone the repo.
cd
into project.- Run
npm install
. - Run
npm start
. - Host on local web server.
- Visit
[LOCAL_HOST_URL]/dist/index.html
in web browser.
- Notepad or your favorite HTML editor
- Web browser with access to the Internet
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright 2021 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.