Giter Club home page Giter Club logo

Comments (4)

nickcam avatar nickcam commented on July 18, 2024

Hi @xqwIOS - I'm a bit unclear as to what you're trying to do? What was the point of your update.

Also, the pageSetup.js file is generated from typescript, you'd be much better off editing the typescript file, typescript/pageSetup.ts. You can still debug into it and set breakpoints etc.

Just follow the Usage instructions in the readme to get the project running using typescript.

from animatedenvironmentlayer.

xqwIOS avatar xqwIOS commented on July 18, 2024

Now I had add the windy data . to the map (my arcgis for js 4.11 ) but i found that when I move the map the windy and the map load very slow and how can I change the speed of Windy . thanks . my Map only add a geojsonLayer and a featureLayer

from animatedenvironmentlayer.

xqwIOS avatar xqwIOS commented on July 18, 2024

I just used animatedEnvironmentLayer.js file My project used Vue.js framework

from animatedenvironmentlayer.

nickcam avatar nickcam commented on July 18, 2024

Sorry I'm not very familiar with vue.js. Are you using esri-loader to load the arcgis libraries inside of your app. If so follow the instructions in it's readme related to configuring dojo to load other libraries. https://github.com/Esri/esri-loader#configuring-dojo.

If it's still slow it could be that your wind data is of a very high resolution. The more data, the more processing it has to do on each render. If this is the case you may need to dynamically switch out data sources depending on the current scale/zoom of your map. So for further out scales, use a lower resolution dataset, and then swap in a higher resolution one just for more detailed zoom levels. Obviously this could involve a little to a lot more data having to be fetched though.

from animatedenvironmentlayer.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.