Alexander Rolek

Results 285 comments of Alexander Rolek

@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

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.

@pnorman unfortunately no. I would love to add a section to the docs around deployment best practices. We have been working on some new docs which would be able to...

@dwoznicki I agree that would be nice, but I'm not sure this is possible when using ST_AsMVT. The error you're seeing there is generated by the database. What version of...

@dwoznicki sorry for the slow response. I really like this idea! Generally speaking I like using database functions over forming up complex SQL inside of tegola. I have found it's...

Do you recall if this was on v0.5.0 or v0.6.0?

@gorbypark I think you're right, this could probably be implemented in the `decipherFileds` function, though that field is getting a bit overloaded so it might be due for a refactor....

@pnorman this sounds like something that will be fixed under #166. The problem shows up with the Douglas Peucker simplification algorithm and right angels. In v0.6.0 I implemented a per...

@phainv88 can you give me some more context here? What is generating the png image tiles? Is it converting the vector tiles to png and operating on the same file...

I know @jj0hns0n has some opinions on this with some of the work he's been prototyping.