|
BLOG
|
In this post we will continue forward from what was covered in the blog post Use ArcGIS Pro 2.1 to make an offline map. In this exercise we will modify the package created in that post and re-share it. So, let’s get to it. 1. Start ArcGIS Pro 2.2 and open a new blank project In the Contents pane click All Portal and Search for “grand_teton_national_park owner:mark_nitro” and Right click on it to open it. We will enhance the map by adding a hillshade layer to it. Specifically, we will create a tile package of hillshade imagery to add to our map. The Esri Living Atlas has an Imagery Service that we can use to do this. ArcGIS Pro makes it easy to use Living Atlas data. Click the View tab and open the Catalog Pane. Click Portal, the Living Atlas button, Search for ‘World Hillshade’ and Add ‘Terrain: Hillshade’ to a New Map. Remove the “World Basemap” layers from the map. On the View Tab click Link Views Center and Scale. Click the Operational Map tab to activate the map and zoom to the extent of the basemap. Click the Map map tab to activate it, and see that it is zoomed to the desired extent. This is the extent of the data that we want to include in a Map Tile Package. The tile package needs to be in the same coordinate system as our Operational map, which Is GCS North American 1983. Esri Apps like Explorer for ArcGIS and applications developed with the Esri runtime cannot project Map Tile Packages (.tpk) on the fly. If the tile packages coordinate system is different from the map’s coordinate system, it will not display. Many of the Living Atlas services are in the WGS 84 Web Mercator Auxillary Sphere coordinate system, so creating a Map Tile Package (.tpk) from the map as it is now, will create a tile package in that Coordinate system . For image services there is an easy way to get the data into the coordinate system we want, using the Make Image Service Layer geoprocessing tool. Right Click on the Terrain:Hillshade layer in the table of contents and Click Properties. Click Source and copy the Location URL for the Terrain: Hillshade layer. https://elevation.arcgis.com/arcgis/services/WorldElevation/Terrain/ImageServer Click the Analysis tab, click Tools and search for Make Image Server Layer in the Geoprocessing pane. Click Make Image Server Layer to open the tool. For Input paste in the ImagerServer URL https://elevation.arcgis.com/arcgis/services/WorldElevation/Terrain/ImageServer For Processing Template choose Grayscale_Hillshade On the Environments tab set the Output Coordinate system to GCS_North_America_1983 Click Run The layer will be added to the map. Remove the Terrain: Hillshade layer from the map. Right Click the map in the Contents Pane, click Properties and Set the Coordinate System of the map to GCS North American 1983. Since we have the Map Properties window open, click Metadata and enter a Description for the map. A map description is required when creating a Map Tile Package We are going to use this layer to provide shading for the Grand Teton National Park map. Let’s lighten up the shading a little bit. Right Click on the Terrain_Layer and click Symbology to open the Symbology Pane. On the Symbology Pane click the Color Scheme and Click ‘Format color scheme…’ Lighten up the color scheme by adjusting the color of the first stop. Click the first stop and change its color to a lighter shade of gray and click OK In the Geoprocessing Pane Search for Create Map Tile Package and Open the tool. The Create Map Tile Package tool is set up to create content in WGS 1984 Web Mercator Auxillary Sphere coordinate system, this won’t work for our example map, so un-check the box. Notice that the Create Map Tile Package tool requires an existing service or .xml tiling scheme file to create the tile package in a coordinate system that is not WGS84 Web Mercator Auxillary Sphere. We will use the Generate Tile Cache Tiling Scheme geoprocessing tool to create a tiling scheme. Click the burger menu on the geoprocessing pane and click Open Another Tool. Search for Generate Tile Cache Tiling Scheme and open the tool. Generate Tile Cache Tiling Scheme requires and input data source. Ideally, we could use the Terrain_Layer we created with the Create Image Server Layer tool, but this won’t work, if you use it, a tile scheme for WGS84 Web Mercator Auxillary Sphere will be created. To create an input data layer that we can use, do the following: Click the Terrain_Layer in the content pane, Click the Imagery tab and click the Process Button to Create a temporary raster clipped to the current display extent. This will add a new layer, Clip_Terrain_layer, to the Content Pane. We will use this layer as Input to the Generate Tile Cache Tiling Scheme tool. Fill out the input for the Generate Tile Cache Tiling Scheme tool. For input data source choose the “Clip_Terrain_Layer” Enter a name “GCS_NAD_1983” and location for the output tiling scheme XML file. Set number of Scales to 20, the scales will fill in automatically. In Advanced Options, set the Tile Format to JPEG. Click Run to create the Tiling Scheme. You can open the XML file in a webbrowser or text editor to confirm that the coordinate system is correct. On the Content pane Right Click “Clip_Terrain_Layer” and remove it from the map. Now we will create a Map tile package, the tile package will be created based on the current display of the map, that is why we adjusted the cartography to our liking, before creating the tile package. Continued - Using ArcGIS Pro 2.2 Sharing and the Publisher Extension to make a public offline map with hillshading - Part 2
... View more
06-28-2018
07:07 PM
|
1
|
0
|
3060
|
|
BLOG
|
Ben, You can click to open the survey in a new tab and that will show the full URL in the browser address. Mark
... View more
06-28-2018
11:56 AM
|
1
|
0
|
4944
|
|
POST
|
Michael, You can share your MMPK with me using ArcGIS Online. This blog article explains the steps. Sharing content privately between organizations Basically, create a group share your MMPK with the group and invite me Mark Bockenhauer (mark_nitro) to join the group. Mark
... View more
06-27-2018
02:42 PM
|
0
|
0
|
3514
|
|
POST
|
Michael, Could you share your MMPK with me? I could take a look and see what I can figure out. Thanks, Mark
... View more
06-27-2018
09:30 AM
|
0
|
2
|
3514
|
|
POST
|
Michael, Not sure if this applies to your data, but I have seen an "invalid json" error when opening a map in Explorer with symbols based on a field of type 'Date Time' that has feature attributes with '<null>' values. Editing the <null> values to actual dates, or removing the <null> values from the symbol classification, worked around the issue. This error can also occur if the feature is symbolized with SVG images (marker symbols). The map opens, but the layer does not display. If you look at the layers, it will say "Invalid JSON" in the layer list. To work around this issue, don't use SVG images for marker symbols in the map. Mark
... View more
06-25-2018
05:42 PM
|
0
|
5
|
3514
|
|
BLOG
|
Jon, The attachments will be included for the features in your map. No extra work required. To access them in the popup, you do need to make sure in the Popup configuration that "show list of attachments" check box is checked. When this is not checked, the attachments are not accessible in the Explorer popup. Mark
... View more
06-18-2018
09:43 AM
|
0
|
0
|
9339
|
|
POST
|
In ArcGIS Pro 2.2 (next release) the portions of the service you reference can be download using Download Map functionality on the Map Tab. You could also take a look at Tile Package Kreator FeatureGuide1.2.pdf - Box Which allows the creation of TPKs from the same service.
... View more
05-22-2018
05:13 PM
|
0
|
0
|
1636
|
|
POST
|
In ArcGIS Pro 2.2 you will be able to Export a .TPK to use as a layer in your map from the service you reference via a "Download Map" button on the Map tab. The display extent is used to define the extent of the data to download.
... View more
05-22-2018
10:27 AM
|
0
|
0
|
1245
|
|
POST
|
Braulio, While ArcGIS Pro supports putting an Image (.jpg, tiff, etc..) into a Mobile Map package. Explorer for ArcGIS does not support reading them. You can use the Create Map Tile Package tool to convert your image into a .tpk file. .tpk files can be used in a Mobile Map Package and Explorer for ArcGIS will display them. We are working to support image files in a future release. Mark
... View more
05-16-2018
11:23 AM
|
1
|
0
|
699
|
|
POST
|
To confirm, I created an MMPK with a 5.5 GB TPK inside and opened it with Explorer for ArcGIS. It works.
... View more
05-14-2018
12:55 PM
|
0
|
2
|
2619
|
|
POST
|
I need to confirm, but I think 2GB limit may only apply to 32 bit devices.
... View more
05-14-2018
10:48 AM
|
0
|
3
|
3494
|
|
BLOG
|
Will, We currently do not clip TPKs or VTPKs as part of the Create Mobile Map package process. You can use the Clip geoprocessing tool to Clip the TPK to an output raster... and then create TPK (Create Map Tile Package) from the raster you created with Clip. Mark
... View more
05-11-2018
11:46 AM
|
0
|
0
|
9339
|
|
POST
|
Sarah, In your pro project, check to make sure the .tpk and the Map are in the same coordinate system. Explorer does not re-project TPKs on the fly. It's also better display performance when all data and map are in the same coordinate system. Mark
... View more
05-10-2018
03:55 PM
|
2
|
0
|
3648
|
|
POST
|
Yes, .tpk files can be added to an MMPK. You can use it as a basemap layer or just a layer in your map that the end user can turn on and off, if they want.
... View more
05-10-2018
08:56 AM
|
0
|
0
|
3648
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 2 | 3 weeks ago | |
| 1 | 09-30-2024 01:06 PM | |
| 1 | 03-09-2026 01:14 PM | |
| 1 | 07-31-2025 05:51 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|