{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Failford Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.059269,
            55.682917
          ],
          [
            -4.059469,
            55.683105
          ],
          [
            -4.059669,
            55.683294
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484169810, ML10 6JB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.059269020318345,
          55.68291718445638
        ]
      }
    }
  ]
}