|
POST
|
Hi there, The `update-start` and `update-end` events are not firing for the VectorTileLayer. We created an issue for this and I will give you an update once it is fixed. In meantime, please try using Map.update-end event. -Undral
... View more
01-22-2020
08:26 AM
|
3
|
4
|
8818
|
|
POST
|
Hi there, What you are seeing is the correct behavior of returnExtentOnly operation. The returnExtentOnly response only includes the count of features within the extent and the extent of the features that would have returned by the query. Query (Map Service/Layer)—ArcGIS REST API: Services Directory | ArcGIS for Developers -Undral
... View more
01-16-2020
08:05 AM
|
1
|
1
|
2062
|
|
POST
|
Hi there, This issue will be fixed at 4.15. You can test the fix in our next release. I updated your app to use the next version. Thanks, -Undral
... View more
01-15-2020
08:08 AM
|
0
|
1
|
2241
|
|
POST
|
Hi there, This sample should show how it can be done. -Undral
... View more
01-14-2020
10:51 AM
|
2
|
0
|
1519
|
|
POST
|
Hi there, You should use Editor widget to create features and update their attributes in your layer. You can find editor samples here. -Undral
... View more
01-10-2020
08:06 AM
|
0
|
1
|
7256
|
|
POST
|
Hi there, I want to give you a quick update on the status of this issue. When the number of graphics is high (just short of 5K in this case), dojo promises are failing at 4.14. The team exploring options to move away from the current approach to improve overall performance when working with large numbers of graphics in a graphics layer. As a workaround for this issue at 4.14, you can use the native promises shown below or please check out the test app here. <script>
var dojoConfig = {
async: true,
isDebug: false,
has: {
"esri-native-promise": true
}
};
</script> Thank you, -Undral
... View more
01-08-2020
11:17 AM
|
1
|
0
|
1464
|
|
POST
|
Hi there, Please see the reason and workaround for this from here. Thanks, -Undral
... View more
01-07-2020
03:01 PM
|
2
|
0
|
1199
|
|
POST
|
Hi there, Thank you for the additional information. It is much appreciated. I was able to reproduce the issue with ArcGIS Portal 10.71 feature services (the issue is specific to this version). We will get this fixed at 4.15. Thanks again for the detailed information. -Undral
... View more
01-07-2020
02:10 PM
|
0
|
1
|
3054
|
|
POST
|
Hi there, I apologize for my hasty response yesterday. I spent some time investigating this issue and am not able to reproduce the issue described here. I created a simple test app that I think showcases your workflow. Can you please take it? Can your service with me? Seems like the issue is related to the service/server settings. Thanks, -Undral
... View more
01-07-2020
10:11 AM
|
0
|
3
|
3054
|
|
POST
|
Hi there, Thank you for bringing this issue to our attention. We will get this issue fixed at next release! Thanks, -Undral
... View more
01-06-2020
08:19 AM
|
0
|
3
|
3054
|
|
POST
|
Hi there, You can watch the Popup's selectedFeature property to get access to attributes of clicked feature. See this test app how to do this. You can also set the content of your popupTemplate as a function. See this sdk document. When the feature is clicked, the feature is passed as an argument to the function and provides access to the feature’s graphic and attributes. See this test app how to use function for the content. Hope this helps, -Undral
... View more
01-02-2020
10:28 AM
|
0
|
1
|
2390
|
|
POST
|
Hi there, We will explore the options to improve the user experience when trying to move graphics over other graphics. Thanks, -Undral
... View more
12-31-2019
09:36 AM
|
2
|
0
|
4504
|
|
POST
|
Hi there, I am able to reproduce the issue you described and thank you for taking your time to create a simple reproducible case. We will investigate the issue and fix it. Thank you for reporting this issue, -Undral
... View more
12-31-2019
08:46 AM
|
2
|
1
|
7045
|
|
POST
|
Hi there, Thank you for brining this issue to our attention. It looks like the background layer does not honor the layer visibility. We will get this fixed. -Undral
... View more
12-30-2019
11:44 AM
|
1
|
0
|
2241
|
|
POST
|
Hi there, You can watch View's rotation property and set the graphic's symbol to match the view.rotation as shown below: view.watch("rotation", function(r){
graphic.symbol = {
type: "picture-marker",
url: "http://static.arcgis.com/images/Symbols/Transportation/RedTriangleDaymark.png",
width: 60,
height: 40,
yoffset: 20,
angle: view.rotation
},
console.log("view rotation: ", Math.round(r));
console.log("symbol angle: ", graphic.symbol.angle)
}); Here is a simple app that shows how to rotate the symbol when view rotates. -Undral
... View more
12-18-2019
08:43 AM
|
1
|
0
|
2135
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-17-2025 03:29 PM | |
| 1 | 07-09-2025 08:48 AM | |
| 2 | 07-08-2025 08:09 AM | |
| 2 | 07-07-2025 03:57 PM | |
| 1 | 06-11-2025 03:25 PM |
| Online Status |
Offline
|
| Date Last Visited |
12-01-2025
08:03 AM
|