Currently,
I am using gis:set-world-envelope-ds gis:envelope-of <shapefile> to set world. However, I am getting the error message: " Cannot move turtle beyond the world's edge. error while node 18469 running SET"
Hence, I would like to add a bufferzone around it. Does anyone know how?
You can manually adjust the envelope values, since they are x/y bounds. Calling
gis:envelope-ofjust returns a list of the format[x1 x2 y1 y2]which represent the boundaries of the envelope. How to adjust those depends on how much boundary you want and your projection but: here is a quick and dirty way to add a tenth of a 'span' (x1 - x2 or y1 - y2) as a buffer:Dataset downloaded from MapCruzin.com