{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hanson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.407559,
            53.769285
          ],
          [
            -2.407505,
            53.769164
          ],
          [
            -2.407451,
            53.769043
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070884526, BB1 4ND",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4075746186159486,
          53.76930341047463
        ]
      }
    }
  ]
}