This commit is contained in:
Aifeilong 2023-10-19 16:51:03 +08:00
parent 1c364a65a8
commit 894f2af5d0

View File

@ -66,17 +66,6 @@ function Labels() {
eyeOffset={new Cartesian2(0, 200000)} eyeOffset={new Cartesian2(0, 200000)}
/> />
</Entity> </Entity>
<Entity show={showThree} position={Cartesian3.fromDegrees(98, 48, 0)}>
<LabelGraphics
text={"barotropic"}
font="24px Helvetica"
fillColor={Color.fromCssColorString("#04fbfd")}
outlineColor={Color.BLACK}
outlineWidth={2}
style={LabelStyle.FILL_AND_OUTLINE}
eyeOffset={new Cartesian2(0, 1200000)}
/>
</Entity>
<Entity show={showThree} position={Cartesian3.fromDegrees(90, 27, 0)}> <Entity show={showThree} position={Cartesian3.fromDegrees(90, 27, 0)}>
<LabelGraphics <LabelGraphics
text={"青藏高原夏季出现年代际增温"} text={"青藏高原夏季出现年代际增温"}