When I run gpclibPermit()
, I've got the answer FALSE
. How can I change it to be TRUE
?
How to turn gpclibPermit() to TRUE
19.2k Views Asked by PAC At
2
When I run gpclibPermit()
, I've got the answer FALSE
. How can I change it to be TRUE
?
I've struggled with the
gpclibPermit
issue myself. You don't provide a reproducible example, but I am guessing that you are having a sesion like this:At this point it helps to look at what
gpclibPermit
andgpclibPermitStatus
actually do:That is, you can't give
maptools
the permission to usegpclib
unless you have the packagegpclib
installed.