{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Elms Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.185802,
            52.673074
          ],
          [
            -1.185981,
            52.673205
          ],
          [
            -1.186021,
            52.673234
          ],
          [
            -1.185963,
            52.673362
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070072518, LE7 7BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1857607270480544,
          52.67307332436903
        ]
      }
    }
  ]
}