{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Charles Grove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.132511,
            51.631498
          ],
          [
            -0.132302,
            51.631724
          ],
          [
            -0.132094,
            51.63195
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200147774, N14 5AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.13210801837074254,
          51.631950159749806
        ]
      }
    }
  ]
}