{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Whins Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.296051,
            55.833061
          ],
          [
            -4.295399,
            55.833104
          ],
          [
            -4.294747,
            55.833148
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700396979, G41 4AT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.296050904480024,
          55.833060519990646
        ]
      }
    }
  ]
}