{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stretford Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.879537,
            50.906121
          ],
          [
            -2.880081,
            50.906749
          ],
          [
            -2.880142,
            50.907035
          ],
          [
            -2.880048,
            50.907258
          ],
          [
            -2.879722,
            50.908028
          ],
          [
            -2.879404,
            50.908418
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "30121130, TA19 0PX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.879421860616333,
          50.908418652454486
        ]
      }
    }
  ]
}