{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Denman Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.950817,
            53.412306
          ],
          [
            -2.950802,
            53.412272
          ],
          [
            -2.950787,
            53.412237
          ],
          [
            -2.950744,
            53.412108
          ],
          [
            -2.950701,
            53.411979
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38260523, L6 9HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9508205952740543,
          53.41231504456957
        ]
      }
    }
  ]
}