Hi
Here's the problem:
*simplified example below*
Is this possible?
Cheers
l assume that you don't want to clip subsections of the basemap then reassemble them with blank space in between your areas of interest.
James,
If you use OpenStreetMap you may be able to get a vector tile package that will meet your needs.
Using ArcGIS Pro you can use Download Map, to get a Vetctor Tile Package layer of the OSM basemap for your area. The caveat is whether your area is withing the Tile Limit of the service. This article explains the process. /blogs/bock/2019/07/03/using-arcgis-pro-to-put-esri-vector-tile-basemaps-in-your-mobile-map
Once you have the layer, you can use the Create Mobile Map Package tool to clip the vector tile package similar to your picture. In this example I buffered boat ramps by 1 mile, and used the buffer polys to clip the vector tile package.
The map on the left is the source, with my buffer polys and the downloaded VTPK. The right is the output MMPK inserted back into Pro. For my area the source VTPK is 215 mb and the output is 90 mb, so its worth clipping if file size is a concern. (note: With OSM VTPK you can unzip the MMPK, and get the VTPK file from inside and use it directly as a basemap in Survey123, Collector or app of choice as side loaded basemap. The OSM style is inside the VTPK file).
This is the extent for context of the file sizes.
With regard to TPK or TPKX imagery raster it does not clip to polys, so not as easily done.
Mark
Thanks Mark for your reply, seems a lot more promising than other processes I've tried.
I have a handful of questions regarding your screenshots;
(note: With OSM VTPK you can unzip the MMPK, and get the VTPK file from inside and use it directly as a basemap in Survey123, Collector or app of choice as side loaded basemap. The OSM style is inside the VTPK file).
How did you manage to get OSM to VTPK? My map only has an OSM basemap turned on and I am prompted with "ERROR 001852: Layer type is not supported for vector tile packages."
Thanks in advance
James
Hi Mark Bockenhauer
I recently found - https://apl.esri.com/jg/OSMVectorTileExport/index.html
This allows to download of large areas at high level of detail while maintaining low file size thanks to OSM.
It has solved my issue and hopefully helps anyone else down the line.
Cheers