{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pump Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.053903,
            52.151571
          ],
          [
            1.054151,
            52.151668
          ],
          [
            1.054399,
            52.151765
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023993407, IP6 8EG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0539193006345544,
          52.1515883387838
        ]
      }
    }
  ]
}