Hi everyone! ![]()
For the GIS Administrators and System Architects here: If your organization relies on QGIS and you need a way to publish maps that is both secure and extremely fast, Iād like to introduce you to Qtiler.
What is Qtiler? It is an Open Source Node.js application that leverages QGIS Desktop native libraries to serve data. It turns your .qgs/.qgz projects into standard OGC services without the overhead of Java-based middleware.
Why is this beneficial for your Organization?
-
Speed & Scalability: Built on Node.js, it handles concurrent requests efficiently. Pre-rendered WMTS/XYZ tiles load instantly, removing load from your database. -
Security: By serving pre-rendered tiles or controlled WFS, you reduce direct exposure to your backend databases. It sits perfectly behind IIS/Nginx reverse proxies. -
Data Integrity: No more SLD translation errors. What you see in QGIS Desktop is exactly what gets served to your web clients (QGIS, Leaflet, OpenLayers, Origo, Lizmap, ArcGIS). -
Low Maintenance: No complex XML configurations. It reads your QGIS project file directly.
Capabilities:
-
Dynamic: WMS & WFS
-
Static/Cached: WMTS & XYZ (Directory or MBTiles)
Get started: It requires QGIS Desktop and Node.js.
Happy to answer any questions regarding deployment or performance benchmarks! BR/ Abel