{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Friar's Passage",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.797829,
            54.048594
          ],
          [
            -2.797548,
            54.048583
          ],
          [
            -2.797267,
            54.048572
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009292542, LA1 1PQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7976492917988947,
          54.04858713364729
        ]
      }
    }
  ]
}