machbase-neoTQLCHART()3D GlobeHello WorldHello World 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 FAKE( json({ ["world.topo.bathy.200401.jpg", "starfield.jpg", "pisa.hdr"] }) ) MAPVALUE(0, "https://docs.machbase.com/assets/example/"+value(0)) MAPVALUE(1, "https://docs.machbase.com/assets/example/"+value(1)) MAPVALUE(2, "https://docs.machbase.com/assets/example/"+value(2)) CHART( plugins("gl"), chartOption({ backgroundColor: "#000", globe: { baseTexture: column(0)[0], heightTexture: column(0)[0], displacementScale: 0.04, shading: "realistic", environment: column(1)[0], realisticMaterial: { roughness: 0.9 }, postEffect: { enable: true }, light: { main: { intensity: 5, shadow: true }, ambientCubemap: { texture: column(2)[0], diffuseIntensity: 0.2 } } } }) )Last updated on Jun 12, 2025Airline on Globe