{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Taylor Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.493259,
            53.739458
          ],
          [
            -2.493775,
            53.739238
          ],
          [
            -2.493726,
            53.739161
          ],
          [
            -2.49359,
            53.738951
          ],
          [
            -2.493326,
            53.738777
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010318088, BB2 2LW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.493262678445471,
          53.73946431829236
        ]
      }
    }
  ]
}