{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Quinton's Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.73133,
            52.459538
          ],
          [
            1.731788,
            52.459638
          ],
          [
            1.732246,
            52.459738
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013324080, NR33 7LL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.7322311890247855,
          52.459752039828516
        ]
      }
    }
  ]
}