{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Pines",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.899517,
            53.665988
          ],
          [
            -2.899792,
            53.665774
          ],
          [
            -2.900068,
            53.665559
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012353733, PR9 8DF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.899525398883738,
          53.66598632186322
        ]
      }
    }
  ]
}