For example, world topographic would use the url: https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Topo_Map/MapServer However, for most basemaps other than imagery, we'd generally recommend that you consider using the ExportVectorTilesTask to export a vector tiled basemap. You can ...
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...
In that case, the DownloadPreplannedOfflineMapJob will not download layers included as part of the map's basemap. (For more information, see basemap in ArcGISMap or its base class GeoModel.) This task will not use the local tile package, even if you have specified one. Manage t...
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...
This job will add the tile package, as a basemap, to the offline map. Note Avoid using the basemap. Developers can choose to override this configured behavior when they download an offline map from a web map. To do this, set the GenerateOfflineMapParameters's includeBasemap property to ...
There is no limitation on the maximum size of a web map that can be downloaded for offline use in ArcGIS Collector. However, the size of the basemap that is exported with the web map can reach a limit which can cause the download to fail. Basemap services are configured by default to ...
0:38 Choosing a basemap for download (OpenStreetMap) 1:00 Padawan mode: print to PDF in ArcGIS Online 1:51 Jedi Knight mode: sneaking high resolution 3:44 Encouragement from an insider 4:11 Force Ghost mode:ArcGIS Maps for Adobe Creative Cloud ...
New tools and properties for image services include gamma, brightness, and contrast; compression and resample method; and mosaic method and operator. Image services can also be added as elevation layers. Access OpenStreetMap, which is now included in the ArcGIS Explorer basemap gallery. Notes can...
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("/"));...
(I was looking at an area including the US Northeast and tried both the L8 OLI/TIRS and L7 ETM+ layers from the Collection 1 Level 1 Landsat data.) I chose the shapefile as it seemed to be the best option–I’m just trying to get a basemap image. All the documentation I can find...