|
POST
|
Hi there, The fix for this issue will be included at version 4.20 which will be released late June, 2021. You can test the fix on our `next` version. Here is a test app that shows the new supported characters for CoordinateFormatter.fromLatitudeLongitude: https://codepen.io/U_B_U/pen/XWMdPPZ -Undral
... View more
05-19-2021
08:34 AM
|
0
|
1
|
5759
|
|
POST
|
Hello there, Thank you for reporting this issue and we confirmed this indeed is an issue. I will update you as soon as this issue is fixed. Thanks, -Undral
... View more
05-18-2021
10:33 AM
|
1
|
0
|
5889
|
|
POST
|
It is in the app I provided. Please take a look at the app and modify it to meet your needs. https://codepen.io/U_B_U/pen/rNyeRPL?editors=100
... View more
05-17-2021
10:00 AM
|
0
|
1
|
5003
|
|
POST
|
Hi there, I have a simple test case that uses geometryEngine.offset() method. It has not updated in a while but it should work. -Undral
... View more
05-17-2021
09:30 AM
|
1
|
0
|
3040
|
|
POST
|
Hi there, Please take a look at the test app provided above. You must clear the selection right before you call FeatureTable.selectRows() method not in response to the event. In the test app this is how the clearSelection is called. featureTable.clearSelection();
candidate && featureTable.selectRows(candidate.graphic);
... View more
05-17-2021
09:26 AM
|
0
|
3
|
5008
|
|
POST
|
Hi there, We are able to reproduce the issue you described. Thank you very much for the reproducible case. I will update you as soon as we install a fix for this. In meantime, if it is acceptable you can use the `Colormap` raster function as a ImageryLayer.renderingRule for a workaround. This sdk sample shows how to use it. Thanks, -Undral
... View more
05-17-2021
09:21 AM
|
1
|
1
|
7469
|
|
POST
|
Hi there, The feature filters and effects can be applied on the GeoJSONLayerView as you are describing in your question. If you are not familiar with layer views and filters, please take a look at this guide doc to understand how they work. I modified the sample you referenced in your question to filter features from GeoJSONLayerView. Take a look at this test app. Hope this helps, -Undral
... View more
05-17-2021
09:13 AM
|
2
|
0
|
5628
|
|
POST
|
Hi there, Yes it is possible. Just call FeatureTable.clearSelection() method right before you call FeatureTable.selectRows() method. I modified an SDK sample for this. Hope this helps, -Undral
... View more
05-14-2021
03:15 PM
|
0
|
1
|
5039
|
|
POST
|
Hi there, You can use sketch or sketchViewModel to do what you are asking provided that I understood your question correctly. This sample shows how to modify a polygon after it has been created. https://developers.arcgis.com/javascript/latest/sample-code/sketch-update-validation/ If you are creating your geometries using Draw API then please be sure to add those graphics to a graphics layer associated with the sketch view model so that they can be updated via sketch. Hope this helps, -Undral
... View more
05-06-2021
12:25 PM
|
0
|
1
|
2679
|
|
POST
|
Hi there, It is working as expected in all scenarios. Here is a test app that I set up for you. Hope this helps, -Undral
... View more
05-06-2021
12:09 PM
|
0
|
0
|
1396
|
|
POST
|
Hi there, What you are seeing is right. SketchViewModel can create points, lines and polygons. I created a simple test app for you where 1. I am creating a point using a sketch view model. 2. Then create a buffer around the point with a specified distance and unit (1000 km). 3. User then click on a point to select it and move it 4. As user moves the point over the map, I recalculate the buffer and adjust the buffer. This app was inspired by this sample. Hope this helps, -Undral
... View more
05-04-2021
09:12 AM
|
0
|
2
|
1728
|
|
POST
|
Hi there, Here are couple of examples how calculate components can be used. The first one is effect explorer and its source code. We will be using calcite components in our SDK samples going forward. -Undral
... View more
05-03-2021
09:20 AM
|
1
|
0
|
1279
|
|
POST
|
Hi there, I created this simple test app for you. Hope you can adjust it to meet your needs. You may also find this sample helpful as it also shows how to validate a geometry for a particular action. Hope this helps, -Undral
... View more
04-30-2021
12:51 PM
|
0
|
1
|
1571
|
|
POST
|
@JohnGrayson you are absolutely right! It did not cross my mind. @Frédéric_ALBERT if you migrate to 4.19 then you use interceptor in your application. You could do the following and I verified that it is working for me: const interceptor = {
urls: [
"yourServiceURL",
],
before({ url, requestOptions }) {
requestOptions.query.token = token;
if (editMoment){
// where editMoment is updated after applyEdits operation
requestOptions.query.historicMoment = editMoment.getTime();
}
}
};
esriConfig.request.interceptors.push(interceptor); -Undral
... View more
04-28-2021
01:47 PM
|
0
|
1
|
10019
|
| 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
|