{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pentland Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.383691,
            53.786883
          ],
          [
            -1.383598,
            53.786548
          ],
          [
            -1.383506,
            53.786212
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72643260, LS25 1LA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3836365780703528,
          53.786830779388936
        ]
      }
    }
  ]
}