Astro-Geography

Local Space Influence Zone

Calculate the local space influence zone lines for a chart relocated to a specific city: lines on the map showing planet directions from that location.

post/local-space/influence-zone

Request body

latitudenumber nullable required
longitudenumber nullable required
azimuthnumber nullable required
halfAnglenumber nullable
maxDistDegnumber nullable

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 1 of the 13 revisions of this API.22

  • 8ab5a768b52122See the full diff
    • removed the optional property data/lines from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/location from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/count to the response with the 200 status

      response-optional-property-added

    • added the optional property data/polygon to the response with the 200 status

      response-optional-property-added