<!-- generated by scripts/docs/generate-reference.ts — do not edit -->
astro_render_map
Geographic chart renders — astrocartography, local space, eclipse paths, horizon.
- Layer: render
- Methods: astrocartography, local-space, eclipse-path, local-horizon
- Free tier: —
- Paid tier: astrocartography, local-space, eclipse-path, local-horizon
Description
Geographic chart renders — astrocartography, local space, eclipse paths, horizon.
Methods:
astrocartography [Paid] — astrocartography world map of planetary MC/IC/ASC/DSC lines for a birth chart
local-space [Paid] — local-space star-map showing each planet's azimuth bearing from the birth location
eclipse-path [Paid] — world map of the central path of the next solar eclipse after the given date
local-horizon [Paid] — local horizon circle plotting each planet's azimuth + altitude at the birth location
Input schema
astrocartography
| Field | Type | Required | Constraints |
|---|
| birthData.year | integer | yes | min -4000, max 4000, int |
| birthData.month | integer | yes | min 1, max 12, int |
| birthData.day | integer | yes | min 1, max 31, int |
| birthData.hour | integer | yes | min 0, max 23, int |
| birthData.minute | integer | yes | min 0, max 59, int |
| birthData.second | integer | no | min 0, max 59, int |
| birthData.latitude | number | yes | min -90, max 90 |
| birthData.longitude | number | yes | min -180, max 180 |
| birthData.timezone | number | yes | min -12, max 14 |
| birthData.unknownTime | boolean | no | — |
| planets | array<enum(10)> | no | — |
| lines | array<"mc" | "ic" | "asc" | "dsc"> | no | — |
local-space
| Field | Type | Required | Constraints |
|---|
| birthData.year | integer | yes | min -4000, max 4000, int |
| birthData.month | integer | yes | min 1, max 12, int |
| birthData.day | integer | yes | min 1, max 31, int |
| birthData.hour | integer | yes | min 0, max 23, int |
| birthData.minute | integer | yes | min 0, max 59, int |
| birthData.second | integer | no | min 0, max 59, int |
| birthData.latitude | number | yes | min -90, max 90 |
| birthData.longitude | number | yes | min -180, max 180 |
| birthData.timezone | number | yes | min -12, max 14 |
| birthData.unknownTime | boolean | no | — |
| planets | array<enum(10)> | no | — |
eclipse-path
| Field | Type | Required | Constraints |
|---|
| date.year | integer | yes | min 1800, max 2200, int |
| date.month | integer | yes | min 1, max 12, int |
| date.day | integer | yes | min 1, max 31, int |
local-horizon
| Field | Type | Required | Constraints |
|---|
| birthData.year | integer | yes | min -4000, max 4000, int |
| birthData.month | integer | yes | min 1, max 12, int |
| birthData.day | integer | yes | min 1, max 31, int |
| birthData.hour | integer | yes | min 0, max 23, int |
| birthData.minute | integer | yes | min 0, max 59, int |
| birthData.second | integer | no | min 0, max 59, int |
| birthData.latitude | number | yes | min -90, max 90 |
| birthData.longitude | number | yes | min -180, max 180 |
| birthData.timezone | number | yes | min -12, max 14 |
| birthData.unknownTime | boolean | no | — |
| planets | array<enum(10)> | no | — |