{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Downing Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.480958,
            53.388298
          ],
          [
            -1.481258,
            53.388425
          ],
          [
            -1.481557,
            53.388551
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013336349, S3 7JU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4814825731943126,
          53.38852406009872
        ]
      }
    }
  ]
}