|
POST
|
If you added another label class, could that work for you? Given the information provided, one label class for pipes greater than 10 feet and another for pipes equal to or less than 10 feet.
... View more
04-25-2019
09:00 AM
|
2
|
0
|
880
|
|
POST
|
Kevin and Doug, I have reproduced what you are experiencing with Featuresets and also found out that is scheduled to be implemented in Esri Runtime update 6 which is in development and planned for summer/fall release.... and then the Esri Field Apps will need to be released on the update 6 runtime, so it will be a little while before we see Featureset"" functionn working in Collector. Mark
... View more
04-17-2019
02:31 PM
|
2
|
9
|
6092
|
|
POST
|
Derek, For symbol display.. you could make use of Arcade and $viewscale to maybe achieve some of the scaling that you are looking for. Here is an example Mobile Map Package https://www.arcgis.com/home/item.html?id=f193e71005974fdcb267bcdb253b19eb (1/$view.scale)*11999 https://developers.arcgis.com/arcade/guide/profiles/#visualization Mark
... View more
04-17-2019
11:31 AM
|
0
|
0
|
1407
|
|
POST
|
The newest new version.. ... if you check out this post from Jeff Shaner https://www.esri.com/arcgis-blog/products/collector/field-mobility/collector-for-arcgis-beta-updates/ It mentions that that the Collecor IOS V19.1.0 beta update includes support for Arcade Expressions. Mark
... View more
04-17-2019
09:56 AM
|
0
|
12
|
6092
|
|
POST
|
A TPK is fine... in Pro 2.3 you also have an option for creating a TPKX and that is not supported in any released version of Explorer at this time. My thought is that it will be specific to a layer in your map. I would package "each layer individually" (or a few depending on how many layers you have in the map) to try and narrow down the cause.
... View more
04-16-2019
05:35 PM
|
0
|
1
|
4896
|
|
POST
|
Was the picture markersymbol .svg? I think .svg picture marker symbols will result in the error you are seeing. though I am not sure how they are represented in a tilelayer
... View more
04-16-2019
11:33 AM
|
0
|
1
|
1648
|
|
POST
|
Yes, you can using Arcade. In this map I am labeling by Start Date. Add an Arcade Expression A few ways of doing this, I took an "IF Else" approach. var starttime = $feature.startdate; var endtime = $feature.enddate var currenttime = Now() var status = "" if (starttime > currenttime){ status = "Befor Start Date" } else if(currenttime < endtime){ status = "Active" } Else{ status = "Past End Date" } return status Click OK and Done Symbolized by status variable.
... View more
04-16-2019
11:13 AM
|
2
|
0
|
889
|
|
POST
|
It may be a layer or 'element' in your map that is not being dealt with correctly when the map try to load. Did you add a Locator (new type for Pro 2.3) or tile package TPKX (another new type for Pro 2.3) It should return a mobile map package version error. These layer types are not supported in the current release of Explorer. Use the older version of each for now "Create Address locator" output and the TPK.
... View more
04-16-2019
10:01 AM
|
0
|
3
|
4896
|
|
POST
|
Search for "RedlandsTest" then download and open. Confirm it works or does not.. it should work.
... View more
04-16-2019
09:49 AM
|
0
|
5
|
4896
|
|
POST
|
Jeremiah, Can you describe the problem a bit more... What device are you using? Do you see the download complete? Does it disappear at this point? Can you share the MMPK with me (so I can give it a try)? Thanks, Mark
... View more
04-16-2019
09:26 AM
|
0
|
7
|
4896
|
|
POST
|
This geonet post has information in it, that I think you will find useful. https://community.esri.com/thread/232035-collector-aurora-custom-expressions-in-custom-url-scheme-error
... View more
04-12-2019
12:33 PM
|
1
|
1
|
13482
|
|
POST
|
Thanks for your write up. In a different context (ArcGIS Pro) I have noticed that in some instances the geometry function will return values in the coordinate system of the source data, while in others it returns values in the coordinate system of the map. I mention this because your result difference -9331888.963170711 vs. -83.829785 Is what I have seen while using a similar expression in ArcGIS Pro - Labeling vs. Popup vs. Calculation - same expression yields different results. It would appear that there is something in the webmap use case that triggers similar inconsistencies.
... View more
04-12-2019
11:54 AM
|
0
|
0
|
2220
|
|
POST
|
Warren, How are you taking the map offline? I used a Map Area (pre-planned) and did not reproduce your experience (it worked as expected), did you use Collector to take the map offline (Adhoc)? I will be sharing this experience with the team. There are plans on the Arcade side to allow for specifying the coordinate system of the coordinates, but until that work is completed and delivered, this is really good to know. Thanks, Mark
... View more
04-12-2019
09:35 AM
|
0
|
2
|
12861
|
|
POST
|
Definitely need to use New Collector for this. Were you able to try the map I referenced in Collector on IOS?
... View more
04-11-2019
12:24 PM
|
0
|
5
|
12861
|
|
POST
|
I opened this webmap https://www.arcgis.com/home/item.html?id=0062ba474d7b467dad3e6f75ffd6a7a8 In Collector and tapped a polygon for Popup. Could you try this map?
... View more
04-11-2019
11:57 AM
|
0
|
0
|
12861
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | Wednesday | |
| 2 | a week 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 |
yesterday
|