{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Derbyshire Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.178371,
            53.473801
          ],
          [
            -2.178358,
            53.473886
          ],
          [
            -2.178346,
            53.473971
          ],
          [
            -2.178324,
            53.474106
          ],
          [
            -2.178302,
            53.474241
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023064150, M11 2SL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1783709722817655,
          53.47380054561257
        ]
      }
    }
  ]
}