'LineString': function(l) {
        var start = l[0];
        if (transform) {
          start = transform(start);
        }