| | 170 | |
| | 171 | |
| | 172 | "Distance calculation methods available are: |
| | 173 | 1) British National Grid |
| | 174 | 2) Irish National Grid |
| | 175 | 3) UTM ellipsoid |
| | 176 | Which would you like to use?" |
| | 177 | |
| | 178 | (and if you choose UTM ellipsoid) |
| | 179 | "Which ellipsoid would you like to use? (eg 'Airy', 'WGS-84')" |
| | 180 | |
| | 181 | See http://www.vterrain.org/Projections/ for how this all works. |
| | 182 | A UTM (Universal Transverse Mercator) ellipsoid maps latitude and |
| | 183 | longitude to eastings and northings on a square grid, which allows |
| | 184 | more accurate distance calculations within the guide. The British and |
| | 185 | Irish National Grids are scaled and parametrised versions of UTM |
| | 186 | ellipsoids (Airy 1830 in the British case, Modified Airy in the Irish). |
| | 187 | |
| | 188 | Please note that at the moment there is no provision for changing your |
| | 189 | mind later about which ellipsoid to use, but it shouldn't be too hard |
| | 190 | to write a conversion script so don't worry too much about picking the |
| | 191 | wrong one. However do note that once you've entered some location |
| | 192 | data you should not change this value in the config file without running |
| | 193 | some kind of converter. |
| | 194 | |
| | 195 | If you decide to use the British or Irish National Grid, your users |
| | 196 | will be able to choose between entering location data as lat/long |
| | 197 | or as grid co-ordinates. |
| | 198 | |
| | 199 | You must have Geography::NationalGrid::GB installed to use the British |
| | 200 | National Grid, Geography::NationalGrid::IE to use the Irish National |
| | 201 | Grid, and Geo::Coordinates::UTM to use a UTM ellipsoid. |
| | 202 | |