lundi 1 décembre 2014

Is it possible to hatch format railroads in leaflet?


Within mapbox tilemill it is possible to make make rail-roads like this: mapbox railroad example


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