|
|
@@ -299,8 +299,8 @@ function processAirlineWidth(lines, airlineWidth) {
|
|
|
lastBearing = bearing
|
|
|
}
|
|
|
|
|
|
- let {imageName, lineWidth, strokeColor, fillColor} = getDefaultStyle()
|
|
|
- polygons.push({lineWidth, strokeColor, fillColor, coordinates});
|
|
|
+ let {imageName, strokeColor, fillColor} = getDefaultStyle()
|
|
|
+ polygons.push({lineWidth: 1, strokeColor, fillColor, coordinates});
|
|
|
}
|
|
|
return polygons
|
|
|
}
|