diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-12 18:36:39 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-12 19:40:35 +0100 |
| commit | 35425763e70b70f7efc9a5c9616695369609553f (patch) | |
| tree | 57fb24d1983252490e8f01755c9fd3caf934643b /docs/source/development | |
| parent | ca3caf0e976e95a739963567057654cb8909bfb9 (diff) | |
| download | PROJ-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.rst | 3 |
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) |
