handle_map_style.go:141: layer (providerLayerName: zones_label) has unsupported geometry type (<nil>) when database users can't read table
Any hint what is missing, every element in the column is a point.
@skinkie do you have an !ZOOM! token in your sql? I recently pushed a fix to the v0.6.0 branch that addresses this. check out #232
Sorry, my fault. I do hope this report helps future users. I didn't grant the table to user tegola. Hence the query probably aborted without read rights. Could you check the error if tegola has access to the table, if not report that to the user?
hmm that's strange. I would have suspected an error around permissions rather than an nil geom type. I will modify this issue title and check into it.