Export the portion of basemap into mmpk or vtpk

472
1
09-22-2021 06:26 AM
Labels (1)
BTDS_GISAdmin
New Contributor III

Hi the performance of the map is very importance to our mobile app. Right now, the map take 8 to 10 seconds to finish loading in our react-native mobile app. We checked the performance of the map via the browser tool and found out that most of the time is handle the basemap/basemap tile loading? We want to package the basemap/basemap tile into the mobile apps to improve the performance, how can we do it? If yes, Can we only package the NYC portion of the basemap/basemap tile into the package?

0 Kudos
1 Reply
MarkBockenhauer
Esri Regular Contributor

Is this a portion of an Esri basemap that you want to include?   There are options to export the tiles and use them in your app.  There is documentation about it here.

https://developers.arcgis.com/rest/services-reference/enterprise/export-tiles-vector-tile-service-.h...

https://developers.arcgis.com/rest/services-reference/enterprise/export-tiles-map-service-.htm

 

Or using ArcGIS Pro you can use the 'Download Map" button on the Ribbon...

here are some blog articles about that.

https://community.esri.com/t5/arcgis-pro-blog/using-arcgis-pro-to-put-esri-vector-tile-basemaps/ba-p...

https://community.esri.com/t5/arcgis-pro-blog/using-arcgis-pro-to-put-the-esri-world-imagery/ba-p/88...

 

 

0 Kudos