From 35425763e70b70f7efc9a5c9616695369609553f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 12 Mar 2020 18:36:39 +0100 Subject: Add proj_get_units_from_database() (fixes #2004) --- docs/source/development/reference/functions.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/source/development/reference') 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) -- cgit v1.2.3