rd13_tile_server/docs/history/prompts
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
..
2026-06-03_tile-server-setup_session.md chore: update copilot instructions and reorganize history into docs/ 2026-06-12 09:26:01 +00:00
2026-06-10_tile-mediawiki-integration_session.md chore: update copilot instructions and reorganize history into docs/ 2026-06-12 09:26:01 +00:00
2026-06-12_tile-raster-architecture_session.md chore: update copilot instructions and reorganize history into docs/ 2026-06-12 09:26:01 +00:00
2026-06-13_tile-raster-architecture_session.md fix: satellite-download chunk-basiert (max 500 Futures im RAM), restart: on-failure 2026-06-13 17:52:55 +00:00
2026-06-14_satellite-download-debug_session.md fix: chunk-Generator NoneType-Bug behoben – kein Crash mehr am Generator-Ende 2026-06-14 13:43:25 +00:00
2026-06-15_satellite-fix-cleanup_session.md fix(satellite): PNG→JPEG-Konvertierung abgeschlossen, verifiziert und dokumentiert 2026-06-15 13:18:55 +00:00
2026-06-15_tile-build-recovery_session.md chore: add controlled planetiler build workflow 2026-06-15 14:29:52 +02:00
2026-06-22_satellite-analysis_session.md docs: finalize Nextcloud/HA integration endpoints and update history 2026-06-22 15:28:12 +00:00
2026-07-01_marker-api_session.md fix: pin dimensions match Kartographer mapbox-lib.js exactly 2026-07-01 13:48:39 +00:00