feat(ocaml-globe): add grid overlay, coverage footprints, and geometry module
New modules in ocaml-globe:
- Globe.Geometry: pure-math footprint angles, grid line generation,
circle-on-sphere construction (10 native tests)
- Globe_webgl.Grid: lat/lon grid overlay renderer
- Globe_webgl.Coverage: satellite ground footprint circles
- Globe_webgl.Camera: add pp function
All pure geometry is in lib/ (testable natively), WebGL renderers in
webgl/ (tested via Node.js with js_of_ocaml). 25 native + 13 Node.js
tests passing.