{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Zion's Loan",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.069022,
            58.99561
          ],
          [
            -3.071161,
            58.993864
          ],
          [
            -3.073299,
            58.992117
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "134012221, KW15 1TX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0690044242105357,
          58.99560130268272
        ]
      }
    }
  ]
}