LOCPOLIMAP function

LOCPOLIMAP

LOCPOLIMAP

This program takes a point and return the continent index for database manipulation.

LOCPOLIMAP(P, MAP)

Arguments

  • P: Point selected on screen using locator
  • MAP: List of maps and coordinates from database

Details

Uses the CIA data base definitions.

Returns

  • J: Index to map data base

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

SETPOLIMAP

Examples

P = list(lat=36.09063, lon=19.44610) LMAP = SETPOLIMAP() J = LOCPOLIMAP(P, LMAP) J
  • Maintainer: Jonathan M. Lees
  • License: GPL (>= 2)
  • Last published: 2024-07-09

Useful links