{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "David Brewster Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.177215,
            55.924085
          ],
          [
            -3.176383,
            55.924079
          ],
          [
            -3.17555,
            55.924074
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906484259, EH9 3DL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.176995787475481,
          55.92265840170623
        ]
      }
    }
  ]
}