{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blackburne Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.643314,
            53.457406
          ],
          [
            -2.643634,
            53.45741
          ],
          [
            -2.643787,
            53.457445
          ],
          [
            -2.644238,
            53.45755
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39204013, WA12 9WA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6432842216545778,
          53.45739701280294
        ]
      }
    }
  ]
}