esri-loader icon indicating copy to clipboard operation
esri-loader copied to clipboard

A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications

Results 12 esri-loader issues
Sort by recently updated
recently updated
newest added

i want to know how to test esri-loader with jest,when i test esri-loader with jest , throw timeout errors, like: ![image](https://user-images.githubusercontent.com/20334500/170877263-7d40eab5-557c-47f3-8eed-e63fc6c0b832.png) my function: ```typescript async function arcgisApiRequests( modulePaths: string[], loadModuleOptions?:...

@Esri, @EsriGithub @glazou, @davidgalindo [Thu May 12 2022 17:51:09.777] ERROR ReferenceError: Can't find variable: document This error is located at: in EsriMap (at MapScreen.js:109) in RCTView (at View.js:34) in View...

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.14.1. Changelog Sourced from js-yaml's changelog. [3.14.1] - 2020-12-07 Security Fix possible code execution in (already unsafe) .load() (in &anchor). [3.14.0] - 2020-05-22 Changed Support...

dependencies

1、使用import {setDefaultOptions, loadCss, loadModules} from 'esri-loader';方式 在es6中, type MapModules = [ typeof import('esri/views/SceneView'), typeof import('esri/Basemap'), typeof import('esri/Map'), typeof import('esri/layers/TileLayer'), typeof import('esri/layers/WebTileLayer'), typeof import('esri/core/Collection'), typeof import('esri/layers/BaseTileLayer') ]; const [ SceneView, Basemap,...

Hello, I'm not sure is this related to esri-loader especially, but this is related to ArcGIS JS in general. If this is not the proper place for a ticket, please,...

upstream

https://github.com/sindresorhus/np

To me, the way @jwasilgeo is using `loadModules` with async/await [here](https://github.com/jwasilgeo/esri-svelte-basemaps-example/blob/909fd23ef36c37eabee88cc59c6bef52add2c0ee/src/EsriMapView.svelte#L32-L38) is much more readable. Do others agree? Now that [async await is pretty mainstream](https://caniuse.com/#feat=async-functions) (sorry IE11), I'm wondering if...

documentation

### Expected behavior - ESRI should be able to load the modules - I'm trying to implement ESRI map using esri-loader - I'm using create-react-app (v16.8) and esri-loader to load...

### Expected behavior load main.css using preload `` instead of `` this will also get rid of the lighthouse waring: ![a8197e00-9c15-11e9-9380-5b82f2df6afc](https://user-images.githubusercontent.com/3408470/63297399-24c7f080-c286-11e9-8fde-f9f0bec59667.png)

enhancement

Either add section to README by hand, or automate with something like https://github.com/TypeStrong/typedoc If the latter, where to host the output? gh-pages? I think we'll want something more than just...

priority - medium
documentation