|
POST
|
You could give the "Raster to Other Format" tool a try. Mark
... View more
12-12-2019
07:45 AM
|
0
|
0
|
2382
|
|
POST
|
The Explorer tool with shift key + left mouse drag is the way to zoom with rectangle. No other button "zoom tools"
... View more
12-11-2019
05:55 PM
|
6
|
3
|
19361
|
|
POST
|
TPK file is only 6MB while the TPKX is 1.2G Are you sure you are using the same tile format, extent and parameters? I would not expect this size difference.
... View more
12-11-2019
05:40 PM
|
0
|
0
|
3537
|
|
POST
|
You may find this approach helpful. https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2019/03/22/show-attachments-in-pop-ups-with-arcade-expressions Were you trying to use Arcade attachement in the popup configuration?
... View more
12-11-2019
04:56 PM
|
1
|
1
|
1868
|
|
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
|
2104
|
|
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
|
3927
|
|
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
|
3927
|
|
POST
|
Using Arcade Replace($feature.COUNTY, 'County', '')
... View more
11-26-2019
04:53 AM
|
1
|
1
|
2201
|
|
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
|
1011
|
|
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
|
4434
|
|
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
|
3212
|
|
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
|
1269
|
|
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
|
1638
|
|
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
|
1638
|
|
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
|
1638
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 3 weeks ago | |
| 2 | 4 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 |
Offline
|
| Date Last Visited |
7 hours ago
|