LOCPOLIMAP
This program takes a point and return the continent index for database manipulation.
LOCPOLIMAP(P, MAP)
P
: Point selected on screen using locatorMAP
: List of maps and coordinates from databaseUses the CIA data base definitions.
Jonathan M. Lees<jonathan.lees.edu>
SETPOLIMAP
P = list(lat=36.09063, lon=19.44610) LMAP = SETPOLIMAP() J = LOCPOLIMAP(P, LMAP) J
Useful links