{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Earle Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.358824,
            53.681961
          ],
          [
            -1.358744,
            53.681736
          ],
          [
            -1.358664,
            53.681511
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63202500, WF7 6JG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.358664361503725,
          53.68151073995786
        ]
      }
    }
  ]
}