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
Benjamin Admin bfdaf63ba9 fix: Restore all files lost during destructive rebase
A previous `git pull --rebase origin main` dropped 177 local commits,
losing 3400+ files across admin-v2, backend, studio-v2, website,
klausur-service, and many other services. The partial restore attempt
(660295e2) only recovered some files.

This commit restores all missing files from pre-rebase ref 98933f5e
while preserving post-rebase additions (night-scheduler, night-mode UI,
NightModeWidget dashboard integration).

Restored features include:
- AI Module Sidebar (FAB), OCR Labeling, OCR Compare
- GPU Dashboard, RAG Pipeline, Magic Help
- Klausur-Korrektur (8 files), Abitur-Archiv (5+ files)
- Companion, Zeugnisse-Crawler, Screen Flow
- Full backend, studio-v2, website, klausur-service
- All compliance SDKs, agent-core, voice-service
- CI/CD configs, documentation, scripts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 09:51:32 +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]]]}
}
]
}