forked from Esri/arcgis-maps-sdk-dotnet-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
14 lines (14 loc) · 1.51 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"Name": "Author, edit, and save a map",
"SampleName": "AuthorEditSaveMap",
"Description": "This sample demonstrates how to author and save a map as an ArcGIS portal item (web map). It is also the solution to the [Author, edit, and save maps to your portal tutorial](https://developers.arcgis.com/net/latest/wpf/guide/author-edit-and-save-maps-to-your-portal.htm). Saving a map to arcgis.com requires an ArcGIS Online login.",
"Instructions": "1. Pan and zoom to the extent you would like for your map.\n2. Choose a basemap from the list of available basemaps.\n3. Click 'Save ...' and provide info for the new portal item (Title, Description, and Tags).\n4. Click 'Save Map to Portal'.\n5. After successfully logging in to your ArcGIS Online account, the map will be saved to your default folder.\n6. You can make additional changes, update the map, and then re-save to store changes in the portal item.",
"Type": 2,
"RequiresOnlineConnection":true,
"RequiresOfflineData":false,
"RequiresLocalServer":false,
"Image":"AuthorEditSaveMap.jpg",
"Link":"https://developers.arcgis.com/net/latest/wpf/guide/author-edit-and-save-maps-to-your-portal.htm",
"TypeLink": ["M:Esri.ArcGISRuntime.Portal.ArcGISPortal.CreateAsync","T:Esri.ArcGISRuntime.Security.ServerInfo","T:Esri.ArcGISRuntime.Security.AuthenticationManager","P:Esri.ArcGISRuntime.Security.AuthenticationManager.Current","T:Esri.ArcGISRuntime.Security.CredentialRequestInfo","T:Esri.ArcGISRuntime.Security.TokenAuthenticationType"],
"SampleFolder": "AuthorEditSaveMap"
}