|
POST
|
Sunny, For World Dark Gray, if you ended up with a TPK when you downloaded the map, it means that your organization is not using the Esri vector basemaps. It is a setting that you organization administrator can set. When you downloaded your custom map it should have added the layer to your map, and the actual VTPK file will be in your Project Folder. If you right click the layer in the Table of Contents, and click Properties you will be able to see the data source path. Mark
... View more
08-07-2019
08:54 AM
|
0
|
0
|
3057
|
|
POST
|
Tim, Did you remove the basemap layers from the map. If the TPK layer is the only layer in the map, the Package Mobile Map tool should not give an error. Mark
... View more
08-07-2019
08:39 AM
|
0
|
1
|
2382
|
|
POST
|
Sunny, Yes, you can. This article show how to customize a Vector Tile Service, Extract a Vector Tile Package from the service and put it in a Mobile Map Package, for use in an application. Mark
... View more
08-07-2019
08:00 AM
|
2
|
3
|
3057
|
|
POST
|
Tim, The Basemap service layers (service layers in general (with exception of Feature Services)) are not supported by Package Mobile Map at this time. When creating a mobile map you are creating an offline map. With a variety of layer types to consider, it works better to have most of the content offline (file based data) prior to packaging. We are considering the packaging of services for a future release, but its a bit complicated, as there are server limits to consider, many different types of services and increased processing time, that could result in a... "not so great experience." For the Esri Basemap data you can create Tile Package of the area you are interested in and include that in a Mobile Map Package. You many also find this of interest https://community.esri.com/community/gis/applications/arcgis-pro/blog/2018/01/20/use-arcgis-pro-21-to-make-an-offline-map Let me know if you have any questions, happy to help. Mark
... View more
08-07-2019
06:06 AM
|
0
|
3
|
2382
|
|
POST
|
This thread may be of interest: https://community.esri.com/thread/121172
... View more
08-06-2019
04:54 AM
|
0
|
0
|
743
|
|
POST
|
This exists https://www.arcgis.com/home/item.html?id=bb69f10baf334d4c935a0fb23d758f38
... View more
08-02-2019
07:19 AM
|
0
|
1
|
5277
|
|
POST
|
Ian, 1. If you export some of the SDE source polygons to a file geodatabase, and add the data to ArcGIS Pro, do you see the jagged lines? 2. If the lines are not jagged in the File geodatabase, create a Mobile Map Package of it. Are the lines jagged in the mobile map package? If the lines are jagged, please send the source file geodatabase to me. Thanks, Mark
... View more
08-01-2019
05:11 AM
|
0
|
1
|
1276
|
|
POST
|
For acquiring a VTPK with ArcGIS Pro, you may find this of interest: /blogs/bock/2019/07/03/using-arcgis-pro-to-put-esri-vector-tile-basemaps-in-your-mobile-map
... View more
07-31-2019
12:04 PM
|
0
|
0
|
1338
|
|
POST
|
Julia, I might be able to help, from what you have provided here for information, not sure where to start. In the template there are two road types... "Connect to Custom Road" and "Connect to Network" It appears to from the screenshot that you did use "Connect to Network" as the overide appears to be present on the vertex. In the route properties are the travel modes allowing you to use your custom road? If you can share some of the data with me, or maybe you already did with support? , I could take a look. Mark
... View more
07-25-2019
12:31 PM
|
1
|
1
|
2253
|
|
POST
|
Using Arcade you could so something like this: var firstSpace = find(' ',$feature.ADDRESS,0) var strCount = count($feature.ADDRESS) var strDiff = strCount - firstSpace return right($feature.ADDRESS, strDiff)
... View more
07-22-2019
07:40 AM
|
2
|
1
|
8919
|
|
POST
|
Hi Dawn, Mobile map packages created with ArcGIS Pro are read only, not meant to be editable. Mark
... View more
07-19-2019
05:28 AM
|
0
|
8
|
6137
|
|
POST
|
Matt, Still work to do to support some of the newer patterns, the first 5 are supported in Esri Runtime Applications, Explorer, Collector, AppStudio, etc... and Custom Applications. Mark
... View more
07-19-2019
05:00 AM
|
0
|
0
|
1136
|
|
POST
|
With Arcade you can do something like this: If (Left($feature.STATE_NAME, 1) == "W") { return "<CLR red = '255'>" + $feature.STATE_NAME + "</CLR>"; } else { return $feature.STATE_NAME } The formatting is documented here https://pro.arcgis.com/en/pro-app/help/mapping/text/text-formatting-tags.htm#ESRI_SECTION1_015D6B880F4B40D0A44A629F8948AA8E Mark
... View more
07-18-2019
09:47 AM
|
2
|
0
|
9747
|
|
POST
|
It could be that there is not an editable layer in the map? Collector can only use maps that have editable layers, try enabling editing for a feature layer in your map that you want to edit with Collector.
... View more
07-18-2019
08:11 AM
|
0
|
0
|
1070
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 3 weeks ago | |
| 2 | a month ago | |
| 1 | 09-30-2024 01:06 PM | |
| 1 | 03-09-2026 01:14 PM | |
| 1 | 07-31-2025 05:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|