{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tees Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.141021,
            53.609098
          ],
          [
            -2.141029,
            53.6092
          ],
          [
            -2.141038,
            53.609301
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23113335, OL16 5NT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.141020520690047,
          53.609098250183216
        ]
      }
    }
  ]
}