{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Orange Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.281468,
            53.489925
          ],
          [
            -2.281273,
            53.49002
          ],
          [
            -2.281077,
            53.490115
          ],
          [
            -2.280858,
            53.489958
          ],
          [
            -2.280638,
            53.489801
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070747335, M6 6PT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2812743184781246,
          53.490258053491594
        ]
      }
    }
  ]
}