{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Frog Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.403235,
            51.873909
          ],
          [
            -2.403136,
            51.874143
          ],
          [
            -2.402872,
            51.874393
          ],
          [
            -2.402691,
            51.874565
          ],
          [
            -2.40265,
            51.874737
          ],
          [
            -2.402755,
            51.874885
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008091353, GL19 3DU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4031625707803674,
          51.87391859982775
        ]
      }
    }
  ]
}