|
POST
|
The next release of Explorer on Android and IOS will support arcade expression. Current Esri apps Navigator, Explorer for ArcGIS (Windows) and Collector (newest) support arcade expressions
... View more
12-05-2019
11:28 AM
|
4
|
3
|
1873
|
|
POST
|
Matthew, I tried using Arcade to workaround the link issue, and I think internal Popup window code is interfering. I have raised this with the team that works on Popups. For example when a file path is typed in, the popup changes the string The popup link trips over the ' in the file name. Mark
... View more
12-03-2019
09:31 AM
|
1
|
7
|
3554
|
|
POST
|
The single quote is causing the script error. I don't know of a way to work around this in ArcGIS Pro, other than removing the single quote from the file names.
... View more
11-27-2019
10:27 AM
|
0
|
0
|
3554
|
|
POST
|
Using Arcade Replace($feature.COUNTY, 'County', '')
... View more
11-26-2019
04:53 AM
|
1
|
1
|
1985
|
|
POST
|
There is another way to get Explorer for ArcGIS Windows, if you do not have store access. https://community.esri.com/groups/explorer-beta/blog/2019/07/01/sideloading-explorer-for-arcgis Mark
... View more
11-25-2019
04:43 AM
|
0
|
0
|
897
|
|
POST
|
Tim, You could try symbolizing the map using Arcade expression. (note: arcade expressions are not supported in Classic Collector). Something like this. In this example the creation date is used, but you could use last edited date, if you process is to just keep the attribute up to date for areas that have had treatments applied. var time1 = Date($feature["created_date"]) if(DateDiff(Now(), time1, 'hours')<=1){ Var Status = "New"; } else if(DateDiff(Today(), time1, 'days')>=0){ var Status = "Old"; } else{ var Status = "Current"; } return Status Mark
... View more
11-20-2019
09:41 AM
|
2
|
1
|
4179
|
|
POST
|
Instead of trying to set the data source path, try adding the "style" it will appear as a Vector Tile Layer when you search for it in ArcGIS Pro's catalog pane. This article shows it.. /blogs/bock/2019/07/03/using-arcgis-pro-to-put-esri-vector-tile-basemaps-in-your-mobile-map mark
... View more
11-19-2019
01:16 PM
|
1
|
3
|
2947
|
|
POST
|
Yes, a StreetMapPremium license is needed to modify Navigator maps. In Pro you can open a Navigator map (mobile map package) from the Insert tab - Import Map or Catalog Pane While Esri basemap service layers are not supported for including in a mobile map package, basemaps can be authored in Pro from file based content and included in a package. These articles may be helpful - /blogs/bock/2019/07/03/using-arcgis-pro-to-put-esri-vector-tile-basemaps-in-your-mobile-map https://community.esri.com/community/gis/applications/arcgis-pro/blog/2018/01/20/use-arcgis-pro-21-to-make-an-offline-map Mark
... View more
11-12-2019
03:56 PM
|
0
|
0
|
1143
|
|
POST
|
or, if you open the MMPK that you created in ArcGIS Pro, can you confirm the attachment is not present, and check the popup configuration settting.
... View more
11-08-2019
09:01 AM
|
0
|
1
|
1429
|
|
POST
|
that should work... any chance you could share a mobile map package with me that contains one of your features, that is supposed to have an attachment?
... View more
11-08-2019
09:00 AM
|
0
|
0
|
1429
|
|
POST
|
Yes, it can work. Make sure "Show list of Attachments" is checked in the popup configuration for the layer.
... View more
11-08-2019
08:03 AM
|
0
|
4
|
1429
|
|
POST
|
The Esri vector basemaps are not enabled for your portal. That is why you don't see the same basemaps. However, in your webmap use this item for your basemap. http://www.arcgis.com/home/item.html?id=63c47b7177f946b49902c24129b87252 Then check to see if that allows you to enable your basemap for offline use. mark
... View more
10-31-2019
03:42 PM
|
0
|
1
|
2368
|
|
POST
|
Tory, ArcGIS Pro is required to create a Mobile Map Package. You can use the same network data that you created in ArcMap, though it is best to rebuild the Map in ArcGIS Pro rather than importing an MXD. Mark
... View more
10-31-2019
02:27 PM
|
0
|
0
|
787
|
|
POST
|
The 'hosted' part of my screenshot is not significant, and actually the rest of it in regards to the settings are not either. I suspect when you view the portal item for your feature service, you see something like this.. Since the properties you are showing in your first ArcGIS Server manager screenshot are correct for offline use, it may be that you need to specify a basemap for your webmap that can be taken offline. If you are using Esri vector tile basemaps with your portal, set the basemap for your webmap to "Navigation" and save the web map. The Esri vector tile basemaps are extract-able for offline use. In the map settings do you see "Enable offline mode" ? Mark
... View more
10-31-2019
12:53 PM
|
1
|
3
|
2368
|
|
POST
|
The first time any GP tool is accessed there is a geoprocessing tools initialization that takes a few seconds (should only be a few seconds). Each tool also may have an initialization time, depending on what the tool does. Specific to Create Utility Network it reads in layers from the active map.
... View more
10-31-2019
10:13 AM
|
6
|
1
|
2837
|
| 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 |
2 hours ago
|