|
POST
|
Using Arcade you could use. Proper($feature.Primary, 'everyword') Text Functions | ArcGIS for Developers
... View more
04-20-2020
02:24 PM
|
3
|
0
|
5142
|
|
POST
|
Yes, this is true. Raster layer symbology, drawing properties, are not supported in the Mobile Package. You could create a Map Tile Package of your TIF, or export a new version of it with the desired colors ' burned into' the raster file. This is something that we have on our list to support in the future. Really appreciate your feedback on this, it is the requests of the User Community that helps us prioritize the the work that we do. Thank you, Mark
... View more
04-20-2020
08:11 AM
|
2
|
3
|
1807
|
|
POST
|
Kory, You could also set it up in ArcGIS Pro like the following: Choose unique values for symbology and set an Arcade expression of your choice to get the job done. Given the description you gave, I used. If (IsEmpty($feature.upstream)) { return 'No Upstream' } Else if (IsEmpty($feature.downstream)){ return 'No Downstream' } Else { return 'Complete' } Then in the Symbol Pane I added the possible values that the Arcade expression could return. (you need at least one feature to do this, but you don't need all possible types) Type the values in exactly as they would be returned from your Arcade Expression. Then Share as a webmap from ArcGIS Pro. As you work in Collector the map will symbolize (and label if you use the expression there) as defined by the Arcade. Mark
... View more
04-15-2020
02:45 PM
|
5
|
1
|
4480
|
|
POST
|
Rudy, Are you using the Create Mobile Map Package tool to create your MMPK? The output mobile map package should be limited to the extent that you specify in the tool. or area of interest if you use that option. Mark
... View more
04-08-2020
11:52 AM
|
0
|
0
|
853
|
|
POST
|
Walter, You could look label all values that end in '0' var a = right($feature.Contour,1) if (number(a) < 1) { a = $feature.Contour } else { a = '' } return a; mark
... View more
03-27-2020
02:08 PM
|
0
|
0
|
2056
|
|
POST
|
Check out Nonprofit Program For out of the box solution. Survey123 (or Collector) would be a good fit for capturing the information in the field. Explorer can provide a read only version of the map for use in the field (low or no cost). Mark
... View more
03-20-2020
01:02 PM
|
0
|
0
|
1477
|
|
POST
|
this site has a downloadable .csv https://usafacts.org/visualizations/coronavirus-covid-19-spread-map/
... View more
03-20-2020
10:05 AM
|
0
|
1
|
2435
|
|
POST
|
You could use Polygon Labels instead? you can control how much goes over the line, using over run
... View more
03-09-2020
04:05 PM
|
0
|
1
|
1088
|
|
POST
|
Not sure on the streaming details - but this was just announced Watch the Esri Developer Summit Live
... View more
03-06-2020
09:12 AM
|
2
|
2
|
5665
|
|
POST
|
I have been informed that this is being actively worked on for ArcGIS Runtime 100.8 Releases of Esri field apps should pick this up later this year. -mark
... View more
02-20-2020
04:32 PM
|
5
|
1
|
3544
|
|
BLOG
|
Nathan, Nathan Fazer wrote: what is the point of creating vector tile packages of basemaps from Pro if the VTPK doesn't "include" the proper style to load on a device for use as an offline vector basemap? Why does this only work in a mobile map package out of the box? Sometimes functionality is released to meet the needs of a narrow workflow. Particular to this case, the Pro workflow was not considering that some may want to use the downloaded vector tiles (.vtpk file) in runtime applications. Mobile Map Package Creation is one thing in Pro that is primarily for use in the ArcGIS Runtime, for Pro 2.5 it was updated to include the correct styling. Runtime update 7 was also enhanced to read the styling. That is how it came to be... Nathan Fazer wrote: Wouldn't the main use of exporting a vtpk file is to use it as a standalone offline basemap and not only in an mmpk? This is definitely a common workflow. I have asked a few teams to consider including custom styles in the .vtpk file that gets downloaded when extracted, and it is being considered. I will also use this thread to re-raise awareness for this use case. Thanks, mark
... View more
02-18-2020
02:12 PM
|
1
|
0
|
5780
|
|
POST
|
Mobile Map Packages created with ArcGIS Pro 2.5 were not supposed to affect Explorer. The Explorer for ArcGIS (Android) update was schedule to release well ahead of the ArcGIS Pro 2.5 release, but it didn't happen as planned. So, yes we are in this inconvenient state. The options are to continue using ArcGIS Pro 2.4 to create Mobile Map Packages, or use Explorer for Android beta, for Moibile Package created with ArcGIS Pro 2.5 that contain Vector Tile Packages.
... View more
02-18-2020
07:50 AM
|
0
|
0
|
2655
|
|
BLOG
|
The steps will only work correctly if you Create a Mobile Map Package from ArcGIS Pro. the VTPK file still has the original styling inside of it, and the Pro layer has the new "override" styling. When you create a Mobile Map Package the layer styling is included in the MMPK. You can use the manual steps of replacing the styling in the vtpk that I wrote about in this thread https://community.esri.com/thread/238736-why-does-the-basemap-change-when-downloading-a-mobile-map-package?commentID=875… Its not ideal, but its a way to get what you want.
... View more
02-14-2020
01:56 PM
|
1
|
0
|
5780
|
| 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 |
yesterday
|