Commit graph

25 commits

Author SHA1 Message Date
83492ff96a feat: docker-compose.build.yml – Planetiler Build-Container für z16 auf Host-Rechner 2026-06-13 10:31:21 +00:00
407f6c4faf fix: satellite-download OOM gefixt (bounded queue), 16 Threads, 2GB Limit 2026-06-13 10:12:48 +00:00
6b5009f51e feat: satellite-download als eigenständiger Compose-Stack, build-host.sh, Script robust 2026-06-13 09:46:09 +00:00
c47f4785b1 docs: ADR-002 – kein Self-Build z16/Satellit auf aktueller HW, Constraints dokumentiert 2026-06-13 09:20:22 +00:00
4268b419b8 feat: vollständiger OSM Bright GL Style (128 Layer) mit Wanderwegen + POIs 2026-06-13 06:41:54 +00:00
9081ed91a5 fix: glyphs URL absolute – font loading working at all zoom levels 2026-06-13 06:26:44 +00:00
2765bb93f3 docs: project context updated – stack fully operational 2026-06-13 2026-06-13 06:19:38 +00:00
46ac204e03 feat: tileserver-gl fully operational – config+style in config/, PNG tiles confirmed 2026-06-12 09:43:07 +00:00
79bba7ca02 feat: tileserver-gl on port 9983, docs updated 2026-06-12 09:29:50 +00:00
f4fbb690be chore: update copilot instructions and reorganize history into docs/ 2026-06-12 09:26:01 +00:00
ba1d888ef2 docs: ADR-001 Martin + tileserver-gl Stack-Entscheidung 2026-06-12 09:24:45 +00:00
dbebc96c2e docs: align tile hostnames 2026-06-10 08:30:08 +00:00
f56f9c21b8 feat: add rate limiting requirements and implementation plan for public tile server 2026-06-10 08:00:27 +00:00
6a20e311f4 docs: finalize mediawiki kartographer snippet updates 2026-06-10 07:44:21 +00:00
0a5f6cd005 feat: enable martin webui and prep mediawiki integration 2026-06-10 07:43:22 +00:00
048805302d chore: 3-Zielgruppen-Docs + .copilot-no-tests angelegt 2026-06-03 11:17:15 +00:00
a7f71ebc9b docs: agent history und project context erstmalig angelegt
- history/prompts/2026-06-03_tile-server-setup_session.md: vollständige
  Konversation dieser Session (Setup, Migration, Download)
- history/summary/PROJECT_CONTEXT.md: aktueller Projektstand
2026-06-03 10:10:42 +00:00
df8518d629 chore: copilot-instructions auf aktuelle version aktualisiert
- Agent Session Protocol (MANDATORY) ergänzt
- Verbotene Aktionen dokumentiert
- DoD und Workflow-Sektionen aus copilot-setup template übernommen
2026-06-03 10:04:43 +00:00
e749b2a8ff chore: gitignore data/* statt einzelne einträge 2026-06-03 09:04:35 +00:00
ce4d5f61fb fix: planetiler via docker, korrekte font/style urls 2026-05-31 06:54:29 +00:00
6f8c9258b8 feat: global data download scripts + port 9982
- scripts/download-data.sh: OSM planet (Planetiler) + satellite orchestrator
- scripts/download-satellite.py: Sentinel-2 cloudless zoom 0-10 -> MBTiles
  resumable, 8 threads parallel, direct SQLite WAL write
- docker-compose: port 9982:3000
2026-05-31 06:50:56 +00:00
cd73f91021 feat: migrate from TileServer-GL to Martin
- docker-compose: ghcr.io/maplibre/martin:v1.10.1, Port 3000
- config/martin.yaml: Auto-Discovery MBTiles/Styles/Sprites/Fonts, CORS built-in
- nginx-Container entfernt (NPM uebernimmt Proxy/SSL/Routing)
- config/config.json + nginx/ entfernt (TileServer-GL Artefakte)
- docs: alle Endpunkt-URLs auf Martin-Format aktualisiert
- .github/copilot-instructions.md: Stack auf Martin (Rust) aktualisiert
- Vorteile: Hot-Reload, CORS built-in, ~10x weniger RAM
2026-05-30 17:15:44 +00:00
7dd8b44ea8 feat: add Home Assistant support
- docs/homeassistant-config.md: Lovelace Map Card + custom:map-card (HACS)
- docs/api-endpoints.md: HA Tile-Layer Beispiel ergänzt
- .github/copilot-instructions.md: HA als Zieldienst aufgeführt
- nginx/nginx.conf: HA in CORS-Kommentar ergänzt
2026-05-30 16:01:28 +00:00
dcc47babf9 chore: add GitHub Copilot AI setup
- .github/copilot-instructions.md: projektspezifische Copilot-Instruktionen
- .vscode/: empfohlene Extensions & Editor-Settings
- prompts/: Docker, Debug, Code-Review Prompt-Templates
2026-05-30 16:00:15 +00:00
bfd8dfdf96 feat: initial tile server setup
- TileServer-GL + nginx reverse proxy (docker-compose)
- CORS-Konfiguration für MediaWiki, Nextcloud & weitere Dienste
- Rate-Limiting & Tile-Caching-Header via nginx
- config/config.json: OSM + Satellitenkacheln
- scripts/download-data.sh: Planetiler (OSM), Sentinel-2 Hinweise
- docs: API-Endpoints, MediaWiki Kartographer, Nextcloud Maps
- .gitignore: MBTiles/PMTiles und .env ausgeschlossen
2026-05-30 15:57:07 +00:00