{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ormiston Lane South",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.348235,
            55.878532
          ],
          [
            -4.34793,
            55.878781
          ],
          [
            -4.347625,
            55.879029
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700395538, G14 9DR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.348234965992729,
          55.87853231915103
        ]
      }
    }
  ]
}