|
POST
|
Hi there, We are making some significant updates for StreamLayer at 4.26 and sounds like you can take advantage of these updates. Please check out our changelog for the next version of the api: https://github.com/Esri/feedback-js-api-next/blob/main/CHANGELOG.md I will let you know once we fix the issue with customParameters which should be version 4.26.
... View more
02-09-2023
07:58 AM
|
0
|
0
|
2222
|
|
POST
|
HI there, You can use Graphic.toJSON() and Graphic.fromJSON() methods to achieve what you are describing. You can call GraphicsLayerView.queryGraphics() method to get all graphics in the GraphicsLayer then get the json graphics. This simple codepen shows how to get an array of Graphic json objects by calling Graphic.toJSON() then how to add the json graphic objects to the GraphicsLayer by calling Graphic.fromJSON: https://codepen.io/U_B_U/pen/rNrEyqg?editors=100
... View more
02-09-2023
07:37 AM
|
0
|
1
|
2535
|
|
POST
|
You can do this by taking advantage of MapVIew.hittest method. The doc has good explanation and code snippets. This sample shows how to use hittest https://developers.arcgis.com/javascript/latest/sample-code/view-hittest/
... View more
02-08-2023
03:35 PM
|
0
|
0
|
683
|
|
POST
|
HI there, Your code looks similar to the code snippet found here: https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html#queryUsers. But the code snippet calls fetchFolders. Can you update your code to call fetchFolders as shown in the code snippet?
... View more
02-08-2023
03:32 PM
|
0
|
1
|
1146
|
|
POST
|
Hi there, You should not have to use applyEdits at all. You can apply featureEffect to the FeatureLayerView. So that the included features will be more prominent while excluded features are subdued. We have couple of samples that should help you. https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=timeslider-filter https://developers.arcgis.com/javascript/latest/sample-code/featureeffect-layers-histogram/
... View more
02-08-2023
12:50 PM
|
0
|
0
|
2092
|
|
POST
|
So I had to ask around how it is done. The codepen is now updated: https://codepen.io/U_B_U/pen/xxJeejZ?editors=0100 I apologize for the confusion above. I just did not read the question completely. Just assumed you are asking how to show the calcite components.
... View more
02-07-2023
02:05 PM
|
1
|
1
|
2999
|
|
POST
|
I completely misread your original question.... Just opened the codepen and made changes. Anyway, I'll look again.
... View more
02-07-2023
09:28 AM
|
0
|
0
|
3007
|
|
POST
|
Hi there, There were breaking changes between different versions and this doc outlines the changes you need to look out for. https://github.com/Esri/calcite-components/releases/tag/v1.0.0-beta.99 Going forward there should not be breaking changes and the calcite components will work as they are between versions. I updated the codepen to reflect the changes in 1.03. https://codepen.io/U_B_U/pen/xxJeejZ?editors=1000 I updated just slot property on calcite-shell-panel based on following breaking change. I did not test the rest but the breaking changes should point you in the right direction. <calcite-shell-panel id="primary-panel" slot="panel-start" position="start" detached> shell: Removed the slot primary-panel, use panel-start instead. Removed the slot contextual-panel, use panel-end instead.
... View more
02-07-2023
08:31 AM
|
0
|
1
|
3022
|
|
POST
|
Hi there, I meant to ask you try the following days ago. Can you watch the connections status on the layer view and set the custom parameters when the connection status becomes disconnected? layerView.watch("connectionStatus", function(value) {
console.log("connectionStatus", value)
if (value === "disconnected") {
layer.customParameters = {
token: "secret"
};
}
});
... View more
02-03-2023
12:25 PM
|
0
|
1
|
2247
|
|
POST
|
Probably that is the issue then. You are running the query every time user enters a character. Can you please change your logic so that you are running the query when user hits enter button in the input? Or add a button and run the query from the button's click event.
... View more
02-03-2023
08:26 AM
|
0
|
1
|
1902
|
|
POST
|
Is the animal element a drop-down with predefined values? Or is a text input?
... View more
02-03-2023
07:41 AM
|
0
|
1
|
1916
|
|
POST
|
Hi there, This is on our list but I do not know the timeline for this. It is definitely not for next release.
... View more
01-26-2023
07:22 AM
|
0
|
0
|
1338
|
|
POST
|
HI there, Which version of the API are you all using? You say large amount of data. You how many features? Geometry type? Maybe number of attributes? Can you please give me some ideas to set up a test? Thanks,
... View more
01-26-2023
07:21 AM
|
0
|
0
|
1772
|
|
POST
|
It is not working because the WebTileLayer.urlTemplate does not match the service's tiling scheme. You are setting your urlTemplate to send requests like this and this does not exist: https://cdn.govmap.gov.il/LPD0BBK2022/L0/R0/C0.jpg Looking at the network traffic not sure how this service is structured: https://www.govmap.gov.il/?c=204000,595000&z=0&lang=en I see that rows and columns have some lettering system... Can this map be used in third party apis? Did you check their terms of agreement? Looks like the map has a link the API at the bottom. I tried looking there but I could not find English page.
... View more
01-25-2023
09:14 AM
|
1
|
5
|
3522
|
|
POST
|
Hi there, I am able to reproduce the issue you are describing. We will look into this issue and will let you know as soon as we have a fix. I cannot think of any workaround at this time but will let you know if others can come up with any. Thank you for reporting this issue, -Undral
... View more
01-24-2023
09:17 AM
|
2
|
0
|
2274
|
| 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
|