{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thornage Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.222792,
            53.492323
          ],
          [
            -2.223034,
            53.492493
          ],
          [
            -2.223276,
            53.492664
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023069663, M40 7UH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.222791863432226,
          53.492322997488714
        ]
      }
    }
  ]
}