Blake Thompson
Blake Thompson
@yohanboniface both? We need to integrate coveralls into our testing so that we can see where we need to write more tests in the python bindings, but we also just...
Additionally it seems that `toWKB` does not provide any projection information, this is something that PostGIS expects apparently? Currently the workaround is to insert WKB objects as `SRID=0` and then...
This is due to simplification more then likely. If two polygons share an edge and then are simplified in a very slightly different way there is a good change you...
@zerebubuth I am well versed in this problem and more then willing to help guide you in any way possible here. Even if you need to have a phone call...
@zerebubuth we developed https://github.com/mapbox/wagyu specifically to address this problem. Its not a small bit of software. Making OGC valid polygons can be really tough in some crazy situations, almost any...
@nvkelso in general it is a good idea to not have empty layers if you can do it, just saves some bandwidth, storage and processing.
@pnorman a tile with no features in should have no layers and therefore is an empty buffer, therefore, it is best to not even have a tile in that location....
`204 No Content` is probably the correct response
@lexman I am putting the final touches on https://github.com/mapbox/wagyu right now - which will be responsible for making all our geometry valid and supported for v1/v2. This is exciting because...
@rmarianski, at Mapbox are slowly working towards making some more generic pieces for making vector tiles. So that we can have individuals use smaller pieces that do exactly what is...