|
POST
|
Hi @AdamNull, thanks for posting your issue here. Unfortunately, this a known limitation of the Firefox browser since the ArcGIS API for JavaScript switched to using WebGL.
... View more
01-24-2022
09:07 AM
|
0
|
1
|
3274
|
|
POST
|
Hi @BatesRambow, we are working on having this fixed for the next release. Can you test with next and see if the issue is resolved in your workflow? <script src="https://js.arcgis.com/next/"></script> https://github.com/Esri/feedback-js-api-next
... View more
01-24-2022
08:59 AM
|
0
|
0
|
5399
|
|
POST
|
Figured it out. The issue is that 3x does not automatically send the contentType for the symbology from json data to the print service. 4x does this automatically, which is why it prints there. The workaround for 3x is to add the appropriate contentType to the PictureFillSymbol constructor, like this: "contentType": "image/bmp" var symbol = new PictureFillSymbol({
"url": "data:image/bmp;base64,Qk0+CAAAAAAAAD4AAAAoAAAAgAAAAIAAAAABAAEAAAAAAAAIAABtCwAAbQsAAAIAAAACAAAA////AAAAAAD/////////////////////gACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAP////////////////////8AgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACA/////////////////////4AAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAD/////////////////////AIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgP////////////////////+AAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAA/////////////////////wCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAID/////////////////////gACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAP////////////////////8AgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACA/////////////////////4AAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAD/////////////////////AIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgP////////////////////+AAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAA/////////////////////wCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAID/////////////////////gACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAP////////////////////8AgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACA/////////////////////4AAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAD/////////////////////AIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgA==",
"height":20,
"width":20,
"type":"esriPFS",
"contentType": "image/bmp"
});
... View more
01-18-2022
12:25 PM
|
0
|
1
|
2445
|
|
POST
|
Hi @ToddFagin, have you seen this sample? https://developers.arcgis.com/javascript/latest/sample-code/widgets-search-multiplesource/ This sample uses a LayerSearchSource with the Search widget, and opens the pop-up on the featureLayer based on the features' attributes. It does have the caveat that if you're using a layer as the source, the same layer cannot be added to the map. I'm sure there are clever ways to work around this if necessary (e.g. a duplicate layer).
... View more
01-18-2022
08:47 AM
|
0
|
2
|
6310
|
|
POST
|
Hi @PrabalGupta, those sampleserver links are just for testing, and subject to change, and should not be used in production applications. I believe this is an official serviceArea URL that should work properly for 3x apps: https://route.arcgis.com/arcgis/rest/services/World/ServiceAreas/NAServer/ServiceArea_World/solveServiceArea You can also check out this tutorial if you are interested in migrating to 4x (which we recommend doing): https://developers.arcgis.com/javascript/latest/find-service-areas/
... View more
01-18-2022
08:30 AM
|
0
|
0
|
1112
|
|
POST
|
Hi @SheikhImranJaffry, here is a sample that demonstrates how to zoom to the extent of the all the features on the map, hope this helps: https://developers.arcgis.com/javascript/latest/sample-code/featurelayer-queryextent/
... View more
01-18-2022
08:22 AM
|
0
|
0
|
2076
|
|
POST
|
Hi @JanHellenberg, unfortunately this is a known issue that will be fixed at the next release (4.23 due out this Spring). This error does not prevent the widget/app from working properly. There is not a workaround that I am aware of at this time.
... View more
01-18-2022
08:16 AM
|
0
|
0
|
1299
|
|
POST
|
Thanks @Anonymous User, I am investigating. In the meantime, I see that this works properly with 4x, the current version is 4.22. Are you able to update to 4x? Almost all development efforts are now on the 4x version of the API, so we recommend that our users upgrade as soon as they are able. test-app: https://codepen.io/noash/pen/jOGRaOe?editors=1000
... View more
01-18-2022
08:12 AM
|
0
|
0
|
2454
|
|
POST
|
I mean use CIM as an alternative to the cluster symbols so that graphics show-up on top.
... View more
01-14-2022
06:30 AM
|
1
|
1
|
3122
|
|
IDEA
|
Hi @JonasDePelsmaeker, we may have a way to accomplish what you want by watching for conversion property changes. This was not obvious, but let me know if this helps you with your use case: https://codepen.io/noash/pen/MWEZExa?editors=1000 Check the console when changing conversion formats. We are still investigating to see if there's an easier way to accomplish this by enhancing the CC widget at a future release.
... View more
01-13-2022
12:36 PM
|
0
|
0
|
8009
|
|
POST
|
Hi @Anonymous User, what url are you using for the fill? Is it accessible over https to the print server? If you have a simplified repro case, I can do some testing and investigating.
... View more
01-13-2022
10:17 AM
|
0
|
3
|
2480
|
|
POST
|
Hi @PauloRicca, this is the expected behavior. The labels will always draw on top. If you want the labels to not be drawn on top, and be part of the feature itself, then you would need to use CIM. https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html
... View more
01-13-2022
10:16 AM
|
0
|
1
|
3137
|
|
POST
|
Hi @ZA1, unfortunately it is not currently possible to pre-populate the Directions widget with two different addresses or locations. However, we have some enhancements coming that might make this possible at a future release. If you don't need the Directions widget, you could handle the routing and the turn-by-turn directions yourself using route: https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-route.html
... View more
01-13-2022
09:45 AM
|
1
|
1
|
1715
|
|
POST
|
Hi @MatthieuThery1, can you share a simplified test-app that reproduces the issue? I might be confused, but how can the `zoom` variable be both a valid zoom value and a valid goTo object?
... View more
01-12-2022
06:30 AM
|
0
|
0
|
1158
|
|
IDEA
|
You should be able to enable this behavior for layerSearhSource using the exactMatch property. This should apply the wildcard in the search to the end of the search string as opposed to the beginning and the end of the search string, which is the default behavior. test-app https://codepen.io/noash/pen/GRMwgqr?editors=1000 doc https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-LayerSearchSource.html#exactMatch
... View more
01-11-2022
01:15 PM
|
0
|
0
|
2208
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week 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 |
Wednesday
|