... | ... |
@@ -235,6 +235,9 @@ var MapAirportItem = { |
235 | 235 |
.setFont('LiberationFonts/LiberationSans-Regular.ttf') |
236 | 236 |
.setFontSize(32); |
237 | 237 |
|
238 |
+ me._can.label.set('fill','#BACBFB'); |
|
239 |
+ me._can.label.set('stroke','#000000'); |
|
240 |
+ |
|
238 | 241 |
me._can.layout = group.createChild('group','airport_layout' ~ me._id); |
239 | 242 |
me._can.layoutIcon = group.createChild('group','airport_layout_Icon' ~ me._id); |
240 | 243 |
return me._can.group; |