Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

171
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda