1
0
Fork 0

browsermap: less ugly runway rendering

This commit is contained in:
Torsten Dreyer 2014-03-23 23:16:11 +01:00
parent 7e25bbb51b
commit f90ecf08d2

View file

@ -192,6 +192,16 @@ L.RotatedMarker = L.Marker.extend({
weight: 1,
};
}
if( feature.properties.type == "airport" ) {
return {
color: 'black',
weight: 3,
fill: 'true',
fillColor: '#606060',
fillOpacity: 1.0,
lineJoin: 'bevel',
};
}
}
});