rd13_tile_server/docs/history
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
..
prompts fix: pin dimensions match Kartographer mapbox-lib.js exactly 2026-07-01 13:48:39 +00:00
summary fix: pin dimensions match Kartographer mapbox-lib.js exactly 2026-07-01 13:48:39 +00:00