Robert Marianski

Results 19 issues of Robert Marianski

Only return back true values, and leave off the property in the tile when it's false.

priority medium
layer-water

The tilejson tends to [fall out of date](https://github.com/tilezen/vector-datasource/issues/872) as we make changes to layers. Ideally, we'd be able to create an automated process to keep them fresh.

query

Travis CI build has started failing with a seg fault. https://travis-ci.org/tilezen/mapbox-vector-tile/builds/293683076

scale_rank values of `True` are erroneously appearing in tiles. Example tile: https://tile.mapzen.com/mapzen/vector/v1/512/all/16/19293/24639.mvt

in review

The encoder should support dynamic extents on a per layer basis.

Some requests for high zooms [1] end up producing overflows and generate errors [2]. Can we start enforcing a max zoom, and return 404s for zooms higher than that? @nvkelso...

nextnext

It would be nice if there was a way for the individual feature transforms to signal that a feature should be dropped. One way to do this would be to...

From a recent batch run, we have some errors on a few tiles: ## 10/896/368 A geometry collection snuck in. ``` Traceback (most recent call last): File "/usr/src/tilequeue/tilequeue/command.py", line 2170,...

in review

The wof neighbourhood sync process hangs. We should: * try to prevent this from happening * get alerted if it does

The "redis cache index" naming and configuration is a little opaque. The name doesn't really reflect what it does, and the configuration for it is in a "redis" section in...