{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Manor Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.646086,
            52.911449
          ],
          [
            -2.646595,
            52.911408
          ],
          [
            -2.64695,
            52.911161
          ],
          [
            -2.647104,
            52.911085
          ],
          [
            -2.648077,
            52.910606
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013141464, SY13 2HS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.646107407931263,
          52.91145010965374
        ]
      }
    }
  ]
}