{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Conifer Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.895032,
            52.442823
          ],
          [
            -1.895181,
            52.442544
          ],
          [
            -1.89533,
            52.442265
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023494696, B13 8NB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8950321584749392,
          52.442823214376524
        ]
      }
    }
  ]
}