Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

170
Views
How to render different data in Cesium without reloading the map?

The graphData field here will update to render different boxes on the Cesium map. Which works perfectly until I want to edit the timeline time range. If I remove clockViewModel here everything is fine. But with that field, every time I change graphData the map reloads. Is there a way I can change graphData, while keeping a custom timeline, without reloading the map?

  <Viewer
    id="wdt-map-viz-cesium"
    clockViewModel={myClock}
    >
     <Camera/>
        <CameraFlyTo
            destination={startCoordinates}
            orientation={startOrientation}
            duration={0}
        />
    {
      graphData && graphArray
        ? (
          graphData.map((rule, index) => (
            <Entity
              key={rule.apc}
              position={Cartesian3.fromDegrees(
                rule.location.longitude,
                rule.location.latitude,
                graphArray[index].offset,
              )}
              name={rule.apc}
              description={`<div>Days to deploy: ${rule.daysToDeploy}</br>`}
              box={graphArray[index]}
            />
          ))
        ) : ''
    }
  </Viewer>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!