|
BLOG
|
Are you working in a "map" and not a "basemap" Download map is not available for a Pro "basemap".
... View more
07-14-2020
01:06 PM
|
0
|
0
|
7689
|
|
BLOG
|
You could try the following. Start ArcGIS Pro In a new Map remove the basemap layers. Click the Add Button - Menu and add the data by path. When I did this, the Download Map button enabled, and I was able to download the OpenStreetMap tiles that I wanted. Mark
... View more
07-14-2020
12:34 PM
|
0
|
0
|
7689
|
|
POST
|
Lots of comments on this thread... but a few up from this has some links that you may find helpful. https://community.esri.com/community/gis/applications/arcgis-pro/blog/2018/06/30/using-arcgis-pro-22-to-put-the-esri-world-imagery-basemap-in-a-mobile-map https://community.esri.com/blogs/bock/2019/07/03/using-arcgis-pro-to-put-esri-vector-tile-basemaps-in-your-mobile-map
... View more
06-11-2020
01:51 PM
|
1
|
0
|
3858
|
|
POST
|
By default if you single click (left mouse click) on a layer a popup window will show... if the layer is capable of showing a popup. Tthe 'identify' functionality is always active and available.
... View more
05-21-2020
02:15 PM
|
0
|
1
|
1126
|
|
POST
|
If you do manage to find Vector Tiles of the contours for you area of interest you can use the ArcGIS Vector Tile Style editor to visualize them as you desire. ArcGIS Vector Tile Style Editor Mark
... View more
05-14-2020
10:49 AM
|
1
|
0
|
1597
|
|
POST
|
The mobile map package needs to be created with Anonymous use enabled. This option is available via the Publisher Extension.
... View more
05-08-2020
02:57 PM
|
2
|
1
|
3569
|
|
POST
|
A slight change -- for users that use Explorer without signing in, put it in the Guest\mmpks folder.
... View more
05-08-2020
02:36 PM
|
0
|
3
|
3569
|
|
POST
|
Arcade FeatureSet can be used to get the information, but it is not use-able for symbol rendering. Here is an example using it in a Popup configuration. https://www.arcgis.com/home/item.html?id=c2d3ddc1352548cbb76d29f611b86dea var a = FeatureSetByName($datastore,"Deaths",['Deaths','Country_Region'],false) var usa = filter(a, "Country_Region = 'US'") var USAtotal = sum(usa,'Deaths') return 'percentage of US Deaths '+ text(round(($feature.Deaths / USAtotal)*100,2)) +'% '+ textformatting.newline +$feature["Province_State"]+' deaths ' + text($feature.Deaths,'#,###') + ' / '+ 'US Total '+ text(USAtotal,'#,###')
... View more
05-05-2020
04:11 PM
|
2
|
1
|
1002
|
|
POST
|
Yes, with ArcGIS Pro 2.6 will be be able to include services in an MMPK. This will allow you to create mobile maps that have a mix of online and offline content. Mobile map users will need an internet connection to view the online content, but it will allow you to create maps for the field with the information necessary for one to do what they need to without an internet connection, and a much more informative map when they do have an internet connection. Mark
... View more
04-29-2020
08:14 AM
|
0
|
8
|
2653
|
|
POST
|
If you overwrite or update the Item the ID will not change. I was think that you knew the specific item that you wanted to get, that is why is suggested search by ID.
... View more
04-22-2020
03:08 PM
|
0
|
0
|
1561
|
|
POST
|
I don't have the solution you are asking for, but you could symbolize the map by time? Set up a separate layer for each individual. and use an Arcade expression to show the more recent dates more prominently. Take your feature layer and define symbols based on a Arcade expression similar to this. Then edit an expression Then try an expression like this: var vstat = ''
var time1 = Date($feature.CreationDate)
if (DateDiff(Now(), time1, 'minutes')<=5){
vstat = 'within last 5 minutes'
}
else{
vstat = 'older than 5 minutes'
}
return vstat; I used 5 minutes for time, but you can use days, hours, etc... This will give you some default symbols, modify them to get a display you want. I made the older times more transparent. You could make them completely transparent, only showing the individual if it was in your specified time. Set a Refresh Interval on the layer, so it will automatically update over time. After that I set a filter to a specific 'animal' Then just copied the layer and set Filter and Symbols for each individual. In the first picture above I also labeled using the same expression, to give some context. Mark
... View more
04-22-2020
02:34 PM
|
1
|
1
|
2375
|
|
POST
|
You could search by Item ID to get one result back. id:31922281fed54135bf7c2b34a6e9a5e9
... View more
04-21-2020
10:35 AM
|
0
|
0
|
1561
|
|
POST
|
... also another option would be to manually edit the .VTPK unzip the archive In the Level of Detail section, for the highest level of detail, set the scale as desired ex. "0.01" Then zip the Archive back up. I use 7 zip with the following settings, rename to .vtpk This will allow you to zoom to the scale specified. Mark
... View more
04-20-2020
04:38 PM
|
1
|
0
|
1411
|
|
POST
|
As you have noted the application is limiting is zoom range to the Visible extent of the layer (vtpk) in your map. For the MMPK you can get around this by using a basemap and adding a layer to the basemap that is visible at all scales.
... View more
04-20-2020
03:45 PM
|
1
|
2
|
1411
|
| 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 |
yesterday
|