{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Caroline Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.886808,
            52.44823
          ],
          [
            -1.88683,
            52.448041
          ],
          [
            -1.886852,
            52.447854
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023499361, B13 8EJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8868240347806216,
          52.44818270227269
        ]
      }
    }
  ]
}