{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bolton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.480522,
            53.378471
          ],
          [
            -1.481039,
            53.378473
          ],
          [
            -1.481556,
            53.378475
          ],
          [
            -1.481665,
            53.378475
          ],
          [
            -1.481737,
            53.378476
          ],
          [
            -1.481843,
            53.378476
          ],
          [
            -1.482131,
            53.378478
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013552418, S3 7ST",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4805974706130745,
          53.37847086181458
        ]
      }
    }
  ]
}