[gdal-dev] Vector Tile Service

Ari Jolma ari.jolma at gmail.com
Tue May 12 04:01:09 PDT 2020


I don't know about C#. In JavaScript I have a use case where I combine 
several single theme vector tiles into one multi theme tile each in its 
own thread async and then combine them before sending. I use the 
async.series method for that.

Ari

rmaddu kirjoitti 12.5.2020 klo 13.28:
> Hi,
>
> We have "VRT - Virtual format" for Vectors also
> (https://gdal.org/drivers/vector/vrt.html).
>
> Using this format and with C# bindings, presently I am able to generate the
> vector tiles in disk. My problem here is -
>
> Presently I have written code in console, whenever I open this console
> application and after few seconds tiles are generated in disk and console
> window is closed. Manually I am waiting till the console close and checking
> for my required tile.
>
> My server side requirement is, we will get multiple tile requests from
> client. We have to write mutiple calls
> "Gdal.wrapper_GDALVectorTranslateDestName" at a time. Question here is how
> to track these threads. How do I know, particular thread is completed so
> that I will check for a tile and return to client.
>
> Please provide the suggestions.
>
> Regards,
> Rajesh
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev


More information about the gdal-dev mailing list