{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rothery Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.101831,
            51.53752
          ],
          [
            -0.101767,
            51.537618
          ],
          [
            -0.101703,
            51.537716
          ],
          [
            -0.101636,
            51.537818
          ],
          [
            -0.101569,
            51.537921
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010437726, N1 2TG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1018307318183964,
          51.53752037675906
        ]
      }
    }
  ]
}