X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgis-world.h;h=7994df2a96e70e22504b80228d4ad8407f983fad;hp=78ca130463ff8b4a09f7bba4bc0d9c9d61ed98e6;hb=ac7156bd84aef88b712f117f7e2f3d847d371719;hpb=4d1e8fc57db10e2cfd12ba1eddf498f6cf873d4f diff --git a/src/gis-world.h b/src/gis-world.h index 78ca130..7994df2 100644 --- a/src/gis-world.h +++ b/src/gis-world.h @@ -1,16 +1,16 @@ /* * Copyright (C) 2009 Andy Spencer - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -36,7 +36,7 @@ * px - Pixels, for screen-based distances * * height - Height, the distance above the geoid (ground) - * elev - Elevation, the distance above the spheroid + * elev - Elevation, the distance above the spheroid * rad - Radius, the distance from the center of the earth * * lat - Latitude, amount north-south, -90 (S) .. 90 (N) @@ -60,8 +60,8 @@ * lle2xyz: 0.0, 0.0, 0.0 -> 0.0, 0.0, 10.0 * lle2xyz: 90.0, 0.0, 0.0 -> 0.0, 10.0, 0.0 * lle2xyz: 0.0, 90.0, 0.0 -> 10.0, 0.0, 0.0 - * - * x y z -> lat lon elev + * + * x y z -> lat lon elev * xyz2lle: 10.0, 0.0, 0.0 -> 0.0, 90.0, 0.0 * xyz2lle: 0.0, 10.0, 0.0 -> 90.0, 0.0, 0.0 * xyz2lle: 0.0, 0.0, 10.0 -> 0.0, 0.0, 0.0