Within mapbox tilemill it is possible to make make rail-roads like this:
To achieve this you need to write the following code: Source
#railroads {
::line, ::hatch { line-color: #777; }
::line { line-width:1; }
::hatch {
line-width: 4;
line-dasharray: 1, 24;
}
}
Would it also be possible to achieve the same within leaflet?
Aucun commentaire:
Enregistrer un commentaire