{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Edgar Street West",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.322037,
            53.642346
          ],
          [
            -2.321938,
            53.642292
          ],
          [
            -2.32184,
            53.642238
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210005761, BL0 9JR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.32203697332804,
          53.64234578157858
        ]
      }
    }
  ]
}