Giter VIP home page Giter VIP logo

Comments (6)

felixpalmer avatar felixpalmer commented on May 18, 2024

I'm not sure I understand exactly what you mean. Are you asking if you could animate the overlays? There is a API function updateOverlay which lets you update an existing overlay, which you could use to drive an animation.

from procedural-gl-js.

mattijn avatar mattijn commented on May 18, 2024

Thanks for your response! From my understanding, I can create a 3D map experience using raster imagery tiles. But if I have another source of raster imagery tiles, can I render these on top of the map? Based on the link you provided, I understand it is possible for a GeoJSON FeatureCollection, but I was referring to another grid.

from procedural-gl-js.

felixpalmer avatar felixpalmer commented on May 18, 2024

Ah OK, I take it that it that the raster tiles would be transparent? This should be doable, I'll keep it in mind for a future version. If you have any good freely available datasets that are already in the XYZ tile format that would be helpful!

from procedural-gl-js.

olwal avatar olwal commented on May 18, 2024

I agree with @mattijn that animated raster tiles would be interesting, and I would add that it would be useful to not only do 2D tiles, but also support depth map tiles, similarly to how you are using tile maps for the elevation.

from procedural-gl-js.

olwal avatar olwal commented on May 18, 2024

I am using repeated addOverlay calls to show temporal data, since updateOverlay has limitations (can only update the coordinates, # of features need to match exactly, etc).

I think that it would add a lot of power with a more flexible updateOverlay method, which could allow high-performance animation of colors, transparency and geometry. It would also be useful to support updates where the numbers of features are not the same in each update (missing data, etc.) -- as you can see in the attached example, the sensor data vary quite a bit.

santa_clara_sample_02.mov

from procedural-gl-js.

felixpalmer avatar felixpalmer commented on May 18, 2024

@olwal I've created a new issue to track the updateOverlay enhancement: #17 so this issue can be purely for the original suggestion of @mattijn

Really great work on the air quality visualization by the way! Super excited to see what this develops into

from procedural-gl-js.

Related Issues (20)

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.