|
POST
|
Kurt, Could you give the beta version a try? Explorer for ArcGIS Beta - Apps on Google Play The new version of Explorer for Android is needed for Mobile Map Packages created with ArcGIS Pro 2.5, that contain VTPKs. It's getting close to being out of beta. Mark
... View more
02-14-2020
01:51 PM
|
0
|
2
|
2657
|
|
BLOG
|
Which App are you using, or rather version of ArcGIS Runtime. Runtime 100.7 should show the correct style. Note that you have to package the ArcGIS Pro layer. If you use the VTPK file from disk directly, it will show the internal style, which is different.
... View more
02-14-2020
08:04 AM
|
0
|
0
|
5784
|
|
POST
|
You could make some from animal available in the esri fonts. For example, there is a cow availabe on the ESRI US MUTCD 2 font. Esri Conservation has some wildlife as well as Esri Enviro Hazard... don't forget to check the subsets. That said, I am not aware of an existing one for a pig.
... View more
02-12-2020
10:26 AM
|
2
|
0
|
3460
|
|
POST
|
Mike, The ArcGIS Pro 2.5 release will display and maintain the vector tiles with the correct style. When you create a package the styling in the ArcGIS Pro Layer (LYRX) file is included in the package. Runtime applications 100.7 and newer will display using the layer styling. If you are using within multiple ArcGIS Pro project, save the layer file for re-use. The .vtpk file on disk does have an internal style that differs from the style in the layer. If you use the .vtpk directly (add data and browse for vtpk) it will display differently from the style downloaded with the vtpk. -mark
... View more
02-11-2020
08:07 AM
|
0
|
0
|
1140
|
|
POST
|
Abi, You might find some information in this blog article of use. it shows how to use arcade to show information in a popup window based on hours of operation and current time. mark
... View more
02-06-2020
12:27 PM
|
1
|
0
|
3876
|
|
POST
|
There are a few options. The layer in the map stores a 'path' to the data. If the data you are using is accessible to everyone on the network, building the map using UNC network paths would be a simple way to go. Converting local drive paths to UNC paths—Publisher | ArcGIS Desktop If data is not accessible through a network, you could use publisher to package the PMF. This creates a folder with the PMF file and all the data needed to view it. Then copy the package folder over to the the co workers machine.
... View more
01-31-2020
11:16 AM
|
0
|
0
|
1689
|
|
POST
|
Are you needing this Publisher setting? or uncheck "Open in ArcReader only"
... View more
01-29-2020
10:36 AM
|
0
|
0
|
773
|
|
POST
|
Rob, Arcade featureset support in Popups did not make it into update 100.7 I have forwarded this thread to the planning team. Mark
... View more
01-24-2020
10:16 AM
|
4
|
1
|
3549
|
|
POST
|
I labeled it, just to show that the feature is there and a symbol is not being drawn. You don't need show the label. What do you need to do with a filter? I am not understanding that part. Or are you saying that using ArcGIS Pro is not an option?
... View more
01-09-2020
08:23 AM
|
0
|
0
|
2327
|
|
POST
|
Adam, An Arcade Expression like what follows.. should work. var vstat = '' var time1 = Date($feature.FollowupDate) if ($feature.Status == 'Complete'){ vstat = 'Complete' } else if ($feature.Status == 'Not Started'&& DateDiff(Now(), time1, 'hours')<=0){ vstat = 'Future Follow Up' } else if ($feature.Status == 'Not Started'&& DateDiff(Now(), time1, 'hours')>=0){ vstat = 'Follow up Now' } else if ($feature.Status == 'Not Complete'&& DateDiff(Now(), time1, 'hours')>=0){ vstat = 'Still working on it' } else{ vstat = 'uknown state' } return vstat; However, when I tried this in the Web MapViewer, the Symbol states would not generate? My $feature.Status is a list (coded value) and I created a feature that met each of the desired states. Was pretty sure this should work.. So, I tried it in ArcGIS Pro and... it works. I set the symbols for future work and "unknown" to transparent. I also labeled all the points using a similar expression to "see" the future follow up features. Using ArcGIS Pro I shared this as a webmap. https://www.arcgis.com/home/webmap/viewer.html?webmap=ddbd64b2302347d299cd62bce48ac242 and it also works in Collector. (did not try in Survey123.. but it should work) If using ArcGIS Pro is an option for you... you can do it. Mark
... View more
01-08-2020
04:41 PM
|
1
|
2
|
2327
|
|
POST
|
Dillon, This thread, you may find of interest Dynamic symbology based on days passed also Xander Bakker has a few blog articles about Arcade, that are a great way to get started. Mark
... View more
01-06-2020
11:36 AM
|
1
|
1
|
5290
|
|
POST
|
I think that is just a UI design choice that was chosen... You can add the same layer multiple times choosing different fields and Explorer will return results from all of the fields.
... View more
01-03-2020
08:41 AM
|
1
|
0
|
3636
|
|
POST
|
It should work, which OS are you using Explore on? Did you set up feature search by layer in the webmap settings?
... View more
01-03-2020
08:12 AM
|
1
|
2
|
3636
|
| 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 |
8 hours ago
|