{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Straight Drove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.979189,
            51.194181
          ],
          [
            -2.981445,
            51.19439
          ],
          [
            -2.981576,
            51.194402
          ],
          [
            -2.982366,
            51.194476
          ],
          [
            -2.983962,
            51.194624
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013415532, TA9 3NL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9849965235654388,
          51.19464993860182
        ]
      }
    }
  ]
}