{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bramley Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.245408,
            52.207421
          ],
          [
            -2.245728,
            52.207722
          ],
          [
            -2.246048,
            52.208024
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014144549, WR2 6EW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.245408268025314,
          52.20742137228276
        ]
      }
    }
  ]
}