|
IDEA
|
2 weeks ago
|
0
|
0
|
72
|
|
POST
|
@ZachBodenner because you are on enterprise, one option you can consider is to publish it as a map service and then consume that on the MV as a map image layer.
... View more
3 weeks ago
|
1
|
5
|
323
|
|
IDEA
|
We recommend a Dictionary Renderer for this. Please refer this github repo which has the guide for these: https://github.com/Esri/dictionary-renderer-toolkit
... View more
3 weeks ago
|
0
|
0
|
188
|
|
POST
|
It all depends on what your end goal is. Here are a few options that I can think of: a) Disable Service Directory: You might be aware of this option where you can disable anyone from accessing the Service Directory. But that won't prevent one with url from accessing your data. https://enterprise.arcgis.com/en/server/latest/administer/linux/disabling-the-services-directory.htm b) Disable 'data' mapping capability: You can disable 'Data' mapping capability that will prevent anyone from submitting any query request. https://enterprise.arcgis.com/en/server/latest/publish-services/linux/edit-map-service-settings.htm#ESRI_SECTION1_36B90DE5C96D430FBC9F4E7B338ACC9D ... that also means that you can't add a layer off a map service as a 'feature layer' to your web app including ExB. You must add the service as a 'map image layer'. At that point, the popup would still work, as the popup will use the /identify operation. But no one can bulk download your data very easily. And if you try to open 'table' for a sublayer from the map image layer, it won't work. Charts and some other widgets might not work. c) Turn off 'query' mapping capability: just like (b) you can also turn off query capability that will prevent anyone making /identify request. This prevents one from accessing your data entirely. You can still add that service as a 'map image layer'; features will draw fine on the map; but you won't see any popup. With this option you will only be able to visualize features on the map. Nothing else can be done. I hope this helps.
... View more
4 weeks ago
|
0
|
0
|
179
|
|
IDEA
|
@JavierML If you are running on a newer version of ArcGIS Enterprise, then you should see an option to browse and pick a template (as a portal item) from your portal. You can author a .pagx file from ArcGIS Pro and use the portal home page to upload a .pagx file as a portal item to be used with the print widget. pls let me know if I misunderstood what you asked for.
... View more
4 weeks ago
|
0
|
0
|
152
|
|
IDEA
|
Thanks @JonahLay for pointing that out. @TheRealSamHeavenrich, Yes, you can submit query requests to layers off a map service. Map service and Feature Service query operations are identical with a few exceptions due to the nature of these two service types. In short, you can do everything with map services that you can do with feature services. There are of course some exceptions on both sides - e.g. for your workflow with query layers, joins etc. you need to use map services; whereas for editing workflow, then you must use feature service. There are two ways you can visualize data from a map service: you can add the map service as a 'map image layer' to a web client such as Map Viewer, ArcGIS Pro etc. In that case, you need to use a URL that ends with '/MapServer' e.g. https://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer/ you can add individual layers off a map service as 'feature layer' to your app. for that, the URL ends with '/MapServer/<layer-id>' e.g. https://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer/0 whether you add them as a map image layer or feature layer; you should get all functionality working - query, popup, filtering, update renderer etc. should work. Now back to the query layer issue, it should just work. It is odd that it is not working for you. If your service is public, can you pls share the url, and I can take a look. Otherwise please reach out to the support and we should be able to help you out. We have a sample map service with query layers running here that you can play with: https://sampleserver6.arcgisonline.com/arcgis/rest/services/SpatioTemporalAggregation/RainfallTimeSeriesDataIllinois/MapServer This service allows you to perform dynamic aggregation of rainfall data based on the time-window and display them on the map. Please give this a try. For more info, please see these links: https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/define-parameters-in-a-query-layer.htm https://www.esri.com/arcgis-blog/products/arcgis-pro/announcements/make-aggregation-query-layer-a-new-geoprocessing-tool-to-compute-and-view-dynamic-summary-statistics-from-related-records https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/dynamic-spatiotemporal-exploratory-analysis-with-aggregated-results-using-time-series-data-in-arcgis https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/dynamic-aggregate-points-within-polygon-features-for-exploratory-analysis pls let me know if you have any questions Thanks Tanu
... View more
03-27-2026
05:00 PM
|
0
|
0
|
278
|
|
IDEA
|
03-17-2026
02:42 PM
|
0
|
0
|
440
|
|
POST
|
sorry @Wags2012 for the delay. I'm not sure what made your app get into that state. The requirement is that the print service (you set as the default one in your portal's home app) must be federated to that portal. If your print service is running on a standalone server, or the host server is federated to another portal, then you won't see this option to pick a portal item as a layout template. Also, on Organizations >> Settings >> Utility Services, under Printing section, you can set a 'layout template group'. Any layout item belongs to that group will show up in the print widget template list automatically without needing you to browse for it. Is that group set? If everything I mentioned above looks good from you side, then I'd recommend you to reach out to Esri Support. They will take a look to diagnose the issue.
... View more
03-09-2026
11:14 AM
|
0
|
0
|
686
|
|
POST
|
@JohnFannon It should work. However we won't know what exactly going on unless we take a look. Can you pls reach out to Esri Support and an analyst will help you identify the issue and resolve it. Also 'custom print service' could mean two things (a) print service published from ArcGIS Pro by sharing Export Web Map gp tool with some layout templates or (b) an arcpy based print service where the backend business logic is tailored towards some custom workflows. Thank you.
... View more
03-06-2026
04:57 PM
|
0
|
1
|
731
|
|
POST
|
@AhmadAwada1 this requires further investigation by our analysts. Would you mind reach out to Esri Support? And they will be help you resolve this issue. Thank you.
... View more
03-06-2026
04:51 PM
|
0
|
0
|
158
|
|
POST
|
Thanks @ToddW_stl, @JimenaMaldonadoAvalos for the suggestion. Looks like we already have an idea. Please give your upvotes and comments. That'd be very helpful. https://community.esri.com/t5/arcgis-online-ideas/improve-available-default-map-layouts-for-printing/idi-p/972765 There is also this Idea about some improvement for the 'premium print service that is currently in beta'. https://community.esri.com/t5/arcgis-online-ideas/allow-creator-user-types-to-use-custom-print/idi-p/1500654 best regards
... View more
03-06-2026
04:33 PM
|
1
|
0
|
346
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 03-06-2026 04:33 PM | |
| 1 | 03-05-2026 03:22 PM | |
| 1 | 03-05-2026 03:25 PM | |
| 2 | 03-05-2026 01:53 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|