Dentro de mapbox tilemill es posible hacer vías férreas como esta:
(fuente: <a href="https://www.mapbox.com/tilemill/assets/pages/styling-lines-9.png" rel="nofollow noreferrer">mapbox.com </a>)
Para conseguirlo hay que escribir el siguiente código: Fuente
#railroads {
::line, ::hatch { line-color: #777; }
::line { line-width:1; }
::hatch {
line-width: 4;
line-dasharray: 1, 24;
}
}
¿Sería posible conseguir lo mismo dentro del folleto?