-
Working in https://github.com/mapbox/vtfx/tree/raster-query, beginning to test raster decoding / encoding with different image formats / pixel depths. Right now, in https://github.com/mapbox/vtfx/tree…
-
- [x] Merge GC branch
- [x] Unit test each vtfx using layer objects (rather than a "real" PBF layer)
- [x] Benchmark each vtfx
- [ ] Open upstream PRs for protocol-buffers js
- [x] Vet parameters for …
yhahn updated
10 years ago
-
- set up a new fx file in this dir https://github.com/mapbox/vtfx/blob/master/fx/drop.js
- add it to list of processors https://github.com/mapbox/vtfx/blob/master/index.js#L16-L17
- add a test for it …
yhahn updated
10 years ago
-
From @ian29's notes:
> drop_features field, {,=}, value
I'm guessing he's imagining a filter that drops features that don't match a certain filter constraint (e.g. `class = 'park'`.
Same setup note…
yhahn updated
10 years ago
-
dont do this whole bit twice:
https://github.com/mapbox/vtfx/blob/master/fx/orderby.js#L33-L45
ian29 updated
10 years ago
-
can a vtfx do this?
http://a.tiles.mapbox.com/v3/colemanm.blue-marble-8bit/page.html#4/12.77/11.65
-
Running into an issue where encoding a PBF twice in a row is leading to corruption.
https://github.com/mapbox/vtfx/tree/double-encode
Will have to poke at this sometime.
cc @camilleanne
yhahn updated
10 years ago
-
currently im using a function like this with a loop in side a loop (usually inside another loop) every time i need to look up a value. is there a better way?
``` js
function getvalue(feature) {
f…
ian29 updated
10 years ago
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine)
- [X] Search the ex…
-
Would be very nice to add some Valve Source Engine file support.
Unfortunately there isn't much icon around for those file type.
```
BSP - Binary Space Partition - .bsp
VPK - Valve Packag…