ENH: adjustments to searchable surfaces

- code reduction, documentation, code stubs for spheroid (#1901)

- make searchableSurfaceCollection available as 'collection'
  for consistency with other objects
This commit is contained in:
Mark Olesen
2020-10-15 09:25:51 +02:00
parent f999013f41
commit 4258f8059f
26 changed files with 744 additions and 230 deletions

View File

@ -40,7 +40,7 @@ geometry
}
all
{
type searchableBox;
type box;
min (-1000 -1000 -1000);
max (1000 1000 1000);
}