{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ramberry Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.990801,
            58.999964
          ],
          [
            -2.989714,
            58.999568
          ],
          [
            -2.988626,
            58.999171
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "134019829, KW15 1ZL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9887831333636417,
          58.99907669654298
        ]
      }
    }
  ]
}