Opened 22 months ago
Closed 17 months ago
#5333 closed enhancement (invalid)
Use proj_context_set_enable_network() to allow user-level toggle of proj network?
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
For control of the PROJ_NETWORK setting. (See https://proj.org/usage/network.html) We could put this in a superuser-only GUC, for example. Then DBaaS wouldn't have to sort of globally set policy on it. Of course, if they really really wanted to disallow it, then they'd probably prefer it not exist at all.
Change History (2)
comment:1 by , 21 months ago
comment:2 by , 17 months ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Nope I think we are instead ending up on a "provide info, hope packagers and installers do the Right Thing when they put together proj".
Note:
See TracTickets
for help on using tickets.
I assume this wouldn't work if proj wasn't built with curl support right? So if not built with curl support, what would happen if its set to true on the GUC? Would it error or allow it and we just wouldn't do anything?