{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Meadows",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.117407,
            51.617001
          ],
          [
            -3.117401,
            51.617041
          ],
          [
            -3.117395,
            51.617082
          ],
          [
            -3.117376,
            51.617203
          ],
          [
            -3.117357,
            51.617325
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "43084306, NP11 7AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.117382156149483,
          51.6171626935842
        ]
      }
    }
  ]
}