{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Austins Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.083035,
            52.97001
          ],
          [
            -1.083095,
            52.970253
          ],
          [
            -1.083156,
            52.970496
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002889721, NG4 3EZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0831048844248674,
          52.97010022286045
        ]
      }
    }
  ]
}