{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "School Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.529108,
            51.297705
          ],
          [
            -2.528851,
            51.298171
          ],
          [
            -2.528686,
            51.29847
          ],
          [
            -2.52867,
            51.298498
          ],
          [
            -2.528593,
            51.298636
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023105108, BS39 6TY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.52859347462833,
          51.2986363030079
        ]
      }
    }
  ]
}