{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cemetery Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.842685,
            53.853518
          ],
          [
            -1.842381,
            53.853572
          ],
          [
            -1.842122,
            53.85349
          ],
          [
            -1.841913,
            53.8533
          ],
          [
            -1.841865,
            53.853256
          ],
          [
            -1.841623,
            53.852861
          ],
          [
            -1.841471,
            53.852788
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590335, BD16 2RW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.842031504725052,
          53.85340932335078
        ]
      }
    }
  ]
}