|
IDEA
|
The Create Mobile Map Package tool can be used to clip a vector tile package that you have on disk. So, you do have a vector tile package on your local file system that you are running through the tool? correct?
... View more
10-31-2024
01:03 PM
|
0
|
0
|
2414
|
|
POST
|
Oops.. I missed a step.
Add your new layer to a new webmap and save it.
Open the new webmap in field maps designer.
add one form Element to it. (info or group would work)
Then Save the form to the layer.
Refresh ArcGIS Assistant (if you already have it open)
Open the layer...
and the Edit JSON button will be available on the data tab.
Replace the formInfo with your desired formInfo.
... View more
10-01-2024
07:19 AM
|
0
|
1
|
2845
|
|
POST
|
There is a way making use of ArcGIS Assistant to copy formInfo from the layer to a new layer.
In ArcGIS Online add a new item.
Choose Feature Layer and then choose your existing feature layer that your form is using.
updating with missed step
once the new layer is created.
Add the layer to a new map and save that map.
Open the new map in field maps designer.
Add one formElement to it, and save the form to the layer.
Note: In order to edit the JSON in ArcGIS Assistant their needs to be something to edit. If the data is empty the ArcGIS Assistant won't show the Edit JSON button.
For your source map that has the Form that you want to use with a new layer, you need to make sure that you have saved that form to the layer as well using field maps designer.
source form
Use ArcGIS Assistant to copy the formInfo from your source layer.
Select formInfo and copy.
Then open your new layer in ArcGIS Assistant, Edit Json on Data tab, Remove the formInfo and Copy in the source formInfo, and save.
another edit
If the source layer has multiple layers take care to only copy the formInfo from the desired layer and only replace the formInfo section in the new layer.
A few manual steps, but it should work. A new layer with no features and the same schema, including formInfo. Also if you saved the popupinfo and symbol rendering to the layer, you can clone that as well with the same process. You can save that stuff to the layer on the layer items visualization tab.
... View more
09-30-2024
01:06 PM
|
0
|
5
|
2901
|
|
IDEA
|
A bit of a tangent, but on AGOL you can save the form with the layer using Field Maps designer. This would allow you to author the forms once for use in multiple maps.
... View more
08-27-2024
07:44 AM
|
0
|
0
|
1137
|
|
POST
|
Yes, you can. You can calculate a field in your feature class based on the value in a related table. One technique is to the set a value based on the most current related record. This is an example of an Arcade pattern that can be used to do that. var relatedRecords = First(orderBy(FeatureSetByRelationshipName($feature, 'relateTest_inspectionTable'),"CreationDate DESC")); return relatedRecords.Status
... View more
08-23-2024
07:51 AM
|
1
|
1
|
1064
|
|
IDEA
|
maybe this? Is there a way to export a feature service WITHOUT... - Esri Community
... View more
08-23-2024
07:06 AM
|
0
|
0
|
582
|
|
IDEA
|
With imagery (raster data) you will get a rectangular extent. Vector data in the map will clip to the polygon.
... View more
07-25-2024
09:08 AM
|
0
|
0
|
781
|
|
POST
|
This blog is a bit 'vintage' but it does show a workflow for using the Create Map Tile geoprocessing tool that may be helpful to you. You should only use TPK preferably TPKX (newer version of format) if you need raster imagery data. The Vector Tile Package is a much better way to go if you don't have a need for raster data. Rasterizing creating imagery from vector data (create map tile package) creates larger files sizes and does not display as nicely on screen. Vector Tiles (vector tile package) are much better for vector data display.
... View more
07-25-2024
09:03 AM
|
0
|
0
|
1585
|
|
POST
|
Thank you for your valuable feedback regarding the lack of offline support for multi-source vector tile styles. This functionality has not yet reached an actionable level within our R&D group. Your inquiry, along with others, plays a crucial role in shaping our priorities. Again thanks for highlighting this deficiency, and if anyone else would like this implemented please comment. ~ sometimes it takes a village.
... View more
07-25-2024
08:32 AM
|
0
|
0
|
2238
|
|
POST
|
I think what you are after, is Alternate Symbol support in ArcGIS Online, it would be good to enter an Idea similar to this one Support for alternate scale-based symbols in ArcGI... - Esri Community specific to webmaps and the MapViewer.
... View more
07-19-2024
06:20 AM
|
0
|
0
|
2108
|
|
POST
|
You can do this using Alternate Symbols. Choose Unique Values Click the Scale Tab Select your symbol and then add alternate symbols to display at the specified scale.
... View more
07-19-2024
06:03 AM
|
0
|
0
|
997
|
|
POST
|
This has been implemented for the Maps SDKs https://community.esri.com/t5/arcgis-maps-sdks-native-ideas/support-for-alternate-scale-based-symbols-in/idi-p/972250
... View more
07-19-2024
05:59 AM
|
0
|
0
|
1120
|
|
POST
|
Hi Katie, Can you confirm that the maparea for the webmap still exists online, and that it is the same maparea that the surveyors are using to work offline? Mark
... View more
07-10-2024
09:15 AM
|
0
|
1
|
982
|
|
POST
|
Are you adding the .csv using XY Table to Point? (I would expect packaging to work .csv data added this way) One thing you could try is using Export Features to create a new feature class from your added .csv data, and try creating a mobile map package that includes it. Slightly different code path than repair geometry, perhaps it will yield a different result?
... View more
06-20-2024
06:39 AM
|
1
|
1
|
1484
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 03-03-2025 11:17 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|