diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-06-02 11:06:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-02 11:06:27 +0200 |
| commit | 6160304480a2d16022662935da3837986cd2ba61 (patch) | |
| tree | df6904bc756d5fc6ced5881eb7a75b0efd74da1d /src | |
| parent | 524a335e0b80cf4ba8c68bf72321405a2803fca4 (diff) | |
| parent | 5a8009e4dfc6538f9979a8a901ab1c8c20d6e43f (diff) | |
| download | PROJ-6160304480a2d16022662935da3837986cd2ba61.tar.gz PROJ-6160304480a2d16022662935da3837986cd2ba61.zip | |
Merge pull request #1027 from mwtoews/docs
Update URLs
Diffstat (limited to 'src')
| -rw-r--r-- | src/PJ_cart.c | 4 | ||||
| -rw-r--r-- | src/PJ_patterson.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/PJ_cart.c b/src/PJ_cart.c index b4fc60b2..6fed9985 100644 --- a/src/PJ_cart.c +++ b/src/PJ_cart.c @@ -64,7 +64,7 @@ PROJ_HEAD(cart, "Geodetic/cartesian conversions"); and Wikipedia: Geographic Coordinate Conversion, - https://en.m.wikipedia.org/wiki/Geographic_coordinate_conversion + https://en.wikipedia.org/wiki/Geographic_coordinate_conversion (WP, below). @@ -94,7 +94,7 @@ PROJ_HEAD(cart, "Geodetic/cartesian conversions"); Wikipedia: Earth Radius https://en.wikipedia.org/wiki/Earth_radius#Radius_at_a_given_geodetic_latitude - (Derivation and commentary at http://gis.stackexchange.com/questions/20200/how-do-you-compute-the-earths-radius-at-a-given-geodetic-latitude) + (Derivation and commentary at https://gis.stackexchange.com/q/20200) (WP2, below) diff --git a/src/PJ_patterson.c b/src/PJ_patterson.c index a15c730f..b54847f2 100644 --- a/src/PJ_patterson.c +++ b/src/PJ_patterson.c @@ -33,7 +33,7 @@ * Patterson, T., Savric, B., and Jenny, B. (2015). Cartographic Perspectives * (No.78). Describes the projection design and characteristics, and * developing the equations. doi:10.14714/CP78.1270 - * http://dx.doi.org/10.14714/CP78.1270 + * https://doi.org/10.14714/CP78.1270 * * Port to PROJ.4 by Micah Cochran, 26 March 2016 */ |
