{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Marley Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.8835,
            53.870534
          ],
          [
            -1.883043,
            53.870498
          ],
          [
            -1.882586,
            53.870463
          ],
          [
            -1.882055,
            53.870327
          ],
          [
            -1.881524,
            53.87019
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591169, BD21 4LZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.882420783283342,
          53.87043367860232
        ]
      }
    }
  ]
}