From 5769d0bceef0b72494b87f63b040dafaed5da983 Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Tue, 6 Mar 2018 12:18:18 +1300 Subject: fix a few typos (again) --- docs/source/development/migration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/development/migration.rst') diff --git a/docs/source/development/migration.rst b/docs/source/development/migration.rst index eb509bcf..1ab0a91d 100644 --- a/docs/source/development/migration.rst +++ b/docs/source/development/migration.rst @@ -144,7 +144,7 @@ example with the old API the source system is described as ``+proj=latlon +ellps=clrk66`` and the destination system is described as ``+proj=merc +ellps=clrk66 +lat_ts=33``. Since the Mercator projection accepts geodetic coordinates as its input, the description of the source in this case -is superflous. We use that to our advantage in the new API and simply state +is superfluous. We use that to our advantage in the new API and simply state the destination. This is simple at a glance, but is actually a big conceptual change. We are now focused on the path between two systems instead of what the source and destination systems are. -- cgit v1.2.3