tangrams / tangram

WebGL map rendering engine for creative cartography
https://tangram.city
MIT License
2.22k stars 290 forks source link

Road shield funk, missing artwork #662

Closed nvkelso closed 6 years ago

nvkelso commented 6 years ago

TANGRAM VERSION:

v0.15.2 and 0.14.x

ENVIRONMENT:

Mac Chrome Version 68.0.3440.106 (Official Build) (64-bit)

TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:

RESULT:

Some shield artwork fails to draw (but the text draws fine)

EXPECTED RESULT:

The shield artwork and the text should both draw in v0.15.x. It does in Tangram 0.14.x!

v0.15.x

screen shot 2018-08-18 at 22 59 44

v0.14.x

screen shot 2018-08-18 at 23 06 14

For comparision:

screen shot 2018-08-18 at 23 04 47 screen shot 2018-08-18 at 23 04 41
nvkelso commented 6 years ago

Seems to affect both legit shields (like CA:transcanada) and "generic" fallback shields.

bcamper commented 6 years ago

Should be fixed by 417e4b9cdcfa26b2d5b4a87da1866136d8233c92 Problem was caused by more than one texture being used for rendering by the same style (multiple sprite sheets for shields in this case).

nvkelso commented 6 years ago

This is fix is live in 0.15.3 and I've confirmed it's working for me. Thank you!