{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Skinner Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.996257,
            51.58814
          ],
          [
            -2.99584,
            51.587888
          ],
          [
            -2.995423,
            51.587635
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010552214, NP20 1GY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.996256613262138,
          51.58814039998566
        ]
      }
    }
  ]
}