{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chapel Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.377105,
            57.250079
          ],
          [
            -3.377592,
            57.24989
          ],
          [
            -3.378079,
            57.249701
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133063048, AB37 9EX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.3780781989183217,
          57.24969164278032
        ]
      }
    }
  ]
}