{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Broad Lane West",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.952795,
            57.536687
          ],
          [
            -2.952528,
            57.536674
          ],
          [
            -2.951784,
            57.536637
          ],
          [
            -2.950772,
            57.536586
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133067415, AB55 5AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.95279540364143,
          57.53668736987392
        ]
      }
    }
  ]
}