diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-15 23:28:23 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-16 14:39:39 +0100 |
| commit | 66fd99a8831955034cb25c8468ecfe1f9d3a7d62 (patch) | |
| tree | 19e2adc8809290881a6a13ec6001013d03170c7d /docs/source | |
| parent | 2afa147d29631a1309e36418741e34f3f649b84b (diff) | |
| download | PROJ-66fd99a8831955034cb25c8468ecfe1f9d3a7d62.tar.gz PROJ-66fd99a8831955034cb25c8468ecfe1f9d3a7d62.zip | |
Address review comments for https://github.com/OSGeo/PROJ/pull/1817
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/resource_files.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 3684a948..a07d6d6a 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -67,6 +67,8 @@ A proj installation includes a SQLite database of transformation information that must be accessible for the library to work properly. The library will print an error if the database can't be found. +.. _proj-ini: + proj.ini ------------------------------------------------------------------------------- @@ -92,7 +94,7 @@ Its default content is: cache_enabled = on - cache_size_MB = 100 + cache_size_MB = 300 cache_ttl_sec = 86400 |
