{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ludlow Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.098156,
            51.524673
          ],
          [
            -0.098099,
            51.524604
          ],
          [
            -0.098043,
            51.524534
          ],
          [
            -0.098003,
            51.524485
          ],
          [
            -0.097964,
            51.524437
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010437788, EC1V 3AQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.0981556502181141,
          51.52467347395296
        ]
      }
    }
  ]
}