{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Buffalo Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.69748,
            53.707404
          ],
          [
            -2.697323,
            53.707059
          ],
          [
            -2.697166,
            53.706714
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013245108, PR26 6TZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.697433410604089,
          53.70733229345472
        ]
      }
    }
  ]
}