Skip to content

Commit

Permalink
update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
prupani-7 committed Dec 19, 2023
1 parent ca5e0c9 commit e526ecc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion display-points-using-clustering-feature-reduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Pan and zoom the map to view how clustering is dynamically updated. Disable clus

This sample uses a [web map](https://www.arcgis.com/home/item.html?id=8916d50c44c746c1aafae001552bad23) that displays the Esri [Global Power Plants](https://www.arcgis.com/home/item.html?id=eb54b44c65b846cca12914b87b315169) feature layer with feature reduction enabled. When enabled, the aggregate features symbology shows the color of the most common power plant type, and a size relative to the average plant capacity of the cluster.

## Additional information

This sample uses the GeoCompose Toolkit module to be able to implement a Composable MapView.

## Tags

aggregate, bin, cluster, group, merge, normalize, reduce, summarize
aggregate, bin, cluster, geocompose, group, merge, normalize, reduce, summarize, toolkit
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
"formal_name": "DisplayPointsUsingClusteringFeatureReduction",
"ignore": false,
"images": [
"display-points-using-clustering-feature-reduction.png",
"display-points-using-clustering-feature-reduction-popup.png"
"display-points-using-clustering-feature-reduction-popup.png",
"display-points-using-clustering-feature-reduction.png"
],
"keywords": [
"aggregate",
"bin",
"cluster",
"geocompose",
"group",
"merge",
"normalize",
"reduce",
"summarize",
"toolkit",
"FeatureLayer",
"FeatureReduction",
"IdentifyLayerResult",
Expand All @@ -40,7 +42,6 @@
"snippets": [
"src/main/java/com/esri/arcgismaps/sample/displaypointsusingclusteringfeaturereduction/MainActivity.kt",
"src/main/java/com/esri/arcgismaps/sample/displaypointsusingclusteringfeaturereduction/components/ClusterInfoContent.kt",
"src/main/java/com/esri/arcgismaps/sample/displaypointsusingclusteringfeaturereduction/components/ComposeMapView.kt",
"src/main/java/com/esri/arcgismaps/sample/displaypointsusingclusteringfeaturereduction/components/MapViewModel.kt",
"src/main/java/com/esri/arcgismaps/sample/displaypointsusingclusteringfeaturereduction/screens/MainScreen.kt"
],
Expand Down

0 comments on commit e526ecc

Please sign in to comment.