{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kemp Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.070307,
            53.457851
          ],
          [
            -2.070526,
            53.458004
          ],
          [
            -2.070745,
            53.458156
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002997188, SK14 4AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0703073601165523,
          53.457850838318656
        ]
      }
    }
  ]
}