{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Redland Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.496272,
            53.346368
          ],
          [
            -1.496175,
            53.346327
          ],
          [
            -1.496045,
            53.346271
          ],
          [
            -1.495818,
            53.346174
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013551786, S7 2QD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.496174337947527,
          53.34632203242658
        ]
      }
    }
  ]
}