{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Simmereve Lane East",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.948818,
            57.537885
          ],
          [
            -2.948249,
            57.537858
          ],
          [
            -2.947681,
            57.537831
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133067400, AB55 5GA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.948817781257828,
          57.53788511863691
        ]
      }
    }
  ]
}