|
POST
|
I think the issue is that the custom print service was published from ArcMap. Can you try republishing with ArcGIS Pro? We have a some known limitations with publishing print services from ArcMap.
... View more
06-21-2021
08:41 AM
|
0
|
0
|
1907
|
|
POST
|
Hi @ADITYAKUMAR1, thanks for the question. So it sounds like the map prints correctly with the Esri utility print service, but you are seeing issues with your custom print service? Was your print service published from ArcMap, or ArcGIS Pro? You want to use a print service published from ArcGIS Pro. For print service publishing/sharing troubleshooting, I would recommend this doc: https://enterprise.arcgis.com/en/server/latest/publish-services/windows/tutorial-publish-additional-layouts-for-printing-with-arcgis-pro.htm Another troubleshooting step you can take is to make sure that the layers are included in the export_webmap request by inspecting the execute request in the browser developer tools network tab.
... View more
06-18-2021
11:19 AM
|
0
|
2
|
1924
|
|
POST
|
Hi @GertConradie, thanks for the question. With the default service, the print widget can include or not include the legend: https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=widgets-print My hunch is that this issue is related to how the custom print service was configured prior to publishing. Here is some information about sharing a custom print service from Pro: https://enterprise.arcgis.com/en/server/latest/publish-services/windows/tutorial-publish-additional-layouts-for-printing-with-arcgis-pro.htm
... View more
06-02-2021
10:33 AM
|
0
|
0
|
1980
|
|
POST
|
Hi @yuruiology, we have an update to share. The widget has been updated to make use of sessionStorage. This will be available at the next release (4.20), in late June or early July.
... View more
05-28-2021
11:43 AM
|
0
|
1
|
7036
|
|
POST
|
@EricHermoso it's difficult to say since version 4.0 has been retired. We are currently on version 4.19, and we recommend using the latest version for production applications as much as possible. https://support.esri.com/en/products/developers/web-apis/arcgis-api-for-javascript#product-support
... View more
05-26-2021
11:00 AM
|
1
|
0
|
2008
|
|
POST
|
@viewprogisdev - at 3x, we have a setRequestPreCallback method that is fairly similar. See here: https://developers.arcgis.com/javascript/3/jsapi/esri.request-amd.html#esrirequest.setrequestprecallback
... View more
05-26-2021
10:52 AM
|
1
|
0
|
12044
|
|
POST
|
Ok, this sounds like a snapping scenario. Are you trying to update the vertex coordinates to a specific feature? If so, we are working on this functionality for a future release. It's also worth noting that for very precise measurements, the GeometryEngine would be a good choice.
... View more
05-21-2021
10:14 AM
|
1
|
1
|
2501
|
|
POST
|
Hi @nidaaktan, overall, what are you trying to accomplish? I would not recommend using undocumented or private properties as they are not supported and could change anytime.
... View more
05-20-2021
10:13 AM
|
0
|
0
|
2515
|
|
POST
|
Hi @ColinGowens, the API should work fine with a composite geocoder. Here is an example app: https://codepen.io/noash/pen/qBrRrPa?editors=1000 My hunch is that the issue is related to the composite geocoder itself. I found this thread with some tips about publishing a composite geocoder from Pro that might be useful: https://community.esri.com/t5/arcgis-online-questions/composite-address-locator/m-p/732528 If you want to share the URL to the geocoder you are using (if it's public), I can test with it as well.
... View more
05-20-2021
08:48 AM
|
0
|
0
|
1495
|
|
POST
|
Interesting. To be clear, the latest version it works at is 4.15 or 4.16? I don't see any changes to Search at 4.16 or 4.17, which also makes me wonder if there are issues with other widgets with these frameworks. It also might help if you could zip up an entire simplified project and send it over for further investigation. You can message me directly if you don't want to post it here.
... View more
05-19-2021
12:11 PM
|
0
|
1
|
2471
|
|
POST
|
Hi @ShellyM, I think we're making progress. I worked with the infamous Rene Rubalcava on this and we got a test-app with React and esri-loader that seems to work fine: https://codesandbox.io/s/agitated-leavitt-1phqw?file=/src/App.js If you're using class based React components, it sounds like there could be some DOM update interactions that are causing the issue. With lots of "this" references and the React DOM stuff, it's difficult to say for certain though.
... View more
05-18-2021
01:40 PM
|
1
|
1
|
7209
|
|
POST
|
Ok, thanks for the update. Let me do some additional digging and I'll respond back here when I have an update.
... View more
05-18-2021
12:52 PM
|
0
|
2
|
7215
|
|
POST
|
Excellent. This is progress. Can you try instantiating the Search widget the same way in the React app? Instead of initializing it with an empty array for the sources, and then adding the layerSource to the widget.
... View more
05-18-2021
12:17 PM
|
0
|
4
|
7217
|
|
POST
|
Hi @ShellyM, this is an interesting question. I'm not sure off the top of my head, but I think we should try to simplify the workflow to narrow down the issue. Below is a simple JavaScript app that uses one featureLayer with a definitionExpression as the source for a Search widget. Can you try with your data and confirm if this works as expected? test-app https://codepen.io/noash/pen/MWpjdvv?editors=1000
... View more
05-18-2021
08:44 AM
|
0
|
1
|
7224
|
|
POST
|
Hi @SurendranNeelakantan, thanks for the question. We have this sample in the SDK that sounds like what you're looking for (and has a sandbox mode): https://developers.arcgis.com/javascript/latest/sample-code/sceneview-screenshot/ And here is a blog that has some really good tips and tricks about working with Screenshots: https://community.esri.com/t5/arcgis-configurable-apps-blogs/screenshots-with-the-arcgis-api-for-javascript-html2canvas/ba-p/904367
... View more
05-13-2021
08:29 AM
|
0
|
0
|
2242
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 04-14-2026 11:59 AM | |
| 1 | 05-13-2026 10:29 AM | |
| 1 | 04-10-2026 09:11 AM | |
| 1 | 03-24-2026 11:39 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|