- async loading data layers in Map.js class
This commit is contained in:
parent
1302f5d135
commit
bec7c4776d
8 changed files with 619 additions and 242 deletions
|
@ -111,6 +111,9 @@ class TinLayer extends Layer {
|
|||
};
|
||||
|
||||
this.material = new ShaderMaterial( {
|
||||
clipIntersection: true,
|
||||
clipShadows: true,
|
||||
flatShading: true,
|
||||
uniforms: uniforms.clipping,
|
||||
vertexShader: shader.vertexClipping,
|
||||
fragmentShader: shader.fragmentClippingFront,
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue