the red line is where there is total eclipse
I thought the region of total eclipse visibility is a polygon, according to these definitions:
- "TotalPhaseCenterLine" - line representing the central path of the eclipse
- "TotalPhasePolygon" - polygon representing the total phase of the eclipse
Am I wrong?
GeoGraphics[{GeoStyling[None],
Opacity[.3], Orange, EdgeForm[Gray],
SolarEclipse[DateObject[{2015, 1, 1, 0, 0}],
"TotalPhasePolygon", EclipseType -> "Total"],
Red, Thick,
SolarEclipse[DateObject[{2015, 1, 1, 0, 0}],
"TotalPhaseCenterLine", EclipseType -> "Total"]},
ImageSize -> 800, GeoProjection -> "Orthographic",
GeoZoomLevel -> 5]
