tangrams / refill-style

From Toner to Tangram
https://tangrams.github.io/refill-style
MIT License
35 stars 12 forks source link

Building grid should use texture #15

Closed bcamper closed 8 years ago

bcamper commented 8 years ago

It looks like the building-grid is trying to reference the same texture from the Eraser Map style, but that texture hasn't been defined in textures:

https://github.com/tangrams/refill-style/blob/gh-pages/refill-style.yaml#L833

Instead the shader block is still programmatically drawing the building grid, so we still have aliasing artifacts, and are also getting missing texture references.

Seems like the intention and best rendering path here would be to use the building grid texture?

bcamper commented 8 years ago

@sensescape I addressed this in #16, let me know if that makes sense.

bcamper commented 8 years ago

closed via #16