Nguyễn Dương

Results 5 issues of Nguyễn Dương

Hi. Thanks for the wonderful library. I want to ask why not use OpenGL in SkiaGL? I am seeing comment: `//var glInterface = GRGlInterface.CreateNativeGlInterface(); //grContext = GRContext.Create(GRBackend.OpenGL, glInterface); //renderTarget =...

Hi I want to SetGeometry with Geometry format WKT? Thanks.

Hi. If I use tileSize=512 then need to fix `getTileId` function in MVTSource, change parameter `zoom` to `zoom-1` `getTileId(zoom, x, y) { return [zoom - 1, x, y].join(":"); }`

Hi, thanks for the great idea I have tried to get the source code and deploy it step by step, with the data being a part of the Singapore region...

I want to add dictionary when using docker (https://github.com/pelias/libpostal-service), how do I configure? Thank you

enhancement