
[LAT]=41.287  		'your latitude 
        
[LONG]=-111.967 	'your longitude

'NORTH OGDEN, UTAH	'defaults 

Enter YOUR Latitude and Lontitude above following the [LAT]= and [LONG]= brackets.
Use whole number degrees and up to 3 decimal places. See examples below.
 
+ Latitude = North (equator north to north pole - northern hemisphere) +0 to +90
- Latitude = South (equator south to south pole - southern hemisphere) -0 t0 -90
 
+ Longitude = East (London east to mid Pacific - eastern hemisphere) >>> +0 to +180 
- Longitude = West (London west to mid Pacific - western hemisphere) >>> -0 to -180 


EXAMPLE (OGDEN, UTAH): (north/west hemisphere) 

	Latitude  = 41 North >>> [Lat]=41.000  
	Longitude = 112 West >>> [Long]=-112.000

EXAMPLE (Tim-Buck-Two): (south/east hemisphere) 

	Latitude  = 41 South >>> [Lat]=-41.000  
	Longitude = 112 East >>> [Long]=112.000








