|
POST
|
Thanks @RemiBecheru, that makes sense. We'll add this enhancement to our roadmap. I'm not sure when this will be come available, but I made a note to update this thread when I have some news to share.
... View more
12-07-2021
08:58 AM
|
2
|
0
|
2637
|
|
POST
|
Hi @RemiBecheru, thanks for the question. Unfortunately, this is not currently possible. The only alternative would be duplicating one of the existing formats, but giving it a different name. But then you would have to implement the conversion logic yourself. We are considering this as an enhancement for the CoordinateConversion widget. Could you explain why this functionality would be useful for your work/project?
... View more
12-07-2021
08:31 AM
|
0
|
0
|
2642
|
|
POST
|
Hi @RussellMGreen. This is a great question. Unfortunately, this is not currently possible. However, we do have this on our Directions widget roadmap for a future release. You could also consider using route for this use case: https://developers.arcgis.com/javascript/latest/sample-code/route/
... View more
12-02-2021
12:48 PM
|
0
|
0
|
1277
|
|
POST
|
Hi @jaykapalczynski, I would try a couple of things: 1) make sure you are signed out of the server, and clear your cache and cookies before running the app 2) look at the network request to the GP server and make sure the URL, etc. look correct
... View more
12-01-2021
07:07 AM
|
0
|
0
|
893
|
|
POST
|
Hi @MuhammadAlza, that article is specific to the Web Optimizer, which will be retired in July 2022. https://developers.arcgis.com/javascript/3/jshelp/intro_accessapi.html#web-optimizer If you look at the Product Support page, you can see the lifecycle for each version of the ArcGIS API for JavaScript (both 3x and 4x): https://support.esri.com/en/Products/Developers/web-apis/arcgis-api-for-javascript/3-38#product-support However, we do recommend migrating to 4x sooner rather than later, as the majority of the development work occurs there. https://developers.arcgis.com/javascript/latest/migrating/
... View more
12-01-2021
06:59 AM
|
1
|
2
|
2696
|
|
POST
|
Hi @JuhaHaanpera, this is a really cool topic. If you're building a stand-alone app, then the ArcGIS API for JavaScript will be the way to go. I guess this applies to the logic in the Experience Builder as well, but I haven't looked at the code there. The out-of-the-box Print widget is pretty good, but has a few known limitations, and doesn't have the preview or area selection options. I haven't seen many people customize the widget itself, but hopefully some people from the community here will chime in. Another good option is to use screenshots with HTML2 Canvas. Ryan Libed wrote a really neat blog detailing how to do this so that you can capture a specific area of an app, and include things like legends and popups: https://community.esri.com/t5/arcgis-instant-apps-blog/screenshots-with-the-arcgis-api-for-javascript/ba-p/904367 Here's the ArcGIS API for JavaScript docs that might prove useful (if you haven't seen them already): https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Print.html https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Print-PrintViewModel.html https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-print.html
... View more
11-23-2021
01:56 PM
|
1
|
0
|
1482
|
|
POST
|
Have you tried TextSymbol3DLayer? https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol3DLayer.html
... View more
11-22-2021
08:35 AM
|
0
|
1
|
2824
|
|
POST
|
Ah, ok. I was thinking the distance() method. If you just want to convert a value to a different unit type, I'm sure there's a generic javascript function or some simple math you could use in the app. I could be wrong, but I don't think we have such a function as part of the API.
... View more
11-22-2021
08:33 AM
|
0
|
0
|
1893
|
|
POST
|
Hi @Danik-B , perhaps something like the geometryEngine could help? https://developers.arcgis.com/javascript/3/jsapi/esri.geometry.geometryengine-amd.html#planarlength
... View more
11-19-2021
02:13 PM
|
0
|
2
|
1948
|
|
POST
|
And do you have a label defined for each class break? I would need a simplified repro case to help diagnose further I think. Are you using a framework like React or Angular? If so, it would be good to test without the framework to help narrow down the issue.
... View more
11-19-2021
02:07 PM
|
0
|
1
|
3003
|
|
POST
|
Hmmm, I'm still a bit unclear, but this might be a known issue that was recently fixed. Can you test again using next? <link rel="stylesheet" href="https://js.arcgis.com/next/esri/themes/light/main.css">
<script src="https://js.arcgis.com/next/"></script> https://github.com/Esri/feedback-js-api-next
... View more
11-19-2021
09:26 AM
|
0
|
4
|
3007
|
|
POST
|
Hi @AndrewMurdoch1, for the first issue, make sure the pictureMarkerSymbol is accessible to the print service. We have this doc'ed under behavior notes: https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Print.html For the second issue, I'm not sure I follow. Is the issue that a printed legend item is missing its text? If so, make that each class breaks has a label defined, like this: https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-ClassBreaksRenderer.html#classBreakInfos
... View more
11-19-2021
07:18 AM
|
0
|
6
|
3010
|
|
POST
|
Yeah, I hear you. Feel free to mark my answer as the solution if you feel so inclined.
... View more
11-12-2021
11:17 AM
|
0
|
0
|
3147
|
|
POST
|
Hi @TVlasschaert, unfortunately, those properties are documented as only working when using TextSymbol with a MapImageLayer: https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol.html#backgroundColor Down the road, we do plan on making some enhancements in this area to make those properties useful in other scenarios, like your use case.
... View more
11-12-2021
06:21 AM
|
0
|
1
|
3154
|
|
POST
|
Good question, unfortunately I don't much about the ArcGIS Experience Builder. I do see they have a separate channel here: https://community.esri.com/t5/arcgis-experience-builder/ct-p/arcgis-experience-builder
... View more
11-12-2021
06:15 AM
|
0
|
0
|
3464
|
| 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 |
Online
|
| Date Last Visited |
Thursday
|