browsermap: less ugly runway rendering
This commit is contained in:
parent
7e25bbb51b
commit
f90ecf08d2
1 changed files with 10 additions and 0 deletions
|
@ -192,6 +192,16 @@ L.RotatedMarker = L.Marker.extend({
|
||||||
weight: 1,
|
weight: 1,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
if( feature.properties.type == "airport" ) {
|
||||||
|
return {
|
||||||
|
color: 'black',
|
||||||
|
weight: 3,
|
||||||
|
fill: 'true',
|
||||||
|
fillColor: '#606060',
|
||||||
|
fillOpacity: 1.0,
|
||||||
|
lineJoin: 'bevel',
|
||||||
|
};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue