Skip to content

Commit 08a42b7

Browse files
Adjust titles of Oblique Mercator projection examples (#2033)
1 parent d3b5fdc commit 08a42b7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/projections/cyl/cyl_oblique_mercator_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
r"""
2-
Oblique Mercator
3-
================
2+
Oblique Mercator, 1: origin and azimuth
3+
=======================================
44
55
Oblique configurations of the cylinder give rise to the oblique Mercator
66
projection. It is particularly useful when mapping regions of large lateral

examples/projections/cyl/cyl_oblique_mercator_2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
r"""
2-
Oblique Mercator
3-
================
2+
Oblique Mercator, 2: two points
3+
===============================
44
55
Oblique configurations of the cylinder give rise to the oblique Mercator
66
projection. It is particularly useful when mapping regions of large lateral

examples/projections/cyl/cyl_oblique_mercator_3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
r"""
2-
Oblique Mercator
3-
================
2+
Oblique Mercator, 3: origin and pole
3+
====================================
44
55
Oblique configurations of the cylinder give rise to the oblique Mercator
66
projection. It is particularly useful when mapping regions of large lateral

examples/projections/table/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The below table shows the projection codes for the 31 GMT projections.
5454
* - **N**\ [|lon0|/]\ *width*
5555
- :doc:`Robinson </projections/misc/misc_robinson>`
5656
* - **Oa**\ |lon0|/|lat0|/\ *azim*/*width*\ [**+v**]
57-
- :doc:`Oblique Mercator, 1: origin and azim </projections/cyl/cyl_oblique_mercator_1>`
57+
- :doc:`Oblique Mercator, 1: origin and azimuth </projections/cyl/cyl_oblique_mercator_1>`
5858
* - **Ob**\ |lon0|/|lat0|/|lon1|/|lat1|/\ *width*\ [**+v**]
5959
- :doc:`Oblique Mercator, 2: two points </projections/cyl/cyl_oblique_mercator_2>`
6060
* - **Oc**\ |lon0|/|lat0|/|lonp|/|latp|/\ *width*\ [**+v**]

0 commit comments

Comments
 (0)