[Tile-serving] [openstreetmap/mod_tile] Postgis Plugin: ERROR: column "name" does not exist (#192)

Luis Forte notifications at github.com
Tue Jan 1 23:36:13 UTC 2019


Don't bother with DEBUG messages, they are not really errors; receiving all those messages just mean that all the components are apparently ok (postgresql, renderd, apache, etc).
I forgot to emphasize the parts that are missing in the query:

SELECT ST_AsBinary("way") AS geom,"feature","name","way_pixels"
FROM (SELECT way, way_pixels, **name**, COALESCE(wetland, landuse, "natural") AS feature
FROM (SELECT **name**, way, ('landuse_' || (CASE WHEN landuse IN ('forest', 'farmland', 'residential', 'commercial', 'retail', 'industrial', 'meadow', 'vineyard', 'orchard') THEN landuse ELSE NULL END)) AS landuse


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/192#issuecomment-450765550
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20190101/39b65d31/attachment-0001.html>


More information about the Tile-serving mailing list