{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Weston Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.341214,
            52.198323
          ],
          [
            -2.340152,
            52.198376
          ],
          [
            -2.339145,
            52.198287
          ],
          [
            -2.337083,
            52.198107
          ],
          [
            -2.336292,
            52.198035
          ],
          [
            -2.335731,
            52.197984
          ],
          [
            -2.335543,
            52.197901
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014086342, WR6 5NH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3411760353725275,
          52.19835456456726
        ]
      }
    }
  ]
}