diff --git a/components/landing/Globe.vue b/components/landing/Globe.vue index 482dba689..c5f884c3f 100644 --- a/components/landing/Globe.vue +++ b/components/landing/Globe.vue @@ -78,7 +78,6 @@ export default { this.globe = new ThreeGlobe() .globeImageUrl(texture) .atmosphereColor("#aaaaaa") - // arcs layer .arcsData(this.arcsData) .arcColor("color") @@ -93,6 +92,14 @@ export default { .hexPolygonResolution(3) .hexPolygonMargin(0.5) .hexPolygonColor(() => `#aaaaaa`) + // labels layer + // .labelsData(this.labelsData) + // .labelLat("lat") + // .labelLng("lng") + // .labelText("text") + // .labelColor("color") + // .labelSize(1.5) + // .labelDotRadius(0.5) // labels layer .labelsData(this.labelsData) diff --git a/components/landing/Package.vue b/components/landing/Package.vue deleted file mode 100644 index 3446b2596..000000000 --- a/components/landing/Package.vue +++ /dev/null @@ -1,142 +0,0 @@ - - -