{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stephenson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.388108,
            54.817722
          ],
          [
            -1.388065,
            54.81773
          ],
          [
            -1.388023,
            54.817737
          ],
          [
            -1.386927,
            54.817867
          ],
          [
            -1.385832,
            54.817996
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013256418, SR7 9AT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3881075930781472,
          54.81773082087923
        ]
      }
    }
  ]
}