Open
Description
I'm trying to use this with map latitudes / longitudes.
Calling $voronoi->compute with 10 sites appears to hang.
My bbox is
$bbox->xl = -113;
$bbox->xr = -111;
$bbox->yt = 31;
$bbox->yb = 34;
but the Nurbs_Point x and y are floats, for example -111.972288 33.428495
Am I doing something wrong?