{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Drovers Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.9871,
            53.755185
          ],
          [
            -2.987144,
            53.755457
          ],
          [
            -2.987187,
            53.755729
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013594412, FY8 4FY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.987130723068778,
          53.75546849885635
        ]
      }
    }
  ]
}