POST
|
Can you share your query parameters? I am guessing that is where the issue is. The code above does not help to narrow down the issue. You can open the network request tab and see if the service is returning any results for your query since you are issuing the query on the layer.
... View more
02-16-2024
08:42 AM
|
0
|
1
|
862
|
POST
|
Hi there, You can just pass the graphicsLayer.graphics to MapView.goTo. This codepen shows it working: https://codepen.io/U_B_U/pen/gOEqzQO?editors=1000
... View more
02-16-2024
08:33 AM
|
0
|
0
|
389
|
POST
|
This codepen shows how to draw polygons using SketchViewModel: https://codepen.io/U_B_U/pen/WNmYRrV?editors=1000
... View more
02-12-2024
12:33 PM
|
0
|
0
|
635
|
POST
|
Hi there, Can you please clarify what the issue is here? I am not clear on what the end goal is.
... View more
02-12-2024
08:49 AM
|
0
|
1
|
646
|
POST
|
Hi there, So we just fixed this issue and you will be able to test it out on our next version. Here is your app pointing to next version: https://codepen.io/U_B_U/pen/ExOWVgr?editors=1000 -Undral
... View more
02-05-2024
12:22 PM
|
0
|
0
|
681
|
POST
|
Hi there, So we just fixed this issue and you will be able to test it out on our next version. Here is your app pointing to next version: https://codepen.io/U_B_U/pen/ExOWVgr?editors=1000 -Undral
... View more
02-05-2024
12:19 PM
|
1
|
0
|
2824
|
POST
|
Hi there, I am not exactly clear on what you are asking here. Seems like you are expecting to features on the map outside of your filter geometry? If so, then you would have to remove your filter geometry or move the filter geometry to the new location so that stream layer streams features within the filter geometry. StreamLayerView.queryFeatures() only returns results for features visible in View.
... View more
02-05-2024
10:10 AM
|
0
|
0
|
228
|
POST
|
No at all. It should work just the same. Do you have a repro case? This codepen shows class breaks renderer working with enterprise feature service: https://codepen.io/U_B_U/pen/abMKLLY?editors=100
... View more
02-05-2024
08:15 AM
|
0
|
0
|
382
|
POST
|
Hi there, No there is no automatic way of doing this if you disable popup. You have to use the layer view's highlight method to highlight as you already pointed out.
... View more
02-05-2024
08:02 AM
|
0
|
0
|
534
|
POST
|
Hi there, I did not quite exactly follow the issue you are reporting here. It seems like the problem is applyEdits performance when being called frequently? If so applyEdits method is not meant to be used with such high frequency. If you are updating feature frequently then consider using StreamLayer instead. This document talks about different ways of creating stream layer: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html#creating-a-streamlayer
... View more
02-02-2024
10:06 AM
|
0
|
0
|
572
|
POST
|
The definitionExpression does work for your service. Looks like it is a really small road - https://codepen.io/U_B_U/pen/abMYXbG?editors=1000
... View more
02-01-2024
06:10 PM
|
1
|
0
|
817
|
POST
|
Hi there, VectorTIleLayer hitTest will only be supported in 2D MapView at version 4.29. We will definitely add support it in 3D SceneView. Hopefully sooner than later.
... View more
02-01-2024
06:03 PM
|
0
|
1
|
2882
|
POST
|
Hi Michael, It is not fixed. I will update you when we have a fix.
... View more
02-01-2024
07:04 AM
|
1
|
3
|
2910
|
POST
|
Hi there, That definitionExpression looks valid to me. Is it possible for you to shrare your data with me so I can take a look? The following example works. const view = new MapView({
container: "viewDiv",
map: map,
center: [-122.907, 47.018],
zoom:12
});
const featureLayer = new FeatureLayer({
url: "https://data.wsdot.wa.gov/arcgis/rest/services/Shared/LocalAgencyPublicRoadData/FeatureServer/0",
definitionExpression: "RoadName = 'Columbia St NW'"
});
... View more
01-31-2024
07:05 AM
|
0
|
1
|
885
|
POST
|
Hi there, According to this doc, you can only access the places service if you have an ArcGIS Developer account. ArcGIS Online accounts are not supported. You also need to enable to the Places service for your api key. To do it, edit your API key and enable Places service. Then try our the places tutorial
... View more
01-30-2024
04:07 PM
|
0
|
1
|
795
|
Title | Kudos | Posted |
---|---|---|
1 | 01-07-2025 01:07 PM | |
1 | 01-06-2025 12:29 PM | |
1 | 12-31-2024 01:15 PM | |
1 | 12-31-2024 03:13 PM | |
1 | 12-12-2024 11:12 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|