DOC
|
Have you tried setting a refresh interval on the view layer? On the visualization tab of the view layer item, you can set a refresh interval. This refresh should be honored anywhere that you use the view layer directly. If you also set a refresh interval for the layer in a Map, that interval will override the one that is set on the layer.
... View more
05-14-2025
07:32 AM
|
0
|
0
|
271
|
DOC
|
Oh and some other things to note... if you copy the json from this post.. it adds extra characters that will cause an error. (maybe that is what the JSONLint is about.) also, the input dialog defaults to HTML, set it to JSON.
... View more
05-07-2025
08:26 AM
|
0
|
0
|
385
|
POST
|
@NicoleJohnson @elpinguino Yes, it can be done with a view layer. I was going to reference that same post that you posted Nicole.
... View more
05-07-2025
08:15 AM
|
1
|
0
|
295
|
DOC
|
Slight update to above description. For ArcGIS online at Step 4 you can click the Admin link on the service directories page. Then continue with updating the layer definition.
... View more
05-07-2025
08:13 AM
|
0
|
0
|
390
|
POST
|
The Outdoor basemap uses a Multisource vector tile style. (this blog describes what they are). As you have discovered Multisource vector tiles are not useable offline. The offline tooling does not take them offline correctly and even if it did, there is no implementation in the Maps SDK to draw them. I responded to a similar inquiry last year https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-multi-source-basemaps-support/m-p/1499054 As I stated in the referenced post we have not heard significant requests from the Esri community with regard to prioritizing the work to implement an offline solution for multisource vector tile styles.
... View more
05-06-2025
12:15 PM
|
1
|
0
|
208
|
IDEA
|
Maybe the Frequency Tool would be of use? Frequency can give you a table with all the unique values and the the counts, but if you need the table to look the way you pictured it, some extra table manipulation is going to be required.
... View more
04-29-2025
08:58 AM
|
0
|
0
|
162
|
POST
|
Unfortunately, the fix for this had to be rolled out due to other complications. The form information is not being copied over at this time. Hopefully this will be straightened out for the next release. Using ArcGIS Assistant you can edit the layer's json and manually copy the forminfo from the source layer to the new layer.
... View more
04-21-2025
08:58 AM
|
0
|
0
|
137
|
POST
|
both work, new and updating existing. I have shared my test map public for the moment, if you would like to take a look https://www.arcgis.com/home/item.html?id=94c10beba7fb4a87b3cebed1750355c0
... View more
04-04-2025
07:53 AM
|
0
|
1
|
356
|
POST
|
just occurred to me I did make one other change, The variable name 'distance', I modified to distance1 , apologies for omitting that bit. you should see that as an error when authoring the form.
... View more
04-04-2025
07:24 AM
|
0
|
1
|
361
|
POST
|
I tried your script, it works. I just changed the creek layer name and the field name to match my test data. Yes, it will be null if your point features does not exist, but with features in the hosted feature service, it works.
... View more
04-04-2025
06:58 AM
|
0
|
6
|
368
|
POST
|
Unfortunately, the change to maintain the layer definition exposed other issues with portal item information that were not realized during testing. Since, it breaks some workflows for view layers, in particular, the team decided to roll back the changes and work on a complete fix for a future release.
... View more
03-26-2025
06:24 AM
|
0
|
0
|
173
|
POST
|
Yes, there are Esri basemap for that purpose. This one for example. https://runtimecoretest.maps.arcgis.com/home/item.html?id=3175cf5b9e9f47f284c7b7d3c8d5b387 Here is a sample that shows how to generate an offline map. https://developers.arcgis.com/qt/cpp/sample-code/generate-offline-map/ This sample which shows the use of overrides shows how to get the desired level of detail. https://developers.arcgis.com/qt/cpp/sample-code/generate-offline-map-overrides/ If you don't actually need map features... just a super lightweight gray background of world extent, I created these in ArcGIS Pro that you can use. They are just 'gray boxes' at world extent (Web Mercator WGS84 auxillary sphere) in .tpkx and .vtpk format. https://www.arcgis.com/home/item.html?id=2d1bcf22fbb84f53ba16c9305108c4df https://www.arcgis.com/home/item.html?id=8ef1a7377bd343e2b97f53f3d50d1a36
... View more
03-20-2025
08:27 AM
|
2
|
1
|
312
|
POST
|
Inside the mobile map package there is an .mmap file. If you open the package in ArcGIS Pro by default, you will have an ArcGIS - Packages folder on your computer. Inside this folder you will see a folder with the name of your package, with additional underscore and id. Inside this folder there will be a p20 folder with the .mmap inside of that. If you look at the .mmap file in a text editor, do you see "disablePopup" : true in the layer definition for your service layer? This is what controls whether the layer will show a popup or not. It's possible indoors is not honoring the setting if it is present. If it is not present, then it is a matter of figuring out why 'disablePopup:true' is not being written into the map. Version of ArcGIS Pro, the workflow steps that are being taken to create the mobile map package, etc...
... View more
03-19-2025
07:26 AM
|
0
|
1
|
218
|
POST
|
I may need a bit more information to understand what you are looking for. For maps you can set a background color, it does not require any data.
... View more
03-19-2025
06:54 AM
|
0
|
3
|
347
|
Title | Kudos | Posted |
---|---|---|
1 | 05-07-2025 08:15 AM | |
1 | 05-06-2025 12:15 PM | |
2 | 03-20-2025 08:27 AM | |
1 | 03-12-2025 06:20 AM | |
1 | 03-04-2025 05:30 PM |
Online Status |
Offline
|
Date Last Visited |
Friday
|