This repository has been archived on 2026-02-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
breakpilot-pwa/website/public/germany-states.json
BreakPilot Dev 19855efacc
Some checks failed
Tests / Go Tests (push) Has been cancelled
Tests / Python Tests (push) Has been cancelled
Tests / Integration Tests (push) Has been cancelled
Tests / Go Lint (push) Has been cancelled
Tests / Python Lint (push) Has been cancelled
Tests / Security Scan (push) Has been cancelled
Tests / All Checks Passed (push) Has been cancelled
Security Scanning / Secret Scanning (push) Has been cancelled
Security Scanning / Dependency Vulnerability Scan (push) Has been cancelled
Security Scanning / Go Security Scan (push) Has been cancelled
Security Scanning / Python Security Scan (push) Has been cancelled
Security Scanning / Node.js Security Scan (push) Has been cancelled
Security Scanning / Docker Image Security (push) Has been cancelled
Security Scanning / Security Summary (push) Has been cancelled
CI/CD Pipeline / Go Tests (push) Has been cancelled
CI/CD Pipeline / Python Tests (push) Has been cancelled
CI/CD Pipeline / Website Tests (push) Has been cancelled
CI/CD Pipeline / Linting (push) Has been cancelled
CI/CD Pipeline / Security Scan (push) Has been cancelled
CI/CD Pipeline / Docker Build & Push (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / CI Summary (push) Has been cancelled
ci/woodpecker/manual/build-ci-image Pipeline was successful
ci/woodpecker/manual/main Pipeline failed
feat: BreakPilot PWA - Full codebase (clean push without large binaries)
All services: admin-v2, studio-v2, website, ai-compliance-sdk,
consent-service, klausur-service, voice-service, and infrastructure.
Large PDFs and compiled binaries excluded via .gitignore.
2026-02-11 13:25:58 +01:00

86 lines
3.5 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {"code": "BW", "name": "Baden-Württemberg"},
"geometry": {"type": "Polygon", "coordinates": [[[7.5,47.5],[7.5,49.8],[10.5,49.8],[10.5,47.5],[7.5,47.5]]]}
},
{
"type": "Feature",
"properties": {"code": "BY", "name": "Bayern"},
"geometry": {"type": "Polygon", "coordinates": [[[8.9,47.3],[8.9,50.6],[13.8,50.6],[13.8,47.3],[8.9,47.3]]]}
},
{
"type": "Feature",
"properties": {"code": "BE", "name": "Berlin"},
"geometry": {"type": "Polygon", "coordinates": [[[13.1,52.35],[13.1,52.68],[13.76,52.68],[13.76,52.35],[13.1,52.35]]]}
},
{
"type": "Feature",
"properties": {"code": "BB", "name": "Brandenburg"},
"geometry": {"type": "Polygon", "coordinates": [[[11.3,51.35],[11.3,53.55],[14.76,53.55],[14.76,51.35],[11.3,51.35]]]}
},
{
"type": "Feature",
"properties": {"code": "HB", "name": "Bremen"},
"geometry": {"type": "Polygon", "coordinates": [[[8.5,53.0],[8.5,53.22],[8.98,53.22],[8.98,53.0],[8.5,53.0]]]}
},
{
"type": "Feature",
"properties": {"code": "HH", "name": "Hamburg"},
"geometry": {"type": "Polygon", "coordinates": [[[9.73,53.4],[9.73,53.72],[10.33,53.72],[10.33,53.4],[9.73,53.4]]]}
},
{
"type": "Feature",
"properties": {"code": "HE", "name": "Hessen"},
"geometry": {"type": "Polygon", "coordinates": [[[7.77,49.4],[7.77,51.66],[10.24,51.66],[10.24,49.4],[7.77,49.4]]]}
},
{
"type": "Feature",
"properties": {"code": "MV", "name": "Mecklenburg-Vorpommern"},
"geometry": {"type": "Polygon", "coordinates": [[[10.6,53.1],[10.6,54.68],[14.42,54.68],[14.42,53.1],[10.6,53.1]]]}
},
{
"type": "Feature",
"properties": {"code": "NI", "name": "Niedersachsen"},
"geometry": {"type": "Polygon", "coordinates": [[[6.65,51.3],[6.65,53.89],[11.6,53.89],[11.6,51.3],[6.65,51.3]]]}
},
{
"type": "Feature",
"properties": {"code": "NW", "name": "Nordrhein-Westfalen"},
"geometry": {"type": "Polygon", "coordinates": [[[5.87,50.32],[5.87,52.53],[9.46,52.53],[9.46,50.32],[5.87,50.32]]]}
},
{
"type": "Feature",
"properties": {"code": "RP", "name": "Rheinland-Pfalz"},
"geometry": {"type": "Polygon", "coordinates": [[[6.11,48.97],[6.11,50.94],[8.51,50.94],[8.51,48.97],[6.11,48.97]]]}
},
{
"type": "Feature",
"properties": {"code": "SL", "name": "Saarland"},
"geometry": {"type": "Polygon", "coordinates": [[[6.36,49.11],[6.36,49.64],[7.4,49.64],[7.4,49.11],[6.36,49.11]]]}
},
{
"type": "Feature",
"properties": {"code": "SN", "name": "Sachsen"},
"geometry": {"type": "Polygon", "coordinates": [[[11.87,50.17],[11.87,51.68],[15.04,51.68],[15.04,50.17],[11.87,50.17]]]}
},
{
"type": "Feature",
"properties": {"code": "ST", "name": "Sachsen-Anhalt"},
"geometry": {"type": "Polygon", "coordinates": [[[10.56,50.94],[10.56,53.04],[13.19,53.04],[13.19,50.94],[10.56,50.94]]]}
},
{
"type": "Feature",
"properties": {"code": "SH", "name": "Schleswig-Holstein"},
"geometry": {"type": "Polygon", "coordinates": [[[8.31,53.37],[8.31,55.06],[11.31,55.06],[11.31,53.37],[8.31,53.37]]]}
},
{
"type": "Feature",
"properties": {"code": "TH", "name": "Thüringen"},
"geometry": {"type": "Polygon", "coordinates": [[[9.88,50.2],[9.88,51.65],[12.65,51.65],[12.65,50.2],[9.88,50.2]]]}
}
]
}