|
POST
|
Do you have a sample GP service to test against? I was able to test this against our HotSpot GP Service and get the features. https://codepen.io/odoe/pen/ExbWxRR?editors=1000 Another way to test is against the GeoprocessorTask in 4.19, that was before we updated to the rest modules. It would be odd if it was different though, that underlying parsing logic wasn't changed, so curious to see the result of that.
... View more
02-08-2022
08:44 AM
|
1
|
0
|
3711
|
|
POST
|
Sorry, we don't patch released versions (beyond browser security fixes). If you are seeing an issue with layer requests, you can submit it to support for better tracking and it will make its way to the devs.
... View more
02-03-2022
03:07 PM
|
0
|
1
|
3131
|
|
POST
|
For 3d points, you'll want to use an ObjectSymbol3DLayer. Here is a sample showing how it works.
... View more
02-03-2022
07:44 AM
|
0
|
1
|
1180
|
|
POST
|
Do you have a sample we can look at? I assume points? Does this happen on a particular browser or all browsers? Nothing stands out, we have samples using more data than that.
... View more
02-02-2022
08:17 AM
|
0
|
0
|
984
|
|
POST
|
You'll want to look at the samples linked in the doc page. https://github.com/Esri/jsapi-resources/tree/master/esm-samples The API is meant to be built with some sort of build tool, webpack, vite, rollup, etc. Those build tools take the relative paths into consideration. That's why you get that weird error. We don't have a minimum node version, but would assume minimum Node ESM support, which is 12+. But that really comes into play moreso with build tooling. I was trying to find the blog post from ESM release, but while looking, found this cool story map on. AMD to ESM migration that might be useful. https://storymaps.arcgis.com/stories/5eb1c08d87fc437bb6d4d263a8cd9476
... View more
02-02-2022
08:07 AM
|
0
|
3
|
12738
|
|
POST
|
That project is deprecated and no longer being maintained. Here is a starter tutorial on how to use calcite-components to build a mapping app. https://developers.arcgis.com/calcite-design-system/tutorials/create-a-mapping-app/
... View more
01-31-2022
01:51 PM
|
1
|
1
|
1951
|
|
POST
|
Looked like this worked. .esri-ui .esri-editor .esri-item-list__scroller {
max-height: 500px; /**whatever you want here**/
}
... View more
01-31-2022
10:37 AM
|
2
|
1
|
2452
|
|
POST
|
I assume they are not hosted as a FeatureService? If you upload them as a FeatureService, you can enable caching, and greatly improve performance. https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/performance-improvements-for-jsapi-4-21/
... View more
01-28-2022
12:12 PM
|
0
|
1
|
2422
|
|
POST
|
I tried extending it and same result. I don't think it's going to work as expected. Could need the TypeScript decorators too, but not sure. I would avoid this approach.
... View more
01-27-2022
04:38 PM
|
1
|
1
|
2851
|
|
POST
|
It's not usually a class people extend. Most custom classes are Layers. It's an edge case, but usually you can accomplish stuff like that with specific property watching and updating app state as needed. https://developers.arcgis.com/javascript/latest/programming-patterns/#properties You can definitely try, and see if it meets your needs. Exciting stuff!
... View more
01-27-2022
04:34 PM
|
1
|
2
|
2851
|
|
POST
|
The views/View class is the base class, it doesn't do anything useful like draw. https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html You want the views/MapView class. Out of curiosity, what are you trying to accomplish extending the MapView?
... View more
01-27-2022
04:06 PM
|
0
|
4
|
2858
|
|
POST
|
Publishing is part of the REST API, but requires an SD file from Pro to publish a layer directly. Other methods are to publish CSV or GeoJSON and create a service from that. Here's some info on using the Python API for publishing https://developers.arcgis.com/python/sample-notebooks/publishing-sd-shapefiles-and-csv/
... View more
01-27-2022
09:45 AM
|
0
|
1
|
3053
|
|
POST
|
If it's en existing hosted featurelayer, you can use applyEdits on the layer, but you need to make sure the attributes schema matches. You could do a little data transformationn, but definitely doable.
... View more
01-27-2022
09:01 AM
|
0
|
5
|
3081
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 2 | 2 weeks ago | |
| 2 | 05-19-2026 02:12 PM | |
| 1 | 04-24-2026 11:01 AM | |
| 2 | 04-21-2026 07:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|