Heron plugin in rhino appserver

I am using import vector from heron plugin to access shapefile from url.
It works in rhino but in rhino appserver i get the error.
“Object reference not set to an instance of an object”

1 Like

If rhino appserver is a headless environment, you will need to use ImportVectorLite instead of ImportVector as noted here:

-Brian

1 Like