{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bradshaw Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.386982,
            53.754479
          ],
          [
            -2.3871,
            53.754539
          ],
          [
            -2.387218,
            53.754599
          ],
          [
            -2.387263,
            53.754622
          ],
          [
            -2.387309,
            53.754644
          ],
          [
            -2.387392,
            53.754686
          ],
          [
            -2.387475,
            53.754729
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070884055, BB5 4EP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3874746747636366,
          53.75473751862444
        ]
      }
    }
  ]
}