Closed silky closed 1 month ago
This allows you to specify a point as your centroid, instead of requiring a point feature.
I.e. you can now do:
add_root = b6.add_collection(root, {}, b6.collection( b6.pair("centroid", b6.ll(55.9480999, -3.2000552)), )) ...
to define the centroid of the root world that is being added.
root
This allows you to specify a point as your centroid, instead of requiring a point feature.
I.e. you can now do:
to define the centroid of the
root
world that is being added.