Skip to content

Commit

Permalink
fix title in README
Browse files Browse the repository at this point in the history
  • Loading branch information
TADraeseke committed Feb 3, 2025
1 parent c5ebe97 commit bd0e3e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions samples/generate-offline-map-with-custom-parameters/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generate offline map (overrides)
# Generate offline map with custom parameters

Take a web map offline with additional options for each layer.

![Image of generate offline map overrides](generate-offline-map-overrides.png)
![Image of generate offline map with custom parameters](generate-offline-map-with-custom-parameters.png)

## Use case

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"category": "Edit and Manage Data",
"description": "Take a web map offline with additional options for each layer.",
"formal_name": "GenerateOfflineMapOverrides",
"formal_name": "GenerateOfflineMapWithCustomParameters",
"ignore": false,
"images": [
"generate-offline-map-with-custom-parameters.png"
Expand Down Expand Up @@ -29,7 +29,9 @@
"OfflineMapTask"
],
"language": "kotlin",
"redirect_from": "TODO",
"redirect_from": [
"TODO"
],
"relevant_apis": [
"ExportTileCacheParameters",
"GenerateGeodatabaseParameters",
Expand All @@ -46,5 +48,5 @@
"src/main/java/com/esri/arcgismaps/sample/generateofflinemapwithcustomparameters/MainActivity.kt",
"src/main/java/com/esri/arcgismaps/sample/generateofflinemapwithcustomparameters/screens/GenerateOfflineMapWithCustomParametersScreen.kt"
],
"title": "Generate offline map (overrides)"
"title": "Generate offline map with custom parameters"
}

0 comments on commit bd0e3e5

Please sign in to comment.