|
POST
|
The basemap data needs to be in the same coordinate system of the map. If you are using .TPKX or .VTPK this is the reason. Operational feature layers, the transit stops pictured above, do not need to be in the same coordinate system as the map to display. The operational feature layers can 'project on the fly.' Note: In ArcGIS Pro the map coordinate system is set to the coordinate system of the first operational layer that you add to the map. Also ArcGIS Pro can display all layers in any coordinate system, while Field Maps (The ArcGIS Runtime) cannot. Specifically, raster date (imagery), TPKX and VTPK cannot be projected on the fly. This data can only display in the coordinate system that it is in. In the picture above the TPKX data is in WGS 1984 Web Mercator (auxillary sphere) The map must be changed to this coordinate system for it to display in field maps. (or any ArcGIS Runtime App).
... View more
08-22-2022
07:56 AM
|
0
|
2
|
4499
|
|
POST
|
How is your offline map set up? Are you using a Map Area? which settings are you using? in the Advanced settings of the Map, which options are you using?
... View more
08-22-2022
07:31 AM
|
1
|
4
|
5317
|
|
POST
|
Yes, in ArcGIS Pro you can add the vector tile layer that you saved using the vector tile style editor. Click Add Data and you should be able to find the vector tile layer that you created in 'My Content'.
... View more
08-18-2022
06:49 AM
|
1
|
0
|
1437
|
|
POST
|
Yes, you can do this using an applink to open the map in field maps, centering the map on the coordinate for the tree or using search for the tree's unique ID. https://doc.arcgis.com/en/field-maps/ios/help/deploy-your-map.htm
... View more
08-18-2022
06:44 AM
|
1
|
0
|
1092
|
|
POST
|
Are you using Navigator on IOS or Android? Navigator on IOS should work with locators created by both Create Address Locator and Create Locator. Navigator on Android only supports locator created by the Create Address locator tool.
... View more
07-19-2022
01:16 PM
|
0
|
1
|
1745
|
|
POST
|
no, user created offline area do not contribute to the pre-planned map area count.
... View more
07-15-2022
08:29 AM
|
1
|
1
|
1383
|
|
POST
|
With regard to performance Sync can be an issue when you have thousands of users 'sync-ing' at the same time. Enabling sync for the layer is not an issue. Using map author defined offline areas with scheduled updates provides the best performance if you have larger numbers of field workers. Also, for the second part of your question, your field maps users will see the map areas that are available for offline use. This does require the map owner to create the offline areas (offline maps) the field workers will need. If you have lower numbers of field workers enabling sync and using on demand offline workflows should not be a problem. You may want to create a group for your offline maps, and share the offline-able maps via the group with your field workers. Field Maps user can access the maps through the group in the app.
... View more
07-13-2022
01:51 PM
|
1
|
0
|
2827
|
|
POST
|
Field Maps App can be used without signing in and it can be used to view Mobile Map Packages that have been created for Anonymous use in ArcGIS Pro. The Publisher Extension is needed to create content for anonymous use. This blog article explains it, but also in the beginning shows the use of Field Maps to view a Mobile Map Package for Shenandoah National Park. You could create a mobile map package that has your VTPK as a layer in the map. You can also include feature and raster layers... a full offline map allowing your users to search for features and show popups.
... View more
06-16-2022
12:25 PM
|
1
|
0
|
1327
|
|
POST
|
You could use the unique value renderer with an Arcade expression. Something like this could work for what you wrote. var DateDifference = DateDiff(today(),$feature.created_date, "year")
var result ="";
if (($feature.FIELD_ONE == 'TIER 1')&&(DateDifference <= 2)) {
result = 'Green Flag';
} else if (($feature.FIELD_ONE == 'TIER 1')&&(DateDifference >= 2)) {
result = 'Red Flag';
}else if (($feature.FIELD_ONE == 'TIER 2')&&(DateDifference <= 5)) {
result = 'Green Flag';
}else if (($feature.FIELD_ONE == 'TIER 2')&&(DateDifference >= 5)) {
result = 'Red Flag';
}
return result; In mapviewer choose Attributes set an Expression Or in ArcGIS Pro You can set symbology for each returned result from your expression.
... View more
06-15-2022
01:50 PM
|
0
|
3
|
2246
|
|
POST
|
on the insert tab click 'Import Map' and browse for your .mpk
... View more
05-02-2022
04:50 PM
|
0
|
1
|
1634
|
|
IDEA
|
You would just need someone to make a map.. then could go the easy route and use an App like Field Maps to view it, or create a custom app specific to the festival. There are many examples of maps on ArcGIS online where people are making these kinds of maps. Just one example that came up with search.. https://www.arcgis.com/apps/mapviewer/index.html?webmap=080292b995674661891793333691a108
... View more
04-29-2022
01:48 PM
|
0
|
0
|
1828
|
|
POST
|
With a developer account you have full access to the API for development and Testing. I think this sample code is what you are looking for functionally - https://developers.arcgis.com/net/wpf/sample-code/download-preplanned-map-area/ The deployment of your solution does have licensing requirements and you can see those here: https://developers.arcgis.com/net/license-and-deployment/license/
... View more
04-25-2022
01:58 PM
|
0
|
0
|
2728
|
|
POST
|
This can work... for example I made a map with Esri imagery as a basemap. I then added an operational layer which is the Esri Navigation basemap service. When I create a pre-planned map or take it offline on demand in field maps, the Navigation Map (vector tile) is an operational layer that I can toggle on and off, to see Imagery basemap.
... View more
04-12-2022
04:05 PM
|
0
|
0
|
2057
|
|
IDEA
|
If you tap the feature symbol on the popup heading, it should zoom to the extent of the feature, or center a point feature on the display.
... View more
04-12-2022
12:44 PM
|
0
|
0
|
1289
|
|
POST
|
Yes, this is correctl.. ArcGIS Pro cannot open Published Map Files (.pmf)
... View more
03-30-2022
02:48 PM
|
0
|
0
|
946
|
| 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
|