{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Delph Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.08095,
            53.556621
          ],
          [
            -3.080821,
            53.556285
          ],
          [
            -3.080692,
            53.555949
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023554955, L37 1PX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.080950493138127,
          53.55662110410554
        ]
      }
    }
  ]
}