|
IDEA
|
@notebooker The main purpose of a Subtype Group layer is not what you have, but you might want it a try to see it that works as a workaround. https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/subtype-layers.htm
... View more
05-16-2022
01:18 PM
|
0
|
0
|
6067
|
|
POST
|
@Ming. As@Jianxia noted, chart capability is not currently available via print service. Technically you can do that and requires some customization. please DM or email me, and I can share some code with you
... View more
05-12-2022
02:18 PM
|
0
|
0
|
1299
|
|
POST
|
@TomGeo I'm afraid I'm not quite sure about your use case and requirements.I'd appreciate if you could kindly explain it a bit more, may be with some screenshots. Are you trying it do it from Pro? Have you looked at this clipping and spatialFilter options in map service export, identify etc. operations? Do you think that might help you? https://developers.arcgis.com/rest/services-reference/enterprise/export-map.htm#ESRI_SECTION1_AB906DF5DE104CA387C82CE6772E2F9C
... View more
05-11-2022
02:10 PM
|
0
|
1
|
1730
|
|
DOC
|
@chill_gis_dude when you check the 'allow assignment of unique numeric IDs...' in a map's Properties page, all layers and tables get assigned with unique ids automatically. Is it not working for you? I'm afraid it is not very clear from your comment above. Look forward to your feedback. Tanu
... View more
05-11-2022
01:27 PM
|
0
|
0
|
7937
|
|
POST
|
@YMSSK can you pls share exact reproducible steps and possibly data? I can take a look at this. I understand you shouldn't see anything removed just because you overwrote a service. That said, since we don't use map service for any editing, I was wondering how it is impacting your workflow. I'd appreciate if you could explain it for me. Thanks a lot Tanu
... View more
05-11-2022
01:20 PM
|
0
|
1
|
4188
|
|
POST
|
@MichaelBell Since you have already figured it out how to do it in Pro - I assume using arcpy, all you need to do is to share that out as a geoprocessing service. And you should be good.
... View more
05-11-2022
10:24 AM
|
0
|
0
|
1902
|
|
POST
|
pls see my reply here: https://community.esri.com/t5/arcgis-enterprise-portal-questions/print-custom-layout-text-elements-in-web-map/m-p/1172897/highlight/true#M12296
... View more
05-11-2022
08:59 AM
|
0
|
0
|
868
|
|
POST
|
@dmunro_esriau looks like the new Map Viewer provides options for Title, custom text elements etc., TanuHoque_1-1652284478858.png ... once you configure Utility Services | Printing to point to your print service. TanuHoque_2-1652284638483.png I hope this helps
... View more
05-11-2022
08:57 AM
|
1
|
1
|
1886
|
|
POST
|
@DanielWebb Does anyone know if drawing performance improves on a map service by turning off unneeded fields when publishing from ArcGIS Pro? It should not when you use map service's /export operation (aka you add that as a map image layer in a client app and the export calls draw them on the server side) But if you add a layer off your map service as a "feature layer", then the client app brings all feature geometries (and attributes including the ones that you think unneeded) to the client side. That will increase the download payload and might impact the performance. Does popup performance improve by turning off unneeded fields? it might since you bring less amount of data over the wire. That said, it is always a good practice to turn off visibility of fields that are not needed by your service client apps.
... View more
05-05-2022
05:05 PM
|
0
|
2
|
2209
|
|
POST
|
@MelanieWadsworth It sounds like there might be an option for related records by editing the py? Sorry if that is how it came across. I didn't mean to say that. Currently we don't have any option in py for this. The blog post was written before the related records option was even introduced in ArcGIS Pro reports. The blog was targeting the simple use case i.e. generate reports from selected features (no related records business in there) Edited the workflow/py to source my points layer, and added the related section (like you described above). where does the source point to? to your local dataset or your service? If it is your service, then it should work. If it still doesn't work, please send me some data/steps to help reproduce. Is your service happened to a public one?
... View more
04-18-2022
11:25 AM
|
0
|
0
|
2629
|
|
DOC
|
@best sorry for the delay. this is how the dyn text element should be defined <dyn type="layout" property="metadata" attribute="title" emptyStr=""/> ref: https://enterprise.arcgis.com/en/server/latest/publish-services/windows/tutorial-publish-additional-layouts-for-printing-with-arcgis-pro.htm please let me know if you have any question.
... View more
04-14-2022
09:48 AM
|
0
|
0
|
29093
|
|
POST
|
@LucasMNDNR, @MelanieWadsworth Sorry for the delayed response. The answer is basically yes and no at this point. The example that shared above is not hardcoded meaning you can create a rptx file in Pro and use that with any 'web feature layer' as long as field names match. If you want to see related records in your print service output, you need to go with complete hardcoded option. Here is what you can do: open Pro add your feature layer (off map or feature service) (may be) the related table/layer too create a report add related section save it as a .rptx file use that with your print service (follow the same instructions provided above) on the python side, you (might) need to comment out code that set/update data reference for the report. If you have any such service public, I can give it a try myself, and might give you updated py file etc. Sorry it is not a solution you were hoping for. We are hoping to have a better solution in near future (fingers crossed).
... View more
04-14-2022
09:39 AM
|
0
|
2
|
2637
|
|
POST
|
try ArcGIS Pro 2.4 that is the codebase that ArcGIS Enterprise 10.7.1 has.
... View more
04-14-2022
08:17 AM
|
2
|
0
|
5676
|
|
POST
|
@BrittanyBurson I can't seem to find the Shape field in the Field list screenshot you shared. It has Shape_Length and Shape_Area but not Shape. As you know, that usually happens when you publish a map service with Shape field's visibility turned off. It is the reason Map Viewer throws the error and Pro doesn't display features on the map. However, adding as an entire collection does not let me move the layer up or down in the map contents On this one, if you have Dynamic Layers capability enabled for this map service, then you should be able move/shuffle child layers within the map service layer. Not sure if that is going to help you in this case, but I just wanted to mention here for other users who might come across this post later.
... View more
04-12-2022
12:01 PM
|
2
|
1
|
2449
|
|
POST
|
@DavidPersson That functionality is not supported by map services. Map service returns individual patch and text for each legend, so that a client app can have complete flexibility.
... View more
04-08-2022
07:41 AM
|
1
|
0
|
1618
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:42 PM | |
| 2 | 05-11-2026 04:59 PM | |
| 1 | 04-16-2026 01:37 PM | |
| 1 | 03-06-2026 04:33 PM | |
| 1 | 03-05-2026 03:22 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|