|
POST
|
Brant, Definitely report issues, even if we know about them, the more we hear about it, the more it helps with prioritization of the work we do. Anyone else reading this, if you are experiencing the same, let us know. For seeing the up to date status of the data in your map, make use of the refresh interval for the layer in the map. You can set the interval in the Mapviewer. I will pass on your other comments with regard to the blue dot and polygon editing to the team. Thanks again for the feedback, it really helps us focus on what is needed. Mark
... View more
02-21-2019
04:14 PM
|
0
|
2
|
1399
|
|
POST
|
There isn't a way share the same basemap between Collector Classic and Collector.
... View more
02-21-2019
01:37 PM
|
0
|
1
|
1388
|
|
POST
|
Anna, I am able to reproduce the deletion of attachments as you describe, given the settings users should not be able to delete attachments for existing features. I have alerted the online team, and they will address. thank you for bringing this to our attention. Mark
... View more
02-21-2019
01:09 PM
|
0
|
0
|
2243
|
|
POST
|
Tom, What does the URL for your Hyperlink look like? In Collector press and hold the link. A action panel will display, showing the link. Mark
... View more
02-21-2019
10:24 AM
|
2
|
3
|
4470
|
|
POST
|
Tom, Using a URL Scheme I was able to see it working. I used the following Arcade Expression below, I made use of Xander Bakker 's good examples for working with coordinates Crear un enlace con Arcade para Navegar con Waze desde la Ventana Emergente In my Collector webmap I configured the popup Added an Expression This is the expression var x = text(geometry($feature).x) var y = text(geometry($feature).y) var originShift = 2.0 * PI * 6378137.0 / 2.0 var lon = (x / originShift) * 180.0; var lat = (y / originShift) * 180.0; lat = 180.0 / PI * (2.0 * Atan( Exp( lat * PI / 180.0)) - PI / 2.0); return text(lon + "," + lat) Then in the custom attribute display popup configuration I made use of the Survey123 Url Scheme in the Link. This is the link I used.. arcgis-survey123://?itemID=4560a3c533eb41fcb79fa3ec473babc8&field:TRAILNAME={expression/expr0} In this instance I am passing the string to a text field, the trail name as pictured below. Mark
... View more
02-19-2019
04:24 PM
|
3
|
5
|
4470
|
|
POST
|
Arcade expressions can be used to show information in a custom popup configuration. The ability to show layer symbols based on an Arcade Expression in Esri Apps (Built on ArcGIS Runtime) is still being worked on for a future release. Mark
... View more
02-19-2019
09:39 AM
|
0
|
0
|
2048
|
|
POST
|
To be a bit more clear... the use of Arcade for symbols is not fully supported in the ArcGIS Runtime that Esri Apps ex Collector, Explorer, Navigator etc.. are built on.
... View more
02-15-2019
10:49 AM
|
0
|
0
|
893
|
|
POST
|
It is a limitation at the moment, work is ongoing to get it working for a future release.
... View more
02-15-2019
10:46 AM
|
0
|
1
|
893
|
|
POST
|
Doug, Here is a blog articlehttps://community.esri.com/groups/survey123/blog/2018/03/30/using-app-links-to-launch-survey123-from-explorer-for-arcgis that shows how to add an applink to a popup in ArcGIS Pro, a step by step for building a survey and linking to it from a another app. In your webmap configure a custom popup. Add a Hyper Link to your custom attribute popup. You can use links in the following formats The first link opens a webpage, the clicking the web page will launch the survey123 app https://survey123.arcgis.com/share/4560a3c533eb41fcb79fa3ec473babc8?open=native This second link will open the Survey123 app directly, However, if you edit the popup the web browser will sometimes complain about the link. arcgis-survey123://?itemID=4560a3c533eb41fcb79fa3ec473babc8 If this happens, just try again. Click the set button and you will see the link highlight. Click OK and Save your Map. Open the map in Collector Mark
... View more
02-11-2019
06:59 PM
|
4
|
0
|
1098
|
|
POST
|
There are command line setup options for ArcReader. To see them, at the command line type setup.exe /h Mark
... View more
02-08-2019
09:32 AM
|
0
|
0
|
2157
|
|
POST
|
Kurt, yes, the pre-planned and basemap download currently in Collector is planned for Explorer. You will see that in a release this summer. If you have a Vector Tile Package (VTPK) or Tile Package (TPK) you can also include those as a layer in a Mobile Map Package and use them now in Explorer or anywhere that mobile map packages can be used. Mark
... View more
02-08-2019
08:45 AM
|
2
|
8
|
2611
|
|
POST
|
Dan, The updated tile package version was released with ArcGIS Pro 2.3 and support for it in the rest of the Esri platform will roll out this year. Mark
... View more
01-30-2019
10:16 AM
|
0
|
1
|
4942
|
|
POST
|
Michal, Currently, there is no support for extracting Vector Tiles in ArcGIS Pro. For offline editing in Collector it is possible to create map areas in the .vtpk format. The map areas are associated with the web map. When used in Collector the map area can be downloaded for offline use in Collector.Take web maps offline—ArcGIS Online Help | ArcGIS There is no out of the box tool available that I am aware of for doing this, however using the Runtime SDK a developer could write a tool to extract vector tiles from a vector tile service that has export enabled. ExportVectorTilesTask Class Mark
... View more
01-30-2019
10:13 AM
|
2
|
4
|
11933
|
|
POST
|
Jessica, Apologies... took a closer work and I have a better understanding now. You will need an "Offline Area" to work offline... Using the web-browser you can create a fairly large offline area. For your webmap click Settings In the offline section Enable offline mode, click Manage Areas You can create a large area at world detail. Once you have this offline area, it will need to be downloaded to device. The pictured extent results in a 108 mb offline area. When downloaded to device, your users will be able to switch to the side loaded base map and work offline. Mark
... View more
01-23-2019
12:38 PM
|
0
|
0
|
3747
|
|
POST
|
Jessica, Using Collector on IOS you should be able to side load, and then choose the side loaded map to use as a basemap. For example, I create a VTPK. Used Itunes to side load it to collector. Then in Collector I opened my editable webmap and chose the "VTPK" to use as a basemap from the basemap gallery. Is this what you are trying to do? Mark
... View more
01-23-2019
09:08 AM
|
0
|
2
|
3747
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | Wednesday | |
| 2 | 2 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 |
Friday
|