You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The highway-shield-us-interstate layer looks for ref_length >= 6 and assigns the icon-image that translates to us_interstate_{ref_length}. But we don't have icons for us-interstate_4, us-interstate_5, and us-interstate_6.
However, I don't expect there are any us-interstate networks with a ref_length > 3. So would it make sense to update this filter as such instead of creating new icons?
The
highway-shield-us-interstate
layer looks forref_length >= 6
and assigns theicon-image
that translates tous_interstate_{ref_length}
. But we don't have icons forus-interstate_4
,us-interstate_5
, andus-interstate_6
.osm-bright-gl-style/style.json
Lines 2522 to 2551 in 500e26e
However, I don't expect there are any
us-interstate
networks with aref_length > 3
. So would it make sense to update this filter as such instead of creating new icons?The text was updated successfully, but these errors were encountered: