Every marker used disableDepthTestDistance: Infinity, so points/billboards on
the FAR side of the Earth drew on top of the near hemisphere instead of being
occluded — reading as 'dots stuck, not moving with the globe' when you rotate.
Changed to 50000 (50km) across all layers: the globe now occludes far-side
markers, while you can still zoom right up to one without it clipping into the
surface. Also made the billboard layers (aircraft/military/adsb/radius) explicit
for consistent behavior.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- js/layers/geojson-layer.js: one factory expressing fetch/dedupe+revision/
time-anchoring/cap/style/status — adding a GeoJSON feed is now data entry
- js/registry.js: quakes & fires refactored onto it (verified parity — same
counts/colors/time-anchoring), plus 4 new REAL layers, all default-off:
GDACS disasters (93), NWS severe weather US (13), Launch Library (30),
NSW RFS bushfires (21)
- deleted js/layers/quakes.js + fires.js (now registry entries); removed dead
CONFIG.quakes/fires blocks
- factory honors default-off (ds.show synced to enabled); zero console errors
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>