Oh Reading Martin's reply I see we are talking about vector tiles - ignore my previous email please :-P
Regards Tim On Mon, Aug 2, 2021 at 1:33 PM Martin Dobias <wonder...@gmail.com> wrote: > Hi René-Luc > > On Fri, Jul 30, 2021 at 12:27 PM René-Luc Dhont <rldh...@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 > > > > _______________________________________________ > QGIS-Developer mailing list > QGIS-Developer@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer > -- ------------------------------------------------------------------------------------------ Tim Sutton Visit http://kartoza.com to find out about open source: * Desktop GIS programming services * Geospatial web development * GIS Training * Consulting Services Tim is a member of the QGIS Project Steering Committee -------------------------------------------------------------------------------------------
_______________________________________________ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer