alles entfernen
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1,2 +0,0 @@
|
|||||||
# SCM syntax highlighting & preventing 3-way merges
|
|
||||||
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff
|
|
||||||
25
.gitignore
vendored
25
.gitignore
vendored
@@ -1,25 +0,0 @@
|
|||||||
# pixi environments
|
|
||||||
.pixi/*
|
|
||||||
!.pixi/config.toml
|
|
||||||
|
|
||||||
# Node.js
|
|
||||||
node_modules/
|
|
||||||
|
|
||||||
# Build output
|
|
||||||
dist/
|
|
||||||
|
|
||||||
# Environment variables
|
|
||||||
.env
|
|
||||||
|
|
||||||
# Editor
|
|
||||||
.vscode/
|
|
||||||
|
|
||||||
# OS files
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# LiDAR / große Daten (für später sehr wichtig!)
|
|
||||||
data/
|
|
||||||
*.las
|
|
||||||
*.laz
|
|
||||||
*.ply
|
|
||||||
14
index.html
14
index.html
@@ -1,14 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>Projekt Visualisierung</title>
|
|
||||||
<link href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" rel="stylesheet" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Eine Test Karte</h1>
|
|
||||||
<div id="map" style="width:100%; height:100vh;"></div>
|
|
||||||
<script type="module" src="/main.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
8
main.js
8
main.js
@@ -1,8 +0,0 @@
|
|||||||
import maplibregl from "maplibre-gl";
|
|
||||||
|
|
||||||
const map = new maplibregl.Map({
|
|
||||||
container: 'map',
|
|
||||||
style: 'https://tiles.openfreemap.org/styles/bright',
|
|
||||||
center: [9.209385141689964, 52.26510225328077],
|
|
||||||
zoom: 15
|
|
||||||
});
|
|
||||||
1118
package-lock.json
generated
1118
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "workspace",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "",
|
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
|
||||||
"dev": "vite"
|
|
||||||
},
|
|
||||||
"keywords": [],
|
|
||||||
"author": "",
|
|
||||||
"license": "ISC",
|
|
||||||
"type": "commonjs",
|
|
||||||
"dependencies": {
|
|
||||||
"maplibre": "^0.0.1-security",
|
|
||||||
"maplibre-gl": "^5.21.1",
|
|
||||||
"vite": "^8.0.3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
18
pixi.lock
18
pixi.lock
@@ -1,18 +0,0 @@
|
|||||||
version: 6
|
|
||||||
environments:
|
|
||||||
default:
|
|
||||||
channels:
|
|
||||||
- url: https://conda.anaconda.org/conda-forge/
|
|
||||||
options:
|
|
||||||
pypi-prerelease-mode: if-necessary-or-explicit
|
|
||||||
packages:
|
|
||||||
win-64:
|
|
||||||
- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-25.8.2-h80d1838_0.conda
|
|
||||||
packages:
|
|
||||||
- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-25.8.2-h80d1838_0.conda
|
|
||||||
sha256: 5e38e51da1aa4bc352db9b4cec1c3e25811de0f4408edaa24e009a64de6dbfdf
|
|
||||||
md5: e626ee7934e4b7cb21ce6b721cff8677
|
|
||||||
license: MIT
|
|
||||||
license_family: MIT
|
|
||||||
size: 31271315
|
|
||||||
timestamp: 1774517904472
|
|
||||||
11
pixi.toml
11
pixi.toml
@@ -1,11 +0,0 @@
|
|||||||
[workspace]
|
|
||||||
authors = ["Arne Zitting <arne.zitting@student.jade-hs.de>"]
|
|
||||||
channels = ["conda-forge"]
|
|
||||||
name = "workspace"
|
|
||||||
platforms = ["win-64"]
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[tasks]
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
nodejs = ">=25.8.2,<25.9"
|
|
||||||
Reference in New Issue
Block a user