{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chaple Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.971565,
            53.461118
          ],
          [
            -1.971533,
            53.461109
          ],
          [
            -1.971502,
            53.4611
          ],
          [
            -1.971318,
            53.460994
          ],
          [
            -1.971134,
            53.460888
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010768107, SK13 2DR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9711339945749413,
          53.46088837940617
        ]
      }
    }
  ]
}