Skip to content

Commit

Permalink
disable the inoperative sprite_default with note
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso committed Dec 2, 2018
1 parent 18d965c commit 080a3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/walkabout-road-shields-international.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 080a3ab

Please sign in to comment.