Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
darryl-lynch committed Jan 10, 2025
1 parent 6c136cf commit 5737b4d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions samples/cut-geometry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Tap the "Cut" button to cut the polygon with the polyline and see the resulting
* Polygon
* Polyline

# Additional information
## Additional information

This sample uses the GeoView-Compose Toolkit module to be able to implement a composable MapView.

## Tags

cut, geometry, split, geoview-compose, toolkit
cut, geometry, geoview-compose, split, toolkit
64 changes: 32 additions & 32 deletions samples/cut-geometry/README.metadata.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"category": "Edit and Manage Data",
"description": "Cut a geometry along a polyline.",
"formal_name": "CutGeometry",
"ignore": false,
"images": [
"cut-geometry.png"
],
"keywords": [
"cut",
"geometry",
"split",
"GeometryEngine",
"Polygon",
"Polyline",
"geoview-compose",
"toolkit"
],
"language": "kotlin",
"redirect_from": [
"/android/latest/sample-code/cut-geometry.htm"
],
"relevant_apis": [
"GeometryEngine",
"Polygon",
"Polyline"
],
"snippets": [
"src/main/java/com/esri/arcgismaps/sample/cutgeometry/CutGeometryViewModel.kt",
"src/main/java/com/esri/arcgismaps/sample/cutgeometry/CutGeometryScreen.kt",
"src/main/java/com/esri/arcgismaps/sample/cutgeometry/MainActivity.kt"
],
"title": "Cut geometry"
"category": "Edit and Manage Data",
"description": "Cut a geometry along a polyline.",
"formal_name": "CutGeometry",
"ignore": false,
"images": [
"cut-geometry.png"
],
"keywords": [
"cut",
"geometry",
"geoview-compose",
"split",
"toolkit",
"GeometryEngine",
"Polygon",
"Polyline"
],
"language": "kotlin",
"redirect_from": [
"/android/latest/sample-code/cut-geometry.htm"
],
"relevant_apis": [
"GeometryEngine",
"Polygon",
"Polyline"
],
"snippets": [
"src/main/java/com/esri/arcgismaps/sample/cutgeometry/components/CutGeometryViewModel.kt",
"src/main/java/com/esri/arcgismaps/sample/cutgeometry/MainActivity.kt",
"src/main/java/com/esri/arcgismaps/sample/cutgeometry/screens/CutGeometryScreen.kt"
],
"title": "Cut geometry"
}

0 comments on commit 5737b4d

Please sign in to comment.