tangrams / walkabout-style

Preview map:
https://tangrams.github.io/walkabout-style
MIT License
32 stars 14 forks source link

Combine two normal tile buckets #21

Closed meetar closed 8 years ago

meetar commented 8 years ago

For now the two dev urls are each only serving half of the desired tiles – there's a way to combine them using a shader, which is ~simple when you just want to display the tiles, but more complex when you want to use the result in other shaders. I wasn't able to get this working properly today – I'll try again when I get the chance.

nvkelso commented 8 years ago

Thanks!

(This will be for debug only during dev. Once prod tiles are available, we'll switch back to using a single source.)

nvkelso commented 8 years ago

Not to be fixed.

meetar commented 8 years ago

Yeah as far as I can tell this would have required duplicating every style, which wouldn't be practical in this case.