{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Scargill Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.467694,
            53.563864
          ],
          [
            -2.46769,
            53.563545
          ],
          [
            -2.467687,
            53.563226
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070909786, BL3 4JP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4676936421097047,
          53.56386427552659
        ]
      }
    }
  ]
}