pnorman / tilekiln-old

A PostGIS-based vector tile generator
GNU General Public License v3.0
33 stars 6 forks source link

Replace ST_AsMVTGeom with jinja2 text #7

Open pnorman opened 4 years ago

pnorman commented 4 years ago

If every query is going to need ST_AsMVTGeom(way, {{bbox}}, {{extent}}) AS way then it should be a j2 function.