{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stoney Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.459099,
            53.167092
          ],
          [
            -1.458942,
            53.166985
          ],
          [
            -1.458936,
            53.166981
          ],
          [
            -1.457893,
            53.166267
          ],
          [
            -1.457863,
            53.166259
          ],
          [
            -1.456653,
            53.165911
          ],
          [
            -1.456229,
            53.165731
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034491322, S45 0BE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.459172476208463,
          53.16719141754862
        ]
      }
    }
  ]
}