Seungup
Seungup
https://github.com/gamestdio/three-text2d/blob/812e35c864767a7c95c6231236b9803dda258da8/src/Text2D.ts#L68 The member variable defineded to ```ts protected _text: string; ``` but the actual constructor puts the value on ```ts this.text = text; ```
The @turf/tesselate function fails to properly process GeoJSON Polygon data that includes elevation.
### Description The `@turf/tesselate` function fails to properly process GeoJSON Polygon data that includes elevation. ### Reproduction The issue can be reproduced with the following GeoJSON file: ```json { "type":...
Tile Expiry Handling Issue: raster_dem_tile_source.ts, raster_tile_source.ts tile is never expired
### Description: In the current implementation of `raster_dem_tile_source.ts`, `raster_tile_source.ts` tile expiration is only handled if both `cacheControl` and `expires` are present. However, in cases where `cacheControl` is an empty string,...
## User Story It seems that using the method where the user directly draws to the framebuffer and creates the final image for each tile, then provides the data to...