Hier will ich einen Server aufsetzen der für all meine Dienste tiles bereitstellt.
Find a file
Conrad Schulz bedbe0f3f3 fix: pin dimensions match Kartographer mapbox-lib.js exactly
Kartographer/mapbox-lib.js defines:
  sizes = { small:[20,50], medium:[30,70], large:[35,90] }
  iconSize: sizes[size]  <- CSS stretches image to this

Previous: pin-m=27x41 -> CSS stretched to 30x70 (+11% h, +71% v)
Result: slim tip distorted into fat oval shape

Fix: generate images at exact expected dimensions:
  pin-s: 20x50, pin-m: 30x70, pin-l: 35x90 (@1x)
  pin-m@2x: 60x140

Geometry: r=w*0.47 (circle fills width), cy=r+1, tipY=h-1
2026-07-01 13:48:39 +00:00
.forgejo/workflows feat: add Go marker-api service for MediaWiki Kartographer pin support 2026-07-01 11:59:00 +00:00
.github chore: update copilot instructions and reorganize history into docs/ 2026-06-12 09:26:01 +00:00
.vscode chore: add GitHub Copilot AI setup 2026-05-30 16:00:15 +00:00
config style: use detailed datasets for map styles 2026-06-15 19:07:23 +00:00
data feat: initial tile server setup 2026-05-30 15:57:07 +00:00
docs fix: pin dimensions match Kartographer mapbox-lib.js exactly 2026-07-01 13:48:39 +00:00
prompts chore: add GitHub Copilot AI setup 2026-05-30 16:00:15 +00:00
scripts Merge: Combine Planetiler z16 build + Satellite PNG→JPEG conversion (all 3 sources complete) 2026-06-15 13:26:04 +00:00
services/marker-api fix: pin dimensions match Kartographer mapbox-lib.js exactly 2026-07-01 13:48:39 +00:00
.copilot-no-tests chore: 3-Zielgruppen-Docs + .copilot-no-tests angelegt 2026-06-03 11:17:15 +00:00
.env.example feat: migrate from TileServer-GL to Martin 2026-05-30 17:15:44 +00:00
.gitignore feat: docker-compose.build.yml – Planetiler Build-Container für z16 auf Host-Rechner 2026-06-13 10:31:21 +00:00
docker-compose.build.yml chore: add controlled planetiler build workflow 2026-06-15 14:29:52 +02:00
docker-compose.download.yml chore: Move Map data to seperate Volume to be able to exclud it in a backup. 2026-06-22 12:50:12 +00:00
docker-compose.yml feat: add Go marker-api service for MediaWiki Kartographer pin support 2026-07-01 11:59:00 +00:00