From 080a3abf2a16c7e75a8e04fa0f1c1f096665962f Mon Sep 17 00:00:00 2001 From: Nathaniel Kelso Date: Sat, 1 Dec 2018 23:17:43 -0800 Subject: [PATCH] disable the inoperative sprite_default with note --- themes/walkabout-road-shields-international.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/walkabout-road-shields-international.yaml b/themes/walkabout-road-shields-international.yaml index 7b123ce..b72a404 100644 --- a/themes/walkabout-road-shields-international.yaml +++ b/themes/walkabout-road-shields-international.yaml @@ -1425,7 +1425,7 @@ layers: texture: mapzen_icon_library_shields_international # you need to match any custom shield to the vector tile `network` values sprite: function() { return (feature.network + '-' + feature.shield_text.length + 'char'); } - sprite_default: function() { return ('generic_shield-' + feature.shield_text.length + 'char'); } + # FYI: sprite_default doesn't support functions, default is carried by parent style's sprite function text: font: fill: [0.308,0.308,0.308]