TileStache icon indicating copy to clipboard operation
TileStache copied to clipboard

A stylish alternative for caching your map tiles.

Results 6 TileStache issues
Sort by recently updated
recently updated
newest added

Has the following branches: 1. dryer-tilestache #1 2. better-error-responses #5 3. add-opensciencemap-vectiles #4 4. add-mapbox-vectiles #7 5. add-layer-name-to-vtm-tiles #8 6. drop-null-val-prop #9 7. extend-multiprovider #3 8. update-column-names #12 9. empty-mapbox-responses...

https://github.com/mapzen/TileStache/blob/integration-1/TileStache/Goodies/VecTiles/transform.py#L33-L68

Currently we pass the zoom, but it would be better to pass a whole context with useful information such as: 1. A logger object for information, warnings and non-fatal errors....

…and if there’s something we could do with upstream TileStache so it doesn’t need to be? I see some data-specific changes in VecTiles for example, and think it might make...

question

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...

At the moment, post-process filters are passed all layers as a parameter, but return one layer (or `None`) which is inserted back into the layers list. Post-process filters can alter...