{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Peel Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.970378,
            53.396436
          ],
          [
            -2.970011,
            53.396487
          ],
          [
            -2.969643,
            53.396539
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38256457, L8 7LH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9703780748021127,
          53.3964270684001
        ]
      }
    }
  ]
}