Add OSM topography

This commit is contained in:
Fuhrmann 2025-03-11 11:56:33 +01:00
parent c20b682d33
commit c414b9d2d6
10 changed files with 96 additions and 18 deletions

View file

@ -10,6 +10,7 @@
},
"dependencies": {
"earcut": "^3.0.1",
"geo-three": "^0.1.15",
"next": "15.2.1",
"proj4": "^2.15.0",
"react": "^19.0.0",
@ -21,6 +22,7 @@
"@tailwindcss/postcss": "^4.0.11",
"@types/earcut": "^3.0.0",
"@types/node": "^22",
"@types/proj4": "^2.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.174.0",
@ -30,4 +32,4 @@
"tailwindcss": "^4.0.11",
"typescript": "^5"
}
}
}