[QGIS-Developer] QGIS Server Tiles API Plugin

Martin Dobias wonder.sk at gmail.com
Mon Aug 2 05:33:01 PDT 2021


Hi René-Luc

On Fri, Jul 30, 2021 at 12:27 PM René-Luc Dhont <rldhont at gmail.com> wrote:

> Hi Devs,
>
> On request from Ifremer, we at 3Liz are started to work on a plugin to
> provide Tiles API for QGIS Server.
> https://github.com/3liz/qgis-server-tiles-plugin
>

Nice work!

Do you also plan to port the code for vector tile server into QGIS server,
or do you want to keep it in the plugin? (It would be great to have it
integrated in vanilla QGIS server!)

> I have discovered that QgsVectorTileMVTEncoder is not available in Python.

Yeah that class is an internal implementation detail, the
QgsVectorTileWriter class is actually the one that should be used (also
used in the processing alg to make vector tiles). But if there's a reason
to have the MVTEncoder class in public API, we could make it public...

Let me note that the vector tile writing code is not as mature as the code
for reading vector tiles, so especially for some edge cases it may be good
to compare the output with a more mature generator like tippecanoe.

Regards
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20210802/eecf4b9a/attachment.html>


More information about the QGIS-Developer mailing list