{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "School Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.080774,
            51.081766
          ],
          [
            -1.080928,
            51.082233
          ],
          [
            -1.081031,
            51.082545
          ],
          [
            -1.081169,
            51.082676
          ],
          [
            -1.081626,
            51.082887
          ],
          [
            -1.081771,
            51.082953
          ],
          [
            -1.082017,
            51.083142
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10032901701, SO24 0DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.081976438559084,
          51.0830833317261
        ]
      }
    }
  ]
}