File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
; Network capabilities disabled by default.
6
6
; Can be overridden with the PROJ_NETWORK=ON environment variable.
7
- ; network = on
7
+ ; Cf https://proj.org/en/latest/usage/network.html
8
+ ; Valid values = on, off
9
+ network = off
8
10
11
+ ; Endpoint of the Content Delivery Network where remote resources might
12
+ ; be accessed. Only used if network access is allowed (cf above "network"
13
+ ; option)
9
14
; Can be overridden with the PROJ_NETWORK_ENDPOINT environment variable.
10
15
cdn_endpoint = https://cdn.proj.org
11
16
17
+ ; Whether to enable a cache of remote resources that are accessed, on the
18
+ ; local file system
19
+ ; Valid values = on, off
12
20
cache_enabled = on
13
21
22
+ ; Size of the cache in megabytes
14
23
cache_size_MB = 300
15
24
25
+ ; Time-to-live delay in seconds before already accessed remote resources are
26
+ ; acessed again to check if they have been updated.
16
27
cache_ttl_sec = 86400
17
28
18
29
; Can be set to on so that by default the lack of a known resource files needed
@@ -23,7 +34,8 @@ cache_ttl_sec = 86400
23
34
; passed to the proj_create_crs_to_crs() method, or with the --only-best
24
35
; option of the cs2cs program.
25
36
; (added in PROJ 9.2)
26
- ; only_best_default = on
37
+ ; Valid values = on, off
38
+ only_best_default = off
27
39
28
40
; Filename of the Certificate Authority (CA) bundle.
29
41
; Can be overriden with the PROJ_CURL_CA_BUNDLE / CURL_CA_BUNDLE environment variable.
You can’t perform that action at this time.
0 commit comments