{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Simmereve Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.950507,
            57.53798
          ],
          [
            -2.949663,
            57.537933
          ],
          [
            -2.948818,
            57.537885
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133067391, AB55 5AH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.95050732851244,
          57.5379802028145
        ]
      }
    }
  ]
}