60 | | * Create a represent function to output the data as D/M/S |
61 | | * Create a validator (& possibly widget) to allow entry of this format & have it converted to decimal degrees for storage |
| 60 | * Create a represent function to output the data as degrees minutes seconds, e.g. 57°55'56.6"E. |
| 61 | * [[http://www.geomidpoint.com/latlon.html|Examples of lat lon formats]] |
| 62 | * Create a validator (& possibly widget) to allow entry of this format (allowing for variations in input format like spaces and absence of the degree symbol, which most keyboards don't have) & have it converted to decimal degrees for storage |