Tried to create turtle outside GIS envelope at: (-85.04320641132607, 41.60757853756865, NaN). Try setting your GIS world envelope with gis:set-world-envelope (gis:envelope-union-of (gis:envelope-of your-first-dataset) (gis:envelope-of your-second-dataset) etc.))
The desired behavior should be for the turtle to be placed within the NetLogo world, even if it has to get nudged just a tiny bit to not be on the edge of the envelope
Steps to Reproduce:
gis:set-world-envelope gis:envelope-of <the_fire_stations_dataset>gis:create-turtles-from-points fire_stations_dataset turtles []show gis:world-envelopeand observe the output[-85.35946191554375 -84.99406832484011 41.607578537568656 41.97297212827229]The desired behavior should be for the turtle to be placed within the NetLogo world, even if it has to get nudged just a tiny bit to not be on the edge of the envelope