Merge branch 'main' into cloudflare

This commit is contained in:
hamster1963 2024-11-21 00:02:02 +08:00
commit 74bca227e3

View File

@ -57,7 +57,6 @@ export async function Global({ countries = [] }: GlobalProps) {
if (pointsWithin.features.length === 0) {
const centroid = turf.centroid(feature);
const [lng, lat] = centroid.geometry.coordinates;
console.log(countryCode, lng, lat);
map.addPin({
lat,
lng,