Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.43.0
GitLab
API (v0.43.0) - Giro3D
entities
defaultMapSubdivisionStrategy
Function defaultMapSubdivisionStrategy
Allows subdivision if:
if elevation layer present and active and terrain deformation is enabled
: wait for all elevation layers to have finished loading the tile,
otherwise allow subdivision without condition
default
Map
Subdivision
Strategy
(
tile
,
context
)
:
boolean
Parameters
tile
:
Readonly
<
Object3D
<
Object3DEventMap
>
&
{
extent
:
Extent
;
lod
:
number
;
}
>
The tile to subdivide.
context
:
{
entity
:
Readonly
<
entities
.
Map
<
EntityUserData
>
>
;
layers
:
readonly
Readonly
<
Layer
<
LayerEvents
,
LayerUserData
>
>
[]
;
}
entity
:
Readonly
<
entities
.
Map
<
EntityUserData
>
>
layers
:
readonly
Readonly
<
Layer
<
LayerEvents
,
LayerUserData
>
>
[]
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
API (v0.43.0) - Giro3D
Loading...
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Allows subdivision if: