Files app (iOS)—Copy the basemap file (.tpk, .tpkx, or .vtpk) you want on your device to a website that is available in the Files app, for example, iCloud Drive, Box, or Google Drive. In the Files app, browse to where you uploaded the basemap file and copy it to your device...
For more information, see How To: Sideload mobile map packages (MMPKs) and basemaps to ArcGIS Field Maps using Android 11. Files app (iOS)—Copy the basemap file (.tpk, .tpkx, or .vtpk) you want on your device to a website that is available in the Files app, for example, i...
Depending on the work area and the map detail defined for the basemap, this limit can be reached when downloading a web map for offline use. Solution or Workaround The maximum count of tiles that can be exported for download cannot be modified on ArcGIS Online Basemap Services. However, ...
Esri released its beautifulOcean Basemapin June 2011. Some of you have been asking for a style that contains the colors used to symbolize the bathymetry in that basemap. Now you can download theOcean Basemap color style, which contains the colors used to display the bathymetry in the Esri Oce...
downloadPreplannedOfflineMapParameters;// Update some of the default preplanned map parameter values.m_downloadPreplannedOfflineMapParameters.setContinueOnErrors(false);m_downloadPreplannedOfflineMapParameters.setIncludeBasemap(true);m_downloadPreplannedOfflineMapParameters.setReferenceBasemapDirectory("pat...
downloading a basemap or using one that is already on the device To learn more about configuring the web map's advanced offline settings, seeTake web maps offlinein the ArcGIS Online documentation. To generate and download the offline map, you must create aGenerateOfflineMapJobby providing theGe...
NSError*_Nullable error){DLog(@"estimated file size: %llu",result.fileSize);NSString*statusMessageTitle=[NSString stringWithFormat:@"%@ %@",[self.dataSource textValueForKey:@"DownloadPrepare"],basemap];[self showProgressWithMessage:statusMessageTitle];//[self cac...
Instructions for parameters within each <feature> and <raster> entry are described below. 注: For some output formats, the ESRI Data Interoperability must be installed and enabled in ArcGIS Desktop for the map service basemap and geoprocessing task basemap, and the Data Interoperability for ArcGIS...
Using ArcGIS Online basemaps Creating a basemap Creating grayscale basemaps from ArcGIS Online basemaps Topics covered in the space-time workshop include: Cartographic methods for visualizing space-time data Time-enabled GIS Visualizing nontemporal attributes ...
var maps = new Map(BasemapType.Streets, map.CenterYCoord, map.CenterXCoord, map.ZoomLevel); int currentLayerCount = 0; foreach (var mapService in map.MapServices) { string mapServiceUrl = mapService.ServiceUrl.ToString().Substring(0, mapService.ServiceUrl.ToString().LastIndexOf("/"));...