|
IDEA
|
The Create Mobile Map Package tool can be used to clip vector tile packages. It has a clip option and you can give it a polygon feature to clip to. Make sure the polygon feature is not too dense with "vertex" the more vertex the longer it takes to process. Once the package is created, you can unzip the mmpk on disk, to get the .vtpk out of it.
... View more
06-21-2021
02:55 PM
|
0
|
0
|
4653
|
|
POST
|
This blog article shows an approach for doing it. https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/bring-colors-from-your-map-into-your-pop-up-using-arcade/
... View more
06-10-2021
12:18 PM
|
1
|
2
|
4088
|
|
POST
|
Snezana, There must have been an update to the portal that handles the response. Use this to download a .zip of the resources. https://cdn.arcgis.com/sharing/rest/content/items/df541726b3df4c0caf99255bb1be4c86/resources/export?f=zip Mark
... View more
05-07-2021
12:13 PM
|
1
|
3
|
6511
|
|
IDEA
|
As a workaround you could create your own minimal vector tile basemap to use with your map. Just publish a simple (on "box polygon feature" perhaps) feature that matches the area of interest as a vector tile layer. Enable the resulting tile layer for offline use. Then use that layer as the basemap for your webmap. Mark
... View more
04-09-2021
04:08 PM
|
0
|
0
|
863
|
|
POST
|
Hello, The runtime actually initializes this behavior (sets min scale / max scale https://developers.arcgis.com/net/wpf/sample-code/set-min-max-scale/) based on the first layer that it loads, which is typically the last layer in the map. As a map creator you can get around this by ensuring that the "bottom layer" is visible at all scales. Or as a runtime developer explicitly set the min and max scale. With regard to your comment about the webmap working, I suspect you have a basemap that is visible at all scales? Mark
... View more
04-09-2021
03:10 PM
|
1
|
0
|
1758
|
|
POST
|
Bob, I think we spoke about Mobile Map Packages in the past. Would these be an option for your users? Mark
... View more
03-18-2021
11:48 AM
|
1
|
2
|
2669
|
|
POST
|
In ArcGIS Pro add "World Topographic (for Export)" - The vector tile layer (mouse hover over the search result to confirm its type is vector tile layer), to an empty map. Search ArcGIS online and add it. To download at fullscale 1:283 you will need to download in two parts. Zoom in just far enough to be offered 1:283 in the map download button Download the map - This will add a layer to your map that references a .vtpk file download to your computer. Pan your map and do this again to get the rest of New Zealand. You will get something like this. note the vector tiles will add up to 350 mb +- in file size at 1:253 scale. If you also want the hillshade to go along with it, that will be additional file size depending on desired resolution. In a new map add Terrain Multi Directional Hillshade from the Living Atlas. Zoom the Map to your desired extent. Right Click on the Map in the Contents - click Properties and set the Extent (Use a custom extent) and set to current visible extent. Next use the "Create Map Tile Package" geoprocessing tool to create a Tile Package (TPKX) of the hillshade content. Level of Detail 11 for the pictured extent results in a 90 mb tpkx file. RIght click on the Map Tile Package layer that you created and copy it to your clipboard. Paste this layer into the map with your Vector Tile Layers. Next in the Project Pane convert the map to a BaseMap Then Create a New Map and select your basemap from the basemap gallery. Add other content to the Map and use Create Mobile Map Package to create the .MMPK Note: the vector data and reference labels are in the same layer, added layers will appear on top of the labels. Since the above steps are using Vector Tiles, the map will not be blurry and you will crisp detail when zoomed in.
... View more
03-10-2021
02:47 PM
|
0
|
0
|
2279
|
|
POST
|
You could use Field Maps, it has support for these new locator types. https://www.esri.com/arcgis-blog/products/collector/field-mobility/deprecation-notice-for-selected-field-apps/#:~:text=ArcGIS%20Field%20Maps%20was%20launched,iOS%20and%20Android%20mobile%20platforms.
... View more
02-17-2021
01:52 PM
|
0
|
1
|
1459
|
|
BLOG
|
@Anonymous User while it would require manually modifying the internal styling of the .vtpk to achieve what is wanted for a side loading scenario, you can share the layer from ArcGIS Pro creating a layer package. The layer package can then be used in other projects and maps with the desired style.
... View more
02-07-2021
12:59 PM
|
0
|
0
|
5483
|
|
BLOG
|
Using ArcGIS Pro 2.7 and the current version of Fieldmaps, the downloaded basemap in ArcGIS Pro can work. When creating the mobile map package you need to use the Layer that is added to the map. The desired style properties are stored in the Layer. Fieldmaps will use this style when it is available. Browsing for the .vtpk file that is download to the file system and adding that to the map will not work as desired.
... View more
02-04-2021
07:22 AM
|
1
|
0
|
5542
|
|
POST
|
Hi Kamille, The World Dark Gray Base layer is a 'rasterized tile' and the labels are 'burned in' so to speak. When you zoom in you will see that they grow in size and appear fuzzy. I would replace it and use Dark Gray Canvas, which is a vector tile service. https://www.arcgis.com/home/item.html?id=5e9b3685f4c24d8781073dd928ebda50 Also, when using vector tile services you can modify styling using the Vector Tile Style Editor. ArcGIS Vector Tile Style Editor mark
... View more
01-05-2021
09:36 AM
|
3
|
2
|
14139
|
|
POST
|
I have entered an issue for this. The Map load uses the 'first layer in the map to initialize' and when the data source is not accessible it fails to load. To work around this problem put a disconnected layer (a file based layer) as the bottom layer in your map. On map load the app will initialize the bottom layer first and load the map. To apply the workaround to your map In ArcGIS Pro. Insert a new basemap Then add the Basemap layers of your choice to this basemap. Search Online and add... Then add another file based layer that will be packaged into the map. I would suggest using a Vector Tile Package. I created this one https://www.arcgis.com/home/item.html?id=07b04d145b86410eaf5c5c42a78d8e95 its Level of Detail 1 - just background. Make sure it is the bottom layer in the map. Then use this as the Basemap for your Map. For those that are not using a basemap (its good practice to always have one when creating a Mobile Map Package) make sure your bottom operational layer is in the package, and not a referenced online layer. Mark
... View more
11-13-2020
05:29 AM
|
1
|
0
|
3842
|
|
POST
|
I am told a runtime developer does have the ability to make use of the custom fields in a locator. So, yes.
... View more
10-01-2020
05:47 AM
|
1
|
0
|
1060
|
|
POST
|
What options did you use with the Create Map Tile Package tool?
... View more
09-30-2020
06:34 AM
|
0
|
0
|
1517
|
|
POST
|
Brian, It should work with Explorer for Windows 10. Try opening "WeatherRadar2020" http://www.arcgis.com/home/item.html?id=9d8a9abdcb4e4ee08467f838ef7b77a8 It is a mobile map package with services in it. Mark
... View more
09-29-2020
09:41 AM
|
0
|
0
|
3846
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-30-2024 01:06 PM | |
| 1 | 03-09-2026 01:14 PM | |
| 1 | 07-31-2025 05:51 AM | |
| 1 | 09-08-2025 03:16 PM | |
| 2 | 09-03-2025 12:41 PM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|