christian
  • Joined on 2025-12-11
christian pushed to main at christian/internetforkids 2026-04-04 15:04:21 +00:00
f4e45cf83f style: enforced darkest color, smaller attribution, legend update
christian pushed to main at christian/internetforkids 2026-04-04 15:01:19 +00:00
ccca7ae482 fix: interactive popups + maxZoom 4 + invisible hit layer
christian pushed to main at christian/internetforkids 2026-04-04 14:59:06 +00:00
8e15d1aa0c perf: reduce choropleth re-renders with 50% padding + bounds check
christian pushed to main at christian/internetforkids 2026-04-04 14:57:23 +00:00
882e9141fb style: white land, gray sea, no roads/cities, country names zoom 3+
christian pushed to main at christian/internetforkids 2026-04-04 14:43:32 +00:00
b1cc054df0 fix: render choropleth as single image overlay — eliminates all tile seams
christian pushed to main at christian/internetforkids 2026-04-04 14:11:09 +00:00
302a02eebd fix: rename map variable to avoid DOM id collision, restore colors
christian pushed to main at christian/internetforkids 2026-04-04 14:00:00 +00:00
e93f5593e2 fix: final map implementation — iframe + style.json + fill-antialias:false
christian pushed to main at christian/internetforkids 2026-04-04 13:44:37 +00:00
b2306f7f3e fix: isolate map in iframe to prevent Tailwind CSS tile seam artifacts
christian pushed to main at christian/internetforkids 2026-04-04 13:29:37 +00:00
4724820873 fix: eliminate map tile seam lines with fill-antialias: false
christian pushed to main at christian/internetforkids 2026-04-04 10:24:06 +00:00
60e63b8cd1 fix: use nonzero fill rule instead of evenodd
christian pushed to main at christian/internetforkids 2026-04-04 10:22:13 +00:00
89c8567dcc fix: two-pass render - all countries as single white fill first
christian pushed to main at christian/internetforkids 2026-04-04 10:13:44 +00:00
64c71234ec fix: remove land fill - gaps show ocean gray instead of white lines
christian pushed to main at christian/internetforkids 2026-04-04 10:09:49 +00:00
64c4a51b46 fix: eliminate alpha blending — use pre-blended solid colors
christian pushed to main at christian/internetforkids 2026-04-04 09:08:08 +00:00
a0fb62aa66 fix: convert canvas to static img + try 110m data
christian pushed to main at christian/internetforkids 2026-04-04 08:24:58 +00:00
a1b3263412 fix: willReadFrequently forces CPU-backed canvas, bypasses GPU tiling
christian pushed to main at christian/internetforkids 2026-04-04 07:26:08 +00:00
42939db1b0 fix: remove overflow:hidden + border-radius to prevent GPU compositing layer
christian pushed to main at christian/internetforkids 2026-04-04 07:19:37 +00:00
8061a23c87 fix: pure Canvas 2D renderer at exact device pixel dimensions
christian pushed to main at christian/internetforkids 2026-04-04 07:08:52 +00:00
82760e3263 fix: move ocean background to SVG element itself
christian pushed to main at christian/internetforkids 2026-04-04 07:06:13 +00:00
82211ac5e4 fix: remove crispEdges - pixel snapping creates gaps between paths
christian pushed to main at christian/internetforkids 2026-04-04 07:01:38 +00:00
65b2c757a4 fix: contain strict + land base fill to prevent GPU tile seams