|
POST
|
It sounds like a problem with the print service(s). What do you see in the network traffic when you inspect the response to the export webmap request? What happens if you just try to print a basemap with the default portal print service or the custom print service?
... View more
09-25-2019
09:28 AM
|
0
|
0
|
2726
|
|
POST
|
Hi Jarell, sorry to hear about the trouble. Is the output totally blank, or is it just that labels are not printing? Also, one of the other limitations is that the version of Server that the FeautureLayer is hosted on must be 10.5.1 or later. What version of Server are you using? Lastly, what happens if you use the AGO printing service? Task: Export Web Map Task Here's a sample that prints a labeled FeatureLayer, maybe you can just swap in your layer and test. sample https://codepen.io/noash/pen/yLBZbWz
... View more
09-23-2019
04:14 PM
|
0
|
2
|
2726
|
|
POST
|
Hi Andy, it's a great question. We will investigate and consider. In the meantime, you can do some fancy things with SQL (e.g. multiple fields and multiple lines) like this: labelExpression: '[STATE_ABBR] CONCAT " State, \\n" CONCAT [STATE_NAME]' sample app https://codepen.io/noash/pen/RwbMWab
... View more
09-09-2019
12:10 PM
|
2
|
1
|
2068
|
|
POST
|
Update: we will be updating the documentation for PrintViewModel.state values (complete is not working as Robert noted above) and consider adding a complete event to the Print widget at a future release. Thank you to Robert for posting the workaround, and thank you to Daniel for bringing this issue to our attention.
... View more
09-05-2019
09:20 AM
|
0
|
1
|
1302
|
|
POST
|
Hi Netta, Are those picture marker symbols? What sort of renderer and symbology are you using for those features in the code? What is the ArcGIS Server version of the Print Service that you are using? Is it a custom Print Service? When you look at the network traffic, are there any differences between the request with different layouts (e.g. blurry vs. non-blurry)?
... View more
09-03-2019
08:53 AM
|
0
|
2
|
2340
|
|
POST
|
If you're using the print widget, you could read the state of the PrintViewModel, and when the print completes, the state should change to complete. https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Print-PrintViewModel.html#state
... View more
08-30-2019
04:11 PM
|
1
|
13
|
3349
|
|
POST
|
I don't think I understand the question. It seems that the codepen does exactly what your post is asking for; it cancels the sketch when the user attempts to update (reshape) the sketch.
... View more
08-21-2019
02:02 PM
|
0
|
1
|
2765
|
|
POST
|
Hi David, Did you install the JS API typings as well as the API? npm install --save @types/arcgis-js-api TypeScript - Setting up your development environment | ArcGIS API for JavaScript 4.12
... View more
08-21-2019
01:11 PM
|
0
|
1
|
3592
|
|
POST
|
You could try the DefaultValue Arcade expression: Logical Functions | ArcGIS for Developers Which we use in this sample for features that are missing data: ArcGIS API for JavaScript Sandbox
... View more
08-20-2019
01:56 PM
|
0
|
2
|
1449
|
|
POST
|
Are you still facing a problem with this? If so, could you share a sample app that reproduces the issue?
... View more
08-20-2019
01:54 PM
|
0
|
0
|
1132
|
|
POST
|
Follow-up: we will have the documentation updated to make this clear for the next release (3.30), which is due out in October.
... View more
08-20-2019
01:35 PM
|
3
|
0
|
3191
|
|
POST
|
Confirmed that this is a legit issue. We'll have it fixed for 4.13, which is due to release in October.
... View more
08-13-2019
10:25 AM
|
3
|
0
|
4460
|
|
POST
|
Formatting the popup content is a good idea. Another thought is that it looks like you might have specified some localization in Portal/AGO? I believe this would account for the DD/MM/YYYY format. Either that or AGO is smart enough to recognize the date format of the region you are connecting from. Set language and region—ArcGIS Online Help | ArcGIS In the JS API app, you could try using the English (en) locale to see if the European date format persists Localization | ArcGIS API for JavaScript 4.12 Lastly, you could construct an arcade expression in the popup to display the date in a logical format. Date Functions | ArcGIS for Developers
... View more
08-07-2019
08:23 AM
|
1
|
0
|
2875
|
|
POST
|
I think the issue is related to the fact that the LayerSwipe dijit expects a specific layer type, of which FeatureLayer is not a valid option. Looking at the sample: ArcGIS API for JavaScript Sandbox If you inspect the "swipeLayer" object at line 53 (for example adding a console state below) console.log ("swipeLayer: ", swipeLayer) You see it references a MapServer, which makes sense when we look at the layer property of the LayerSwipe dijit: LayerSwipe | API Reference | ArcGIS API for JavaScript 3.29 Which expects an array of Layer: Layer | API Reference | ArcGIS API for JavaScript 3.29 Which expects a URL to the ArcGIS Server REST resource that represents a map service Layer | API Reference | ArcGIS API for JavaScript 3.29
... View more
08-06-2019
03:28 PM
|
2
|
1
|
2988
|
|
POST
|
Thanks for reporting this. We are investigating now. Will update the thread when we have something relevant to share.
... View more
08-06-2019
10:42 AM
|
3
|
1
|
4460
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 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 |
Online
|
| Date Last Visited |
yesterday
|