{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Faggy Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.631441,
            53.542186
          ],
          [
            -2.631029,
            53.542018
          ],
          [
            -2.630617,
            53.54185
          ],
          [
            -2.63061,
            53.541848
          ],
          [
            -2.630604,
            53.541845
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024145912, WN3 4HX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6311217439897567,
          53.54203530929533
        ]
      }
    }
  ]
}