{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.624513,
            53.542079
          ],
          [
            -2.624624,
            53.541946
          ],
          [
            -2.624736,
            53.541813
          ],
          [
            -2.624846,
            53.541699
          ],
          [
            -2.624956,
            53.541584
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063256, WN1 3AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.624705017948412,
          53.541808347603045
        ]
      }
    }
  ]
}