if (feature.attributes.type == 'alternative') return '#7f7fff';
if (feature.attributes.type == 'lift') return '#000000';
if (feature.attributes.type == 'anfahrt') return '#e1e100';
- return '#ee9900';
+ return '#e7525b';
},
getStrokeWidth: function(feature) {
if (feature.attributes.strokeWidth !== undefined) return feature.attributes.strokeWidth;