aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-03-12 18:36:39 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-03-12 19:40:35 +0100
commit35425763e70b70f7efc9a5c9616695369609553f (patch)
tree57fb24d1983252490e8f01755c9fd3caf934643b /docs/source/development
parentca3caf0e976e95a739963567057654cb8909bfb9 (diff)
downloadPROJ-35425763e70b70f7efc9a5c9616695369609553f.tar.gz
PROJ-35425763e70b70f7efc9a5c9616695369609553f.zip
Add proj_get_units_from_database() (fixes #2004)
Diffstat (limited to 'docs/source/development')
-rw-r--r--docs/source/development/reference/functions.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst
index 983e8a50..2d68ff68 100644
--- a/docs/source/development/reference/functions.rst
+++ b/docs/source/development/reference/functions.rst
@@ -521,6 +521,9 @@ Lists
entry of the returned array is a NULL-entry. The array is statically
allocated and does not need to be freed after use.
+ Note: starting with PROJ 7.1, this function is deprecated by
+ :cpp:func:`proj_get_units_from_database`
+
:returns: :c:type:`PJ_UNITS*`
.. c:function:: const PJ_PRIME_MERIDIANS* proj_list_prime_meridians(void)