f404f12e51
chore: replace registry IP with cr.rd13server.de
...
Build & Push marker-api / build (push) Failing after 15s
192.168.178.6:8083 -> cr.rd13server.de in:
- .forgejo/workflows/build-marker-api.yml
- docker-compose.yml
- docs/ADMIN.md
- docs/history/summary/PROJECT_CONTEXT.md
2026-07-01 14:08:50 +00:00
9df190aca8
feat: add Go marker-api service for MediaWiki Kartographer pin support
...
- services/marker-api/: Go HTTP service (0 external deps, ~8 MB RAM)
- Mathematically correct teardrop pin shape (Google Maps style)
- Tangent-based outline: circle + straight sides meeting at tip
- White border + white inner dot, in-memory cache (max 500 entries)
- .forgejo/workflows/build-marker-api.yml: CI builds & pushes to
Forgejo registry on push to main (image: rd13_tile_server-marker-api)
- docker-compose.yml: add marker-api service on port 9984
- Caddyfile (rd13_system_proxy): route /styles/v4/marker/* -> :9984
- docs/ADMIN.md + MAINTAINER.md: marker-api dokumentiert
Fixes: /styles/v4/marker/pin-m+{color}(@{scale}x).png was 404, now 200
2026-07-01 11:59:00 +00:00
3f1dd4702f
chore: Move Map data to seperate Volume to be able to exclud it in a backup.
2026-06-22 12:50:12 +00:00
646ac23823
feat: add switchable raster map styles
2026-06-15 17:37:17 +00:00
e022f839db
fix(satellite): PNG→JPEG-Konvertierung abgeschlossen, verifiziert und dokumentiert
...
BREAKING CHANGE: satellite.mbtiles ist nun einheitlich JPEG (zuvor gemischte PNG/JPEG)
Features:
- Neue Scripts: convert-satellite-to-jpeg.py (batch-basiert, resume-fähig)
- download-satellite.py jetzt mit on-the-fly PNG→JPEG-Konvertierung
- docker-compose.download.yml: Pillow installiert, Qualität konfigurierbar
Fixes:
- 1.505.049 PNG-Tiles zu JPEG konvertiert (22.9 Minuten)
- SQLite quick_check bestanden (png=0, quick_check=ok, total=5.6M)
- Martin lädt satellite-Source ohne Format-Warnungen
- Alle 3 Sources (osm, osm-europe, satellite) geladen und produktiv
Documentation:
- ADMIN.md: Satellit-Konvertierungs-Anleitung aktualisiert
- PROJECT_CONTEXT.md: Finaler Status dokumentiert
- Session-Log: 2026-06-15_satellite-fix-cleanup_session.md
Cleanup:
- Temporäre Dateien gelöscht
- 17GB Backup gelöscht
- __pycache__ gelöscht
2026-06-15 13:18:55 +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
0a5f6cd005
feat: enable martin webui and prep mediawiki integration
2026-06-10 07:43:22 +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
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