diff --git a/demos/transit.yaml b/demos/transit.yaml deleted file mode 100644 index f0ef1747d..000000000 --- a/demos/transit.yaml +++ /dev/null @@ -1,18 +0,0 @@ -layers: - transit: - data: { source: mapzen } - draw: - lines: - order: 400 - color: gray - width: 4px - outline: - color: black - width: 1px - interactive: true - - colored: - filter: { colour: true } - draw: - lines: - color: function() { return feature.colour; }