|
POST
|
@DaveAdams definitely, you can try it out by running: npm i @arcgis/core@next
... View more
03-17-2021
12:59 PM
|
0
|
1
|
5227
|
|
POST
|
That bug has been fixed for 4.19 which is releasing in early April. You can verify this by testing your app using the "next" build: https://github.com/Esri/feedback-js-api-next.
... View more
03-17-2021
07:21 AM
|
2
|
0
|
5246
|
|
POST
|
We have an updated sample that uses VueJS 4.5.11, I also updated the npm scripts. Give that a try: https://github.com/Esri/jsapi-resources/tree/master/esm-samples/jsapi-vue-cli.
... View more
03-16-2021
08:37 AM
|
0
|
0
|
1060
|
|
POST
|
Lots of questions here. For the on-disk bundle size, what you see in a production build output is about as small as that footprint will get. The API will only use what's need at application runtime. If you have on-disk size limitations because you are running something like a SalesForce lightning component then there are some other approaches you might consider. With regards to the assets, try testing with the latest "next" build: npm i @Anonymous User/core@next (ignore the weird casing, it's caused by the text editor, the npm command is all lower case). When we release at 4.19 (early April) the assets are pulled from a CDN by default, so that will immediately result in an on-disk production build size decrease. You can override this if you want, in order to use the local assets. 4.19 also removes the critical dependency warnings. You can remove the "moment" warnings by adding the following to angular.json > build > options: "allowedCommonJsDependencies": [
"moment"
],
... View more
03-16-2021
08:31 AM
|
0
|
1
|
3557
|
|
POST
|
Quick follow-up, we've opened an issue to look into minifying the GLSL files. It won't happen immediately, but it's now something that's on our radar, thanks.
... View more
03-15-2021
02:25 PM
|
1
|
1
|
1893
|
|
POST
|
@VictorBerchet Thanks for reporting. It looks like the template literals aren't minified. We're taking a look.
... View more
03-15-2021
08:16 AM
|
1
|
0
|
1917
|
|
POST
|
Try again after running: npm install @Anonymous User/core@next
... View more
03-12-2021
08:24 AM
|
0
|
2
|
5050
|
|
POST
|
Duplicate post - see the github repo for the answer. https://github.com/Esri/jsapi-resources/issues/277
... View more
03-10-2021
05:02 PM
|
0
|
0
|
1246
|
|
POST
|
Yes, we have seen those errors before. The error is saying that there was a bug in the display driver and a workaround was applied by OS. Best thing is to update the drivers. Make sure you are on MacOS 10.15.7 with the latest supplemental or update to Big Sur, if you are able. And, also for the best performance make sure you have the latest browser version installed. Edge 89 should be the latest.
... View more
03-05-2021
02:04 PM
|
1
|
0
|
12373
|
|
POST
|
Interesting, which hardware are you seeing the error on? I just tested Examples 1 and 3 from above on a 2013 MacBook Pro 8GB RAM, MacOS 11.2.1. Using Chrome 89 I'm not seeing the same warning and the apps were usable. Also note, Examples 2 and 3 are using older versions of the JS API. The latest version is 4.18.
... View more
03-05-2021
12:11 PM
|
0
|
0
|
12380
|
|
POST
|
@PeteVitt use the normal API pattern for initializing a new SpatialReference: const sr = new SpatialReference({
wkid: 3857
});
... View more
03-03-2021
05:24 PM
|
0
|
1
|
5356
|
|
POST
|
Thanks Richard. Those errors might be related to another issue we are working on. I'll make a note to take another look at this once we have a new /next build to test with a potential fix.
... View more
02-10-2021
02:31 PM
|
0
|
0
|
2615
|
|
POST
|
Try checking these two items: - Make sure to copy the assets folder as described here: https://github.com/Esri/jsapi-resources/tree/master/esm-samples/jsapi-create-react-app - Also, make sure to set config.assetsPath: https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#assetsPath. I know you are using React, but here's an Angular example.
... View more
02-08-2021
03:45 PM
|
3
|
2
|
7687
|
|
POST
|
Are you able to share a stackblitz example? I'm not able to reproduce this with esri-loader 3.0.0 and Angular 11: https://stackblitz.com/edit/angular11-arcgis-layerlist?file=src/app/esri-map/esri-map.component.ts. [Edited] P.S. forgot to add that my example StackBlitz is working with "@types/arcgis-js-api": "^4.18.0"
... View more
02-08-2021
10:58 AM
|
0
|
2
|
2651
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | a month ago | |
| 1 | 04-10-2026 08:29 AM | |
| 1 | 03-26-2026 03:12 PM | |
| 2 | 02-21-2026 10:23 AM | |
| 2 | 08-01-2025 06:20 AM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|