{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Water Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.113644,
            51.511926
          ],
          [
            -0.113511,
            51.511687
          ],
          [
            -0.113505,
            51.511677
          ],
          [
            -0.113871,
            51.511597
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033555925, WC2R 3DX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.11360555740493825,
          51.51185681166081
        ]
      }
    }
  ]
}