{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Grierson Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.196885,
            55.864854
          ],
          [
            -4.196623,
            55.865042
          ],
          [
            -4.196361,
            55.865229
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700393789, G33 2ED",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.196870703494127,
          55.864845223343536
        ]
      }
    }
  ]
}