{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hillhead",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.583681,
            54.763045
          ],
          [
            -4.583516,
            54.762677
          ],
          [
            -4.58335,
            54.762309
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "137091949, DG8 9QL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.583680844966512,
          54.76304536636849
        ]
      }
    }
  ]
}