{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Westpoint",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.665751,
            55.927908
          ],
          [
            -2.665621,
            55.927752
          ],
          [
            -2.665492,
            55.927595
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "138061643, EH41 4LN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6657487979625962,
          55.927902934742164
        ]
      }
    }
  ]
}