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
Most milestones are only rendered at zoom level 14+. There should be more milestones on zoom levels 13 (and maybe 12 and 11). Possible solutions:
Higher repeat distance for railway_text_med labels.
Render milestones with non-integer values as well but give a preference for integer values using ORDER BY CASE WHEN railway_pos_decimal(pos) = '0' THEN 1 ELSE 2 END ASC.
The text was updated successfully, but these errors were encountered:
Most milestones are only rendered at zoom level 14+. There should be more milestones on zoom levels 13 (and maybe 12 and 11). Possible solutions:
railway_text_med
labels.ORDER BY CASE WHEN railway_pos_decimal(pos) = '0' THEN 1 ELSE 2 END ASC
.The text was updated successfully, but these errors were encountered: